-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-27688 HFile splitting occurs during bulkload, the CREATE_TIME_TS of hfileinfo is 0 #5082
Conversation
Improve FSUtils to directly obtain FSDataOutputStream
Improve FSUtils to directly obtain FSDataOutputStream fix style error
Improve FSUtils to directly obtain FSDataOutputStream fix npe
Improve FSUtils to directly obtain FSDataOutputStream do not catch RuntimeException
HFile splitting occurs during bulkload, the CREATE_TIME_TS of hfileinfo is 0
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
HFile splitting occurs during bulkload, the CREATE_TIME_TS of hfileinfo is 0
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a UT to verify this?
Ok, I'll try to add a UT to verify this |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
HFile splitting occurs during bulkload, the CREATE_TIME_TS of hfileinfo is 0
🎊 +1 overall
This message was automatically generated. |
hbase-server/src/test/java/org/apache/hadoop/hbase/tool/TestBulkLoadHFiles.java
Outdated
Show resolved
Hide resolved
hbase-server/src/test/java/org/apache/hadoop/hbase/tool/TestBulkLoadHFiles.java
Outdated
Show resolved
Hide resolved
HFile splitting occurs during bulkload, the CREATE_TIME_TS of hfileinfo is 0
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
HFile splitting occurs during bulkload, the CREATE_TIME_TS of hfileinfo is 0
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@Apache9 hello,This looks like the check is running into some errors and my local tests are passing. Please tell me if there is anything else I need to do. thanks |
Should not be related. I kicked the jenkins job again. Let's wait for the result. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@Apache9 hello,It still looks like a failure |
Should not be related. Let me merge. |
JIRA:HBASE-27688
If HFile splitting occurs during bulkload, the CREATE_TIME_TS of hfileinfo =0,When HFile is copied after splitting, CREATE_TIME_TS of the original file is not copied。