sidkhillon commented on code in PR #7578:
URL: https://github.com/apache/hbase/pull/7578#discussion_r2648490911
##########
hbase-protocol-shaded/src/main/protobuf/Replication.proto:
##########
@@ -50,6 +50,8 @@ message ReplicationPeer {
repeated TableCF exclude_table_cfs = 9;
repeated bytes exclude_namespaces = 10;
optional bool serial = 11;
+ optional string remoteWALDir = 12;
+ optional int64 sleep_for_retries = 13;
Review Comment:
I am unsure of the intended approach here. In
https://github.com/apache/hbase/pull/7577, we add sleep_for_retries as field
13. However, remoteWALDir does not exist in branch-2. I have added it here as a
dummy value so that upgrades from branch-2 to branch-3 can be done seamlessly.
If that is not the right approach, I'm happy to change it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]