Uh oh!
There was an error while loading. Please reload this page.
HBASE-28521 Use standard ConnectionRegistry and Client API to get reg… - #5825
Conversation
Apache-HBase
commented
Apr 14, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 14, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 14, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 14, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 17, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 17, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 17, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 17, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 18, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 21, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 21, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 21, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 21, 2024
💔 -1 overall
This message was automatically generated. |
| return addresses; | ||
| } | ||
| protected synchronized void chooseSinks() { |
There was a problem hiding this comment.
You have removed PeerRegionServerListener and I don't see anything replacing it. How will the replication endpoint notice if region servers are changed?
There was a problem hiding this comment.
There is a lazy refresh logic in our code. Once there are failures connecting to a region server in the remote peer cluster, we will increase the failure count of this region server. There is a Map in this class for tracking the failure counts. If there are too many failure region servers, we will refresh the region server list of the remote peer cluster.
Apache-HBase
commented
Apr 23, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 23, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 23, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 23, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 26, 2024
🎊 +1 overall
This message was automatically generated. |
…ion server list in in replication
Apache-HBase
commented
Apr 27, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 27, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 27, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 27, 2024
🎊 +1 overall
This message was automatically generated. |
anmolnar
commented
Apr 30, 2024
@Apache9 I think this patch can be merged. |
…ion server list in in replication (apache#5825) Signed-off-by: Guanghao Zhang <zghao@apache.org> Reviewed-by: Andor Molnár <andor@apache.org>
…ion server list in in replication