saintstack commented on a change in pull request #1147: HBASE-23814 Add null 
checks and logging to misc set of tests
URL: https://github.com/apache/hbase/pull/1147#discussion_r376722034
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestLogsCleaner.java
 ##########
 @@ -267,9 +267,10 @@ public void testZooKeeperAbort() throws Exception {
   public void testZooKeeperNormal() throws Exception {
     ReplicationLogCleaner cleaner = new ReplicationLogCleaner();
 
+    long modTime = System.currentTimeMillis() - 1000;
 
 Review comment:
   Doing.

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