Uh oh!
There was an error while loading. Please reload this page.
HBASE-27215 Add support for sync replication - #4762
Conversation
Apache-HBase
commented
Sep 3, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 3, 2022
💔 -1 overall
This message was automatically generated. |
f2da2f4 to
49a9e82CompareApache-HBase
commented
Sep 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 4, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 5, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 5, 2022
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
Sep 6, 2022
Ah, seems there are still some errors which could cause timeout on some UTs. Let me dig. |
Apache-HBase
commented
Sep 6, 2022
🎊 +1 overall
This message was automatically generated. |
49a9e82 to
a61b5f0CompareApache-HBase
commented
Sep 8, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 8, 2022
💔 -1 overall
This message was automatically generated. |
a61b5f0 to
d530ebbCompareApache-HBase
commented
Sep 9, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 9, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 11, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 11, 2022
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
Sep 12, 2022
Strange, it always timed out in jdk11 or jdk8... Let me dig more... |
Apache-HBase
commented
Sep 12, 2022
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Sep 12, 2022
OK, finally I seemed to reproduce the failure locally. |
Apache9
commented
Sep 12, 2022
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
63b4a20CompareApache-HBase
commented
Sep 15, 2022
💔 -1 overall
This message was automatically generated. |
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
No description provided.