----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43727/#review119714 -----------------------------------------------------------
Ship it! Ship It! - Alejandro Fernandez On Feb. 18, 2016, 8:02 p.m., Jonathan Hurley wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43727/ > ----------------------------------------------------------- > > (Updated Feb. 18, 2016, 8:02 p.m.) > > > Review request for Ambari, Dmitro Lisnichenko and Nate Cole. > > > Bugs: AMBARI-15094 > https://issues.apache.org/jira/browse/AMBARI-15094 > > > Repository: ambari > > > Description > ------- > > This JIRA will be used to keep track of the changes required for the > UpgradeCatalog that will be used for PU. > > +Changed tables+ > {{repo_version}} > * Add {{type}} column, default 'STANDARD' > * Add {{version_url}} varchar(1024) > * Add {{version_xml}} mediumtext/text > * Add {{version_xsd}} varchar(512) > * Add {{parent_id}} bigint, nullable > > {{servicecomponentdesiredstate}} > * Add PK {{id}} column > * Remove existing PK, create {{UNIQUE}} constraint out of same columns > * Create {{INDEX}} on old PK columns > > {{hostcomponentdesiredstate}} > * Reorder {{hstcmpnntdesiredstatecmpnntnme}} {{FOREIGN KEY}} > ** {{(component_name, service_name, cluster_id)}} > > {{hostcomponentstate}} > * Reorder {{hstcomponentstatecomponentname}} {{FOREIGN KEY}} > ** {{(component_name, service_name, cluster_id)}} > > {{servicecomponent_history}} > * Creation of new table > * Addition of new sequence to track PK ID > > > Diffs > ----- > > ambari-server/src/main/java/org/apache/ambari/server/orm/DBAccessor.java > 49f108b > > ambari-server/src/main/java/org/apache/ambari/server/orm/DBAccessorImpl.java > abd05bc > > ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog240.java > d97962f > ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql 8c626f5 > > Diff: https://reviews.apache.org/r/43727/diff/ > > > Testing > ------- > > Upgraded a trunk database to a branch-dev-patch-upgrade database on MySQL and > Postgres. > > Unit tests pending... > > > Thanks, > > Jonathan Hurley > >
