Apache9 commented on code in PR #5599:
URL: https://github.com/apache/hbase/pull/5599#discussion_r1441757297
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestExpiredMobFileCleaner.java:
##########
@@ -140,7 +140,8 @@ public void testCleaner() throws Exception {
assertEquals("Before cleanup without delay 1", 1, firstFiles.length);
String firstFile = firstFiles[0].getPath().getName();
- ts = EnvironmentEdgeManager.currentTime() - 1 * secondsOfDay() * 1000; //
1 day before
+ ts = (long) (EnvironmentEdgeManager.currentTime() - 1.5 * secondsOfDay() *
1000); // 1.5 day
Review Comment:
OK, please move the comment to the top of this statement, so it will not be
split to two lines.
--
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]