leventov opened a new issue #8411: Add concurrent access documentation to BufferAggregator.relocate() URL: https://github.com/apache/incubator-druid/issues/8411 As far as I can tell, currently it should say `relocate() is used only in GroupBy implementation in a single-threaded environment; it cannot be called concurrently with get() or aggregate()`, however, @himanshug's growable proposal (https://github.com/apache/incubator-druid/issues/6743#issuecomment-509415145) assumes this method to be called during indexing as well, so it might make sense to add future-proof propositions. /cc @jihoonson
---------------------------------------------------------------- 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]
