[
https://issues.apache.org/jira/browse/TRAFODION-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14721183#comment-14721183
]
Suresh Subbiah commented on TRAFODION-336:
------------------------------------------
hanged in trafodion:
assignee: nobody → Anoop Sharma (anoop-sharma)
Anoop Sharma (anoop-sharma) wrote on 2014-05-30: #1
The pbm was introduced in a previous build from few days back.
An incorrect column name value was added to the hbase rows
that are part of the INDEXES table.
That caused an assertion failure in this current release during
an insert...select query which is issued as part of upgrade. This
query could not find the right row in the source table and raised
an assertion. That caused the arkcmp process to die and upgrade
to fail.
This issue has already been fixed in the current build. Metadata
tables created will have the right column names. No other fix
is needed.
Unfortunately, this means that metadata will need to be reinitialized
using drop(or hbase drop) and initialize trafodion.
A patch has been created in case one wants to really do an upgrade. This is
a temp patch just for this build that will fix the source row during upgrade.
This patch fix will not be checked in.
However, it will be better to just reinit and create clean metadata.
Changed in trafodion:
status: New → Fix Committed
Guy Groulx (guy-groulx) wrote on 2014-05-30: #2
Makes sense. So closing.
Guy
Changed in trafodion:
status: Fix Committed → Fix Released
Stacey Johnson (sjohnson-w) on 2014-06-10
information type: Proprietary → Public
See full activity log
> LP Bug: 1324965 - Init traf, upgrade failing on AUTHS table.
> ------------------------------------------------------------
>
> Key: TRAFODION-336
> URL: https://issues.apache.org/jira/browse/TRAFODION-336
> Project: Apache Trafodion
> Issue Type: Bug
> Reporter: Guy Groulx
> Assignee: Anoop Sharma
> Priority: Blocker
>
> Tried moving to GIT 140529_1530 on two systems.
> Was running with metadata 2.2 before.
> On initialize trafodion, upgrade got the following:
> >>initialize trafodion, upgrade;
> ..
> Metadata Upgrade: started
> Version Check: started
> Metadata need to be upgraded from Version 2.2 to 2.3
> Version Check: done
> Drop Old Metadata: started
> Drop Old Metadata: done
> Backup Current Metadata: started
> Backup Current Metadata: done
> Drop Current Metadata: started
> Drop Current Metadata: done
> Initialize New Metadata: started
> Initialize New Metadata: done
> Copy Old Metadata: started
> Restore from Old Metadata: started
> Restore from Old Metadata: done
> Drop Old Metadata: started
> Drop Old Metadata: done
> Metadata Upgrade: failed
> *** ERROR[1391] TRAFODION."_MD_".AUTHS is a metadata object and cannot be
> updated.
> *** ERROR[8822] The statement was not prepared.
> --- SQL operation failed with errors.
> >>e
> End of MXCI Session
> Workaround is to delete everything and start fresh.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)