[jira] [Commented] (AMBARI-18951) Force InnoDB usage for MySQL

2016-12-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15715454#comment-15715454
 ] 

Hudson commented on AMBARI-18951:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6138 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/6138/])
AMBARI-18951. Force InnoDB usage for MySQL. Fix for MySQL < 5.6. 
(mpapyrkovskyy: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=80084a9d8de9110365c6f1ef68362b502e07cf28])
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql


> Force InnoDB usage for MySQL
> 
>
> Key: AMBARI-18951
> URL: https://issues.apache.org/jira/browse/AMBARI-18951
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.2
>Reporter: Myroslav Papirkovskyi
>Assignee: Myroslav Papirkovskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18951.patch
>
>
> We should always use InnoDB as database engine for MySQL as database with 
> MyISAM engine cannot be upgraded properly.
> Key reason is that MyISAM doesn't store foreign keys information, but do 
> store indexes with same name which lead to conflicts during upgrade.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18951) Force InnoDB usage for MySQL

2016-12-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15715428#comment-15715428
 ] 

Hudson commented on AMBARI-18951:
-

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #440 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/440/])
AMBARI-18951. Force InnoDB usage for MySQL. Fix for MySQL < 5.6. 
(mpapyrkovskyy: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=171279a25cf12cd1f3c13ee70e366ca0f5f4a53f])
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql


> Force InnoDB usage for MySQL
> 
>
> Key: AMBARI-18951
> URL: https://issues.apache.org/jira/browse/AMBARI-18951
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.2
>Reporter: Myroslav Papirkovskyi
>Assignee: Myroslav Papirkovskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18951.patch
>
>
> We should always use InnoDB as database engine for MySQL as database with 
> MyISAM engine cannot be upgraded properly.
> Key reason is that MyISAM doesn't store foreign keys information, but do 
> store indexes with same name which lead to conflicts during upgrade.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18951) Force InnoDB usage for MySQL

2016-11-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15703719#comment-15703719
 ] 

Hudson commented on AMBARI-18951:
-

ABORTED: Integrated in Jenkins build Ambari-branch-2.5 #395 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/395/])
AMBARI-18951. Force InnoDB usage for MySQL. (mpapirkovskyy) (mpapyrkovskyy: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=98e41c677b2e22e694eda27ee6217d560ac4dbe2])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/upgrade/SchemaUpgradeHelper.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/helpers/dbms/MySqlHelper.java


> Force InnoDB usage for MySQL
> 
>
> Key: AMBARI-18951
> URL: https://issues.apache.org/jira/browse/AMBARI-18951
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.2
>Reporter: Myroslav Papirkovskyi
>Assignee: Myroslav Papirkovskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18951.patch
>
>
> We should always use InnoDB as database engine for MySQL as database with 
> MyISAM engine cannot be upgraded properly.
> Key reason is that MyISAM doesn't store foreign keys information, but do 
> store indexes with same name which lead to conflicts during upgrade.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18951) Force InnoDB usage for MySQL

2016-11-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15702547#comment-15702547
 ] 

Hudson commented on AMBARI-18951:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6091 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/6091/])
AMBARI-18951. Force InnoDB usage for MySQL. (mpapirkovskyy) (mpapyrkovskyy: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=255725dfc07a4a4fd7fc8b3f6cdbd7cced1c375a])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/upgrade/SchemaUpgradeHelper.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/helpers/dbms/MySqlHelper.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql


> Force InnoDB usage for MySQL
> 
>
> Key: AMBARI-18951
> URL: https://issues.apache.org/jira/browse/AMBARI-18951
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.2
>Reporter: Myroslav Papirkovskyi
>Assignee: Myroslav Papirkovskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18951.patch
>
>
> We should always use InnoDB as database engine for MySQL as database with 
> MyISAM engine cannot be upgraded properly.
> Key reason is that MyISAM doesn't store foreign keys information, but do 
> store indexes with same name which lead to conflicts during upgrade.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)