Apache9 commented on code in PR #5408:
URL: https://github.com/apache/hbase/pull/5408#discussion_r2343332075


##########
hbase-protocol-shaded/src/main/protobuf/HBase.proto:
##########
@@ -289,3 +289,7 @@ message RotateFileData {
   required int64 timestamp = 1;
   required bytes data = 2;
 }
+
+message LastHighestWalFilenum {
+  map<string, uint64> file_num = 1;

Review Comment:
   Let me check...
   If we have already used this, then it should not be a problem then



-- 
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]

Reply via email to