Uh oh!
There was an error while loading. Please reload this page.
HBASE-28082 oldWALs naming can be incompatible with HBase backup - #5445
Conversation
Apache-HBase
commented
Oct 2, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 2, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 2, 2023
💔 -1 overall
This message was automatically generated. |
40d88d9 to
9ff373dCompareApache-HBase
commented
Oct 2, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 2, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 2, 2023
💔 -1 overall
This message was automatically generated. |
9ff373d to
1a2bfddCompareApache-HBase
commented
Oct 2, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 2, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 2, 2023
🎊 +1 overall
This message was automatically generated. |
| @Test | ||
| public void testFilesystemWalHostNameParsing() throws IOException { | ||
| String host = "localhost"; | ||
| String host = "a-region-server.domain.com"; |
There was a problem hiding this comment.
I think we should try different patterns of server names here, like 'localhost', ip address, typical hostname, etc.
1a2bfdd to
3f5050dCompareApache-HBase
commented
Oct 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 6, 2023
💔 -1 overall
This message was automatically generated. |
Make the hostname parsing in BackupUtils#parseHostFromOldLog more lenient by not making any assumptions about the name of the file other than that it starts with a org.apache.hadoop.hbase.ServerName.
3f5050d to
14da0f8CompareApache-HBase
commented
Oct 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 6, 2023
🎊 +1 overall
This message was automatically generated. |
Make the hostname parsing in BackupUtils#parseHostFromOldLog more lenient by not making any assumptions about the name of the file other than that it starts with a org.apache.hadoop.hbase.ServerName. Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 9262cbc)
Make the hostname parsing in BackupUtils#parseHostFromOldLog more lenient by not making any assumptions about the name of the file other than that it starts with a org.apache.hadoop.hbase.ServerName. Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 9262cbc)
… HBase backup (apache#5445) Make the hostname parsing in BackupUtils#parseHostFromOldLog more lenient by not making any assumptions about the name of the file other than that it starts with a org.apache.hadoop.hbase.ServerName. Signed-off-by: Duo Zhang <zhangduo@apache.org>
Make the hostname parsing in BackupUtils#parseHostFromOldLog more lenient by not making any assumptions about the name of the file other than that it starts with a org.apache.hadoop.hbase.ServerName.