ndimiduk commented on issue #1141: HBASE-23808 [Flakey Test] TestMasterShutdown#testMasterShutdownBefore… URL: https://github.com/apache/hbase/pull/1141#issuecomment-584748786 Updated per PR feedback. Also some further restructuring of the test, including some learnings from HBASE-23647. I think there's a real bug here. I can issue a `shutdown` RPC that is acknowledged by the master and commences shutdown. However, at least one subsystem is not getting the message and continues on. This seems to leave the master in a quasi-initialized zombie state. (I believe this is what @bharathv was seeing when he added the `waitFor` on the `ServerManager` instance) Eventually the 200sec master initialization timeout trips and the test fails. More digging, will be back.
---------------------------------------------------------------- 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
