Jaehui-Lee commented on code in PR #6552:
URL: https://github.com/apache/hbase/pull/6552#discussion_r1894977518


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/storefiletracker/StoreFileListFile.java:
##########
@@ -86,6 +86,8 @@ class StoreFileListFile {
 
   static final Pattern TRACK_FILE_PATTERN = Pattern.compile("^f(1|2)\\.\\d+$");

Review Comment:
   I agree with your suggestion that it's better to handle missing timestamps 
by setting them to 0, rather than dealing with the potential issues of renaming.
   
   
https://github.com/apache/hbase/pull/6552/commits/f2d54bb4ecf07330a47bcb142767ac6c32cc39aa



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

Reply via email to