kfaraz commented on PR #19091:
URL: https://github.com/apache/druid/pull/19091#issuecomment-4018695215

   @gianm , @jtuglu1 , @capistrant , I have updated this PR with fixes for a 
couple of bugs that I discovered:
   
   1. `CostBasedAutoScaler` scales down tasks if processing rate is zero, even 
if lag is high. (I guess this shouldn't happen in practice since if lag is 
high, tasks must be busy with some processing. Except when there is a bug and 
task threads are stuck somewhere.)
   2. `SeekableStreamSupervisorIOConfig` did not honor the correct priority 
order of `taskCountStart` > `taskCount` > `taskCountMin`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to