Hi.
I noticed that a lot has been done re-organizing the rendering queues on the toolserver. YAY! http://munin.toolserver.org/OSM/ptolemy/tirex_status_queued_requests.html looks now very colorful - mostly green (background).
Thanks to everyone working on this. Many of the tiles I waited for have been rendered now.
However - there seems to be some buggish behaviour: looking at http://toolserver.org/~mazder/tirex-status/?short=1&extended=0&refre... it currently shows:
Tirex Master Status (updated=2011-09-16 15:33:12)
Master server: started=2011-09-11 06:28:53 pid=4623
Queue: Prio Size Maxsize Age 1 0 427 2 65 181 0:01-1:20 <- *** Size increasing *** 10 3025 3614 7742:24-7647:13 <- *** Size decreasing *** 99 50149 50149 1:26-7744:02
all 53239 53323 0:01-7744:02
Buckets: (load=3.75) Name Priority Rendering MaxRend Maxload Active Can Queued Age missing 1- 1 1 6 20 yes yes 0 systema 2- 2 4 5 8 yes no 65 0:01-1:20 dirty 3- 9 0 4 8 yes no 0 bulk 10- 19 0 6 6 yes yes 3025 7742:24-7647:13 background 20- 0 3 4 yes no 50149 1:26-7744:02
Currently rendering: (num=5) Map X Y Z Prio Age default 164568 85216 18 1 1 hikebike 33904 22840 16 2 6 hikebike 33912 22840 16 2 4 default 4224 2856 13 2 3 default 8448 5712 14 2 2
From what I see, queue systema (prio 2) is filled (65) and rendering. But when I refresh the page, I can see that the "bulk" queue Size is decreasing. So tirex must (realy?) be rendering Prio 10 tiles as well, but it's never showing in the "Currently rendering" table, there I can see only Prio 1 and 2 tiles. How is this possible?
Kind regards, Kay
Am 16.09.2011 17:40, schrieb Kay Drangmeister:
From what I see, queue systema (prio 2) is filled (65) and rendering. But when I refresh the page, I can see that the "bulk" queue Size is decreasing. So tirex must (realy?) be rendering Prio 10 tiles as well, but it's never showing in the "Currently rendering" table, there I can see only Prio 1 and 2 tiles. How is this possible?
Wen a Tile is pushed into the systema queue (prio 2), it is removed from all queues with a lower prio (ie. bulk).
In other words: Each tile is only represented once in tirex. Pusing it into systema "upgrades" the bulk job to a systema job.
Peter