Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6472 In case of region inconsistency phoenix should stop grac… - #1288
Conversation
Uh oh!
There was an error while loading. Please reload this page.
stoty
commented
Aug 18, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Aug 18, 2021
💔 -1 overall
This message was automatically generated. |
dbwong
left a comment
There was a problem hiding this comment.
Looks good overall can we test the start/end keys explicitly? After that i'm good to +1 this.
| @@ -157,6 +159,49 @@ public void testExceptionHandlingOnSystemNamespaceCreation() throws Exception { | |||
| } | |||
| } | |||
There was a problem hiding this comment.
Maybe one more test for the start/end keys.
stoty
commented
Aug 19, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Aug 19, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Aug 19, 2021
💔 -1 overall
This message was automatically generated. |
| @@ -666,8 +681,8 @@ public List<HRegionLocation> getAllTableRegions(byte[] tableName) throws SQLExce | |||
| do { | |||
| HRegionLocation regionLocation = connection.getRegionLocation( | |||
| TableName.valueOf(tableName), currentKey, reload); | |||
There was a problem hiding this comment.
yes, this is the reason that we need to make sure the end key always increasing.
stoty
commented
Aug 19, 2021
💔 -1 overall
This message was automatically generated. |
…efully