Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6172 Updating VIEW_INDEX_ID column type and ts in Syscat with… - #908
PHOENIX-6172 Updating VIEW_INDEX_ID column type and ts in Syscat with…#908yanxinyi wants to merge 1 commit into
Conversation
stoty
commented
Oct 3, 2020
💔 -1 overall
This message was automatically generated. |
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.
stoty
commented
Oct 16, 2020
💔 -1 overall
This message was automatically generated. |
stoty
commented
Oct 16, 2020
💔 -1 overall
This message was automatically generated. |
| metaConnection, rowKey, tableName.getBytes()); | ||
| LOGGER.info("Updated VIEW_INDEX_ID data type from SMALLINT TO BIGINT."); | ||
| } catch (Exception e) { | ||
| LOGGER.error("Updating VIEW_INDEX_ID data type failed."); |
There was a problem hiding this comment.
Change to : LOGGER.error(" ... ", e) so we see the actual error too
There was a problem hiding this comment.
Or maybe that's not required since you're already catching the exception and logging it inside the updateViewIndexIdColumnDataTypeFromShortToLong() method. Can this method still throw then?
| LOGGER.info("Updated VIEW_INDEX_ID data type from SMALLINT TO BIGINT."); | ||
| } catch (Exception e) { | ||
| LOGGER.error("Updating VIEW_INDEX_ID data type failed."); | ||
There was a problem hiding this comment.
nit: Remove extra new line
ChinmaySKulkarni
left a comment
There was a problem hiding this comment.
+1 after review comments addressed
62acff3 to
8671a95Comparestoty
commented
Oct 17, 2020
💔 -1 overall
This message was automatically generated. |
… a 4.16 upgrade script
8671a95 to
236b258Compare
… a 4.16 upgrade script