-
Couldn't load subscription status.
- Fork 3.4k
HBASE-27215 Add support for sync replication #4762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-27215 Add support for sync replication #4762
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
f2da2f4 to
49a9e82
Compare
|
🎊 +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. |
|
Ah, seems there are still some errors which could cause timeout on some UTs. Let me dig. |
|
🎊 +1 overall
This message was automatically generated. |
49a9e82 to
a61b5f0
Compare
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
a61b5f0 to
d530ebb
Compare
|
💔 -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. |
|
Strange, it always timed out in jdk11 or jdk8... Let me dig more... |
|
💔 -1 overall
This message was automatically generated. |
|
OK, finally I seemed to reproduce the failure locally. |
|
OK, we have this check in code But seems it is not enough, as we will wrap the InterruptedException with InterruptedIOException in FutureUtils.get, but the upper layer just warn it, without restoring the interrupted state... For me, I think we should avoid using Thread.isInterrupted to test whether we should abort a region server... Let me think how to better fix this... |
d530ebb to
63b4a20
Compare
058c95f to
542c16c
Compare
|
💔 -1 overall
This message was automatically generated. |
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
Signed-off-by: Xiaolin Ha <[email protected]>
No description provided.