BukrosSzabolcs opened a new pull request, #5835: URL: https://github.com/apache/accumulo/pull/5835
Run into a race condition: - ThreadA sets localLoader to null - ThreadA waits for lock - ThreadB has the lock - ThreadB initializes loader and returns - ThreadA gets the lock - ThreadA finds that loader is not null, but localLoader is so turns into an infinite loop and prevents master/ts init We should set localLoader if we find someone else already initialized loader to prevent this. -- 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]
