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


##########
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:
   Better use repeated here? Map is only supported in newer protobuf version I 
think, I'm not sure whether it is safe to use it in HBase.



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