HBASE-27426 - Fix ZKWatcher shutdown seqence to avoid InterruptExcept…#4829
HBASE-27426 - Fix ZKWatcher shutdown seqence to avoid InterruptExcept…#4829apurtell merged 5 commits intoapache:masterfrom vli02:HBASE-27426
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
virajjasani
left a comment
There was a problem hiding this comment.
Left a couple minor comments, the fix looks reasonable
| Thread.currentThread().interrupt(); | ||
| } | ||
| } | ||
| LOG.info("ZKWatcher close finished."); |
There was a problem hiding this comment.
I think this is redundant, can be removed.
| */ | ||
| @Override | ||
| public void close() { | ||
| LOG.info("ZKWatcher close started."); |
There was a problem hiding this comment.
This one also can be removed
|
@vli02 could you please add just one extra line on hbase-server/pom.xml just so that all hbase-server tests would be run. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
#4829) Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Co-authored-by: Victor Li <victor.li@salesforce.com>
#4829) Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Co-authored-by: Victor Li <victor.li@salesforce.com>
#4829) Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Co-authored-by: Victor Li <victor.li@salesforce.com>
apache#4829) Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Co-authored-by: Victor Li <victor.li@salesforce.com> (cherry picked from commit 39c596f) Change-Id: Iddff2292973d841df0ca5ec0bd01c0e658723d6c
…ion.