Uh oh!
There was an error while loading. Please reload this page.
HBASE-28767 Simplify backup bulk-loading code - #6134
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
ndimiduk
left a comment
There was a problem hiding this comment.
Much better than it was. thank you @DieterDP-ng
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| public static List<Delete> createDeleteForOrigBulkLoad(List<TableName> lst) { | ||
| // Unused??? |
There was a problem hiding this comment.
should we act on this comment now?
No functional changes.
No functional changes. Introduces the BulkLoad class as data container for the tracking of which files were bulk loaded (for backup purposes). This class could be a record class, but that would make backporting less straightforward.
3809779 to
5932ae3CompareDieterDP-ng
commented
Nov 28, 2024
Apologies for letting this gather dust. Review comments have been addressed. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
DieterDP-ng
commented
Dec 2, 2024
This looks a failure unrelated to the PR to me. Let me know if this is not the case. |
ndimiduk
left a comment
There was a problem hiding this comment.
Thanks for addressing my nits. This is looking good by me. I've initiated another PR build since the last one had some infra-level failure.
Apache-HBase
commented
Dec 13, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 13, 2024
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Co-authored-by: DieterDP <90392398+DieterDP-ng@users.noreply.github.com>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
No functional changes.
Currently split into 2 commits as to help the reviewer with seeing what was changed. This can be squashed when merging.