Reidddddd commented on a change in pull request #371: HBASE-22648 : Introducing 
Snapshot TTL
URL: https://github.com/apache/hbase/pull/371#discussion_r303281695
 
 

 ##########
 File path: hbase-protocol-shaded/src/main/protobuf/Snapshot.proto
 ##########
 @@ -35,15 +35,16 @@ message SnapshotDescription {
   required string name = 1;
   optional string table = 2; // not needed for delete, but checked for in 
taking snapshot
   optional int64 creation_time = 3 [default = 0];
+  optional int64 ttl = 4 [default = 0];
 
 Review comment:
   It will break wire compatibility, ttl should be appended at the end of 
parameters sequence.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to