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

   The experimental segment locking feature (`forceTimeChunkLock: false`) 
reserves the first 32768 partition numbers for the "root generation", and then 
uses an "atomic update groups" scheme to replace root segment ranges with new 
sets of segments during reindexing operations.
   
   OvershadowableManager, which manages this atomic update scheme, imposes a 
limit of 32768 segments per time chunk. Previously, this applied even to people 
that are not using segment locking. In this patch, the class is now only used 
when segment locking is actually in play, meaning that the limit is not imposed 
under normal conditions.


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