gianm opened a new pull request, #19246:
URL: https://github.com/apache/druid/pull/19246

   The change to RecordSupplier allows Kinesis task live reports to work again. 
They had been throwing UnsupportedOperationException.
   
   The change to CostBasedAutoScaler differentiates poll idle ratio of -1 (no 
data) from 0 (never idle). There was already some logic in the class for 
dealing with the negative case: it would treat it like 0.5. But this logic had 
not been reachable due to extractPollIdleRatio returning 0 rather than -1 for 
the no-data case.


-- 
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