Oliver Markowski

Results 32 comments of Oliver Markowski

i dont really understand.if i have these pools: ``` /berlin/farm/32 /berlin/farm/64 /berlin/farm/128 /berlin/farm/256 ``` what would be the payload to render a job on `/berlin/farm/32` only and disable the other...

ok...thanks...i assume to render it on 2 pools it would be this? ``` "/berlin/farm/32": 100, "/berlin/farm/64": 100 ``` why does a priority of 99 work completly different?

Since I see a mention of memcmp_avx2 would it help if we would run afserver on a CPU with avx512 support or does this make no difference?

Hey Timur, can you tell me which check comes first: check if hostmask of a job/task matches or if the host has the proper ticket?

Hey Timur, we have also noticed that the cpu load of afserver goes up just by having lots of "DON" jobs. we usually have 1000 RDY jobs and sometime between...

> 2. DONE jobs are skipped in solving. Unfortunatelly DONE jobs refreshes same way as not DONE. Any node runs refresh in Afanasy every second. Jobs check depends and refreshes...

i have created a follow up ticket regarding multi-threading improvement over here #594

Interesting idea, but regex matching is not our problem at RISE. in our case the hasTickets function is still the bottleneck. maybe we should rather look into this issue >...

Hi Timur, thx for your support! Would it be easy to also provide all tickets as a dict on the task info? Like taskinfo.get("tickets")

+1 for adding this in 3.4.x - this would help us a lot! Thanks in advance and keep up the great work Timur!