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

 ##########
 File path: hbase-server/src/main/resources/hbase-webapps/master/snapshot.jsp
 ##########
 @@ -99,6 +100,7 @@
           <% } %>
         </td>
         <td><%= new Date(snapshot.getCreationTime()) %></td>
+        <td><%= snapshot.getTtl() %></td>
 
 Review comment:
   Can print "FOREVER" here or something similar if value is 0, so the user is 
less likely to be confused

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