[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2017-02-17 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18868:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6776 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/6776/])
AMBARI-18868. Stage and Request status should be persisted in the (jaimin: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=0fc7a6671feb10dc0e8475dc4878942cf19f46cc])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/Request.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/alerts/AmbariPerformanceRunnableTest.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/events/listeners/tasks/TaskStatusListener.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/StageEntityPK.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog300.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/actionmanager/TestActionDBAccessorImpl.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ActionScheduler.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/RequestEntity.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/events/publishers/TaskEventPublisher.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/CalculatedStatus.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostRoleCommandEntity.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/events/TaskEvent.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog300Test.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/state/cluster/ClusterEffectiveVersionTest.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/RequestDAO.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/StageDAO.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/HostRoleCommandDAO.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/Stage.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/state/ConfigHelperTest.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/events/TaskCreateEvent.java
* (add) 
ambari-server/src/test/java/org/apache/ambari/server/events/listeners/tasks/TaskStatusListenerTest.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/state/services/RetryUpgradeActionServiceTest.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/actionmanager/TestActionScheduler.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/UpgradeResourceProviderTest.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/events/TaskUpdateEvent.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ActionDBAccessorImpl.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/UpgradeSummaryResourceProviderTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/StageEntity.java


> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.3.patch, 
> AMBARI-18868.4.patch, AMBARI-18868.5.patch, AMBARI-18868.6.patch, 
> AMBARI-18868.7.patch, AMBARI-18868.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2017-02-17 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18868:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12853285/AMBARI-18868.7.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 10 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10632//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10632//console

This message is automatically generated.

> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.3.patch, 
> AMBARI-18868.4.patch, AMBARI-18868.5.patch, AMBARI-18868.6.patch, 
> AMBARI-18868.7.patch, AMBARI-18868.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2017-02-17 Thread Jaimin Jetly (JIRA)

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

Jaimin Jetly commented on AMBARI-18868:
---

Verified that [^AMBARI-18868.7.patch] passes rat check, style check and 
ambari-server unit tests on local dev machine.
*ambari-server unit test results:*
Tests run: 4927, Failures: 0, Errors: 0, Skipped: 39


> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.3.patch, 
> AMBARI-18868.4.patch, AMBARI-18868.5.patch, AMBARI-18868.6.patch, 
> AMBARI-18868.7.patch, AMBARI-18868.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2017-02-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18868:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12853100/AMBARI-18868.6.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 10 new 
or modified test files.

{color:red}-1 javac{color:red}.  The patch appears to cause the build to 
fail.

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10625//console

This message is automatically generated.

> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.3.patch, 
> AMBARI-18868.4.patch, AMBARI-18868.5.patch, AMBARI-18868.6.patch, 
> AMBARI-18868.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2017-02-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18868:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12852941/AMBARI-18868.5.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 10 new 
or modified test files.

{color:red}-1 javac{color:red}.  The patch appears to cause the build to 
fail.

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10605//console

This message is automatically generated.

> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.3.patch, 
> AMBARI-18868.4.patch, AMBARI-18868.5.patch, AMBARI-18868.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2016-12-14 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18868:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12843286/AMBARI-18868.4.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 8 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
ambari-server:

  org.apache.ambari.server.agent.AgentResourceTest
  
org.apache.ambari.server.state.cluster.ClusterEffectiveVersionTest
  org.apache.ambari.server.utils.StageUtilsTest
  
org.apache.ambari.server.controller.internal.StackUpgradeConfigurationMergeTest
  
org.apache.ambari.server.controller.internal.ActiveWidgetLayoutResourceProviderTest
  
org.apache.ambari.server.controller.internal.UserAuthorizationResourceProviderTest
  
org.apache.ambari.server.controller.internal.UpgradeResourceProviderTest
  org.apache.ambari.server.state.ConfigHelperTest
  org.apache.ambari.server.alerts.AmbariPerformanceRunnableTest
  org.apache.ambari.server.controller.KerberosHelperTest
  
org.apache.ambari.server.controller.internal.UserResourceProviderTest

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9670//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9670//console

This message is automatically generated.

> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.3.patch, 
> AMBARI-18868.4.patch, AMBARI-18868.patch
>
>




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


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2016-12-14 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18868:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12843137/AMBARI-18868.3.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 8 new 
or modified test files.

{color:red}-1 javac{color:red}.  The patch appears to cause the build to 
fail.

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9655//console

This message is automatically generated.

> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.3.patch, 
> AMBARI-18868.patch
>
>




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


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2016-11-14 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18868:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12838909/AMBARI-18868.2.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 6 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
ambari-server:

  
org.apache.ambari.server.controller.AmbariManagementControllerTest

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9268//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9268//console

This message is automatically generated.

> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.2.patch, AMBARI-18868.patch
>
>




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


[jira] [Commented] (AMBARI-18868) Stage and Request status should be persisted in the database

2016-11-12 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18868:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12838635/AMBARI-18868.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 6 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
ambari-server:

  
org.apache.ambari.server.controller.metrics.JMXPropertyProviderTest
  org.apache.ambari.server.state.cluster.ClusterDeadlockTest
  
org.apache.ambari.server.controller.AmbariManagementControllerTest

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9246//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9246//console

This message is automatically generated.

> Stage and Request status should be persisted in the database
> 
>
> Key: AMBARI-18868
> URL: https://issues.apache.org/jira/browse/AMBARI-18868
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 3.0.0
>Reporter: Jaimin Jetly
>Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-18868.patch
>
>




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