Uh oh!
There was an error while loading. Please reload this page.
HBASE-28408 Rephrase confusing log message - #5718
Conversation
Assume a user has a series of backups: Full1, Inc2, Inc3, where a table has not changed between Full1 and Inc3, but has changed after Inc3. When restoring that table to Inc3, a log warning was outputted mentioning there was no need for a restore. This message in fact means there is no need for the incremental restore portion of the restore process.
Apache-HBase
commented
Feb 28, 2024
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 28, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 28, 2024
🎊 +1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Feb 29, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 29, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 29, 2024
🎊 +1 overall
This message was automatically generated. |
NihalJain
commented
Mar 1, 2024
Will merge this later today. |
NihalJain
commented
Mar 1, 2024
Hi @DieterDP-ng thanks for the PR. I have merged this PR. But going forward, please raise PRs targeted at master first. We merge PRs in master and then backport to older branches. Let me try to forward port this change to newer branching. Will let you know if any help is needed. |
Assume a user has a series of backups: Full1, Inc2, Inc3, where a table has not changed between Full1 and Inc3, but has changed after Inc3. When restoring that table to Inc3, a log warning was outputted mentioning there was no need for a restore. This message in fact means there is no need for the incremental restore portion of the restore process. Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit 102c1b6)
Assume a user has a series of backups: Full1, Inc2, Inc3, where a table has not changed between Full1 and Inc3, but has changed after Inc3. When restoring that table to Inc3, a log warning was outputted mentioning there was no need for a restore. This message in fact means there is no need for the incremental restore portion of the restore process. Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit 102c1b6)
Assume a user has a series of backups: Full1, Inc2, Inc3, where a table has not changed between Full1 and Inc3, but has changed after Inc3. When restoring that table to Inc3, a log warning was outputted mentioning there was no need for a restore. This message in fact means there is no need for the incremental restore portion of the restore process. Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit 102c1b6)
DieterDP-ng
commented
Mar 1, 2024
Thanks @NihalJain, I'll do so in the future. |
Assume a user has a series of backups: Full1, Inc2, Inc3, where a table has not changed between Full1 and Inc3, but has changed after Inc3.
When restoring that table to Inc3, a log warning was outputted mentioning there was no need for a restore. This message in fact means there is no need for the incremental restore portion of the restore process.