Uh oh!
There was an error while loading. Please reload this page.
HBASE-28412 Select correct target table for incremental backup - #5776
HBASE-28412 Select correct target table for incremental backup#5776rubenvw-ngdata wants to merge 1 commit into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Mar 26, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
💔 -1 overall
This message was automatically generated. |
e1a5222 to
9f62e07CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The restore table was wrongly selected for incremental backups causing incremental backup to fail when the 'from_table' does not exist. This is now fixed.
9f62e07 to
c48b323Compare
bbeaudreault
left a comment
There was a problem hiding this comment.
LGTM, thanks for the work here. I'll merge once the pre-commit comes back green. It will probably finish after you log off. If there is an issue, I should be able to fix it up
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2024
🎊 +1 overall
This message was automatically generated. |
bbeaudreault
commented
Mar 26, 2024
Pre-commit looks good. There is 1 checkstyle issue. Branch permissions don't allow me to commit to this PR, so I'm going to cherry-pick it rather than merge. Closing this and cherry-picking the commit from your branch with the checkstyle warning fixed. |
#5776) Contributed-by: Ruben Van Wanzeele <rubenvw@ngdata.com> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
#5776) Contributed-by: Ruben Van Wanzeele <rubenvw@ngdata.com> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
#5776) Contributed-by: Ruben Van Wanzeele <rubenvw@ngdata.com> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
#5776) Contributed-by: Ruben Van Wanzeele <rubenvw@ngdata.com> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…ntal backup restore (apache#5776) Contributed-by: Ruben Van Wanzeele <rubenvw@ngdata.com> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
The restore table was wrongly selected for incremental backups causing incremental backup to fail when the 'from_table' does not exist. This is now fixed.