himanshug commented on issue #8031: remove unnecessary synchronization overhead 
from complex Aggregators
URL: 
https://github.com/apache/incubator-druid/issues/8031#issuecomment-510193661
 
 
   @pdeva this proposal is not about removing/modifying synchronizations where 
there is real concurrency. aggregator implementors are free to handle that 
independently using their preferred way.
   
   this is about removing the synchronization overhead when aggregator is only 
accessed by single thread , but it appears that wouldn't be worth it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to