ctubbsii opened a new pull request, #5253: URL: https://github.com/apache/accumulo/pull/5253
ServiceLockPaths cannot use ClientContext because that can be closed, and ServiceLockPaths needs to be reused inside the tablet locator thread pool, which is a static singleton that can survive longer than the client context. This removes context from ServiceLockPaths and causes ZookeeperLockChecker to provide it with a separate root path and ZooCache. This fixes the ITs broken after the merge of #5192 in e745a5dcd4646059f71a026caa277651295f5df0 -- 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]
