Uh oh!
There was an error while loading. Please reload this page.
HBASE-27212 Implement a new table based replication queue storage and… - #4672
Conversation
Apache9
commented
Aug 1, 2022
Finally I could pass compilation. In this PR I tried to make claimQueue basically work so at least the failover UTs without replication can pass, and I also we could implement some low level UTs for claimQueue. |
Apache-HBase
commented
Aug 1, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 2, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 3, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 4, 2022
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Aug 4, 2022
OK good, at least we could finish the UT run. Let me check the failed UTs. |
Apache-HBase
commented
Aug 4, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 4, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 5, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 5, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 5, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 5, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 5, 2022
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Aug 6, 2022
TestRaceBetweenSCPAndTRSP also failed in other pre commit result so should not be related. TestAsyncReplicationAdminApi should be related. It is flaky in the recent pre commit build. Let me take a look. |
Apache-HBase
commented
Aug 7, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 7, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 7, 2022
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Aug 8, 2022
Tried TestAsyncReplicationAdminApi several times locally, no failure... And it is not failing in the newest pre commit result. |
| // removed from peer config | ||
| for (String encodedRegionName : ReplicationBarrierFamilyFormat | ||
| .getTableEncodedRegionNamesForSerialReplication(conn, tn)) { | ||
| LOG.info("=============" + tn + ", " + encodedRegionName); |
There was a problem hiding this comment.
Ah yes, let me remove this...
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (#4672) Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work