[
https://issues.apache.org/jira/browse/PHOENIX-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-3424:
----------------------------------
Attachment: PHOENIX-3424_addendum1.patch
Thanks for the review, [~samarthjain]. I went back to the Phoenix-based update
of the NULLABLE column so it avoids needing to deal with an
InterrupedException. The problem before was that we were specifying a column
family when updating the row, but COLUMN_FAMILY is a row key column so we were
creating a new row which wasn't complete, hence the error.
> Backward compatibility failure: 4.8 -> 4.9 upgrade
> --------------------------------------------------
>
> Key: PHOENIX-3424
> URL: https://issues.apache.org/jira/browse/PHOENIX-3424
> Project: Phoenix
> Issue Type: Bug
> Reporter: Mujtaba Chohan
> Assignee: James Taylor
> Fix For: 4.9.0
>
> Attachments: PHOENIX-3424.patch, PHOENIX-3424_addendum1.patch,
> PHOENIX-3424_wip.patch
>
>
> {noformat}
> Caused by: java.lang.IllegalStateException: Didn't find all required key
> values in 'COLUMN_FAMILY' column metadata row
> at
> org.apache.phoenix.coprocessor.MetaDataEndpointImpl.addColumnToTable(MetaDataEndpointImpl.java:671)
> at
> org.apache.phoenix.coprocessor.MetaDataEndpointImpl.getTable(MetaDataEndpointImpl.java:958)
> at
> org.apache.phoenix.coprocessor.MetaDataEndpointImpl.buildTable(MetaDataEndpointImpl.java:543)
> at
> org.apache.phoenix.coprocessor.MetaDataEndpointImpl.loadTable(MetaDataEndpointImpl.java:1210)
> at
> org.apache.phoenix.coprocessor.MetaDataEndpointImpl.createTable(MetaDataEndpointImpl.java:1389)
> ... 10 more (state=08000,code=101)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)