Uh oh!
There was an error while loading. Please reload this page.
HBASE-27775 Use a separate WAL provider for hbase:replication table - #5157
Conversation
Apache9
commented
Apr 4, 2023
This is for fixing the TestMultiSlaveReplication, and also to avoid generating a lot of useless data in hbase:replication table, while nothing written to the cluster. The current implementation may still not enough as we may still track the WAL file for hbase:replication, but anyway it will not mess up the normal WAL files. Will dig more and report back here. |
Apache-HBase
commented
Apr 4, 2023
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
Apr 4, 2023
OK, confirmed, there is no problem. We will add a WALActionListener in Replication for tracking the WAL files which need to be replicated, and it will only add the listener to user space WALProvider, so we are safe here. |
Apache-HBase
commented
Apr 4, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 4, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 4, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 4, 2023
🎊 +1 overall
This message was automatically generated. |
ba5488b to
f78fe59CompareApache-HBase
commented
Apr 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 6, 2023
💔 -1 overall
This message was automatically generated. |
2005hithlj
commented
Apr 7, 2023
@Apache9 sir. |
Uh oh!
There was an error while loading. Please reload this page.
Apache9
commented
Apr 7, 2023
I think we could add a UT to confirm that we write the WAL for hbase:replication to a separated file. |
Apache9
commented
Apr 7, 2023
Done. @2005hithlj PTAL. Thanks. |
Apache-HBase
commented
Apr 7, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 7, 2023
💔 -1 overall
This message was automatically generated. |
2005hithlj
commented
Apr 8, 2023
@Apache9 sir LTGM. |
Apache9
commented
Apr 8, 2023
Let me check the test logs for the failed UT. |
Apache9
commented
Apr 8, 2023
Posted the findings on HBASE-27277, TestRaceBetweenSCPAndTRSP is known to be flaky for a while, only in pre commit, anyway. Let me merge this first. We need to keep an eye on the nightly result for branch HBASE-27109, to fix the unstable tests. Thanks. |
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
…5157) Signed-off-by: Liangjun He <heliangjun@apache.org>
No description provided.