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

 ##########
 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:
   Makes sense. Will change this

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