npawar opened a new pull request #4159: Add multiple locks which can be obtained based on segment name in lookupOrCreateFSM URL: https://github.com/apache/incubator-pinot/pull/4159 Adding segment name based locks instead of synchronizing the method lookupOrCreateFSM. The latter prevents even other segments from entering the method and accessing their own fsm. A stall in a single call (could be on zk access, gc) can create a ripple effect delay in all segments waiting on that method
---------------------------------------------------------------- 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]
