wchevreuil commented on pull request #2399: URL: https://github.com/apache/hbase/pull/2399#issuecomment-692904135
> Please create addendum first and then backport it to branch-2? Sure, addendum is created here: https://github.com/apache/hbase/pull/2400 > And now, seems we will block in the startup method forever? Holy cow, you're right @Apache9 . That's not the original intention, we should not block startup here, I was so eager to fix the race condition issue and didn't notice the side effect. > I think a better solution is to do the retry in the initThread so we will not block the startup call? Definitely, yeah. Let me do 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. For queries about this service, please contact Infrastructure at: [email protected]
