-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28505 Implement enforcement to require Date Tiered Compaction for Time Range Data Tiering #5809
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
…t-cache (apache#5793) Signed-off-by: Wellington Chevreuil <[email protected]>
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
f4873ed to
0dedee4
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. |
|
🎊 +1 overall
This message was automatically generated. |
wchevreuil
left a comment
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.
LGTM, overall, just posted some minor nits. Please address it and I'll merge it to the feature branch.
|
|
||
| private static void checkDateTieredCompactionForTimeRangeDataTiering(final Configuration conf) | ||
| throws IOException { | ||
| final String DATE_TIERED_STORE_ENGINE = |
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.
nit: make this a public constant somewhere in the date tiered compaction code, then import static here.
| if (!DATE_TIERED_STORE_ENGINE.equals(conf.get(StoreEngine.STORE_ENGINE_CLASS_KEY))) { | ||
| throw new IOException(errorMessage); | ||
| } |
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.
Nit: We should throw IllegalArgumentException, since this is rather a config error.
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (apache#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (apache#5809) Signed-off-by: Wellington Chevreuil <[email protected]> Change-Id: I67f611e828c457f00df98fb58bcd1fd9b08f57da
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (apache#5809) Signed-off-by: Wellington Chevreuil <[email protected]> Change-Id: I30772e5e4ea0e91f862327616a108bd1033fee89
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]>
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]> Change-Id: I30772e5e4ea0e91f862327616a108bd1033fee89
…or Time Range Data Tiering (apache#5809) Signed-off-by: Wellington Chevreuil <[email protected]> Change-Id: I30772e5e4ea0e91f862327616a108bd1033fee89
…or Time Range Data Tiering (#5809) Signed-off-by: Wellington Chevreuil <[email protected]> Change-Id: I30772e5e4ea0e91f862327616a108bd1033fee89
…into cdh_main HBASE-28505 Implement enforcement to require Date Tiered Compaction for Time Range Data Tiering (apache#5809) Signed-off-by: Wellington Chevreuil <[email protected]> Change-Id: I30772e5e4ea0e91f862327616a108bd1033fee89
No description provided.