-
Couldn't load subscription status.
- Fork 3.4k
HBASE-23723 Ensure MOB compaction works in optimized mode after snapshot clone #4617
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
Conversation
|
All MOB unit tests pass for me locally: [INFO] ------------------------------------------------------- |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
I got the same results: |
|
Ah, I changed HBaseTestingUtility and then did not run spotless after. Pushed updates to fix that. |
|
💔 -1 overall
This message was automatically generated. |
5b3f765 to
45713c1
Compare
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
Precommit test failures are similar to recent flakes on other issues, and are not related to this change. |
|
A similar error-prone finding as before, but in a different file. |
45713c1 to
ebf4a17
Compare
|
🎊 +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. |
…hot clone (apache#1446) * Reorganize MOB compaction tests for more reuse. * Add tests for mob compaction after snapshot clone operations * note the original table used to write a given mob hfile and use that to find it later. Signed-off-by: Esteban Gutierrez <[email protected]>
ebf4a17 to
6c4035d
Compare
|
Working on old information, a github page rendering that was not updating properly, I thought the build was still failing in compilation due to error-prone and changed how the IOExceptions are formatted again, this time with string concatenation instead of String#format. I assume this is not a problem @wchevreuil and will go ahead and merge this if I don't hear back in 24 hours or so. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Seems everything is good, merge it to branch-2 and do a backport to branch-2.5. |
…hot clone (apache#4617) * HBASE-23723 Ensure MOB compaction works in optimized mode after snapshot clone (apache#1446) * Reorganize MOB compaction tests for more reuse. * Add tests for mob compaction after snapshot clone operations * note the original table used to write a given mob hfile and use that to find it later. Signed-off-by: Esteban Gutierrez <[email protected]> * spotless:apply to fix HBaseTestingUtility * Fix error-prone errors Signed-off-by: Esteban Gutierrez <[email protected]> Co-authored-by: Sean Busbey <[email protected]>
…hot clone (#4617) (#4704) * HBASE-23723 Ensure MOB compaction works in optimized mode after snapshot clone (#1446) * Reorganize MOB compaction tests for more reuse. * Add tests for mob compaction after snapshot clone operations * note the original table used to write a given mob hfile and use that to find it later. Signed-off-by: Esteban Gutierrez <[email protected]> * spotless:apply to fix HBaseTestingUtility * Fix error-prone errors Signed-off-by: Esteban Gutierrez <[email protected]> Co-authored-by: Sean Busbey <[email protected]> Signed-off-by: Esteban Gutierrez <[email protected]> Co-authored-by: Andrew Purtell <[email protected]> Co-authored-by: Sean Busbey <[email protected]>
Signed-off-by: Esteban Gutierrez [email protected]
Ported to branch-2 for HBASE-27154
Co-authored-by: Andrew Purtell [email protected]