-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53090/
-----------------------------------------------------------

Review request for Ambari, Jonathan Hurley and Nate Cole.


Bugs: AMBARI-18663
    https://issues.apache.org/jira/browse/AMBARI-18663


Repository: ambari


Description
-------

STR:
1)Deploy old version cluster regarding environment (use public repo)
2)Enable AMS distr. mode
3)Make ambari only upgrade to 2.4.1.0

Actual result:
Storm becomes stopped by itself after upgrade from 2.2.1.0 to 2.4.1.0
{code}
supervisor.log

2016-09-01 21:51:48.996 o.a.s.c.ConnectionState [ERROR] Connection timed out 
for connection string (host:2181,host:2181,host:2181/storm) and timeout (15000) 
/ elapsed (18214)
org.apache.storm.curator.CuratorConnectionLossException: KeeperErrorCode = 
ConnectionLoss
at 
org.apache.storm.curator.ConnectionState.checkTimeouts(ConnectionState.java:195)
 [storm-core-0.10.0.2.4.2.0-258.jar:0.10.0.2.4.2.0-258]
at 
org.apache.storm.curator.ConnectionState.getZooKeeper(ConnectionState.java:87) 
[storm-core-0.10.0.2.4.2.0-258.jar:0.10.0.2.4.2.0-258]
at 
org.apache.storm.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:115)
 [storm-core-0.10.0.2.4.2.0-258.jar:0.10.0.2.4.2.0-258]
at 
org.apache.storm.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:821)
 [storm-core-0.10.0.2.4.2.0-258.jar:0.10.0.2.4.2.0-258]
at 
org.apache.storm.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:807)
 [storm-core-0.10.0.2.4.2.0-258.jar:0.10.0.2.4.2.0-258]
at 
org.apache.storm.curator.framework.imps.CuratorFrameworkImpl.access$300(CuratorFrameworkImpl.java:63)
 [storm-core-0.10.0.2.4.2.0-258.jar:0.10.0.2.4.2.0-258]
at 
org.apache.storm.curator.framework.imps.CuratorFrameworkImpl$4.call(CuratorFrameworkImpl.java:267)
 [storm-core-0.10.0.2.4.2.0-258.jar:0.10.0.2.4.2.0-258]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_67]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
[?:1.7.0_67]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
[?:1.7.0_67]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_67]
2016-09-01 21:51:49.000 b.s.d.supervisor [INFO] 
d0050058-970d-4faa-8170-b8d9b0515baf still hasn't started
{code}


Diffs
-----

  
ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/ConfigureTask.java
 343c484 
  
ambari-server/src/main/resources/common-services/STORM/0.9.1/configuration/storm-site.xml
 e504c2d 
  
ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/STORM/configuration/storm-site.xml
 3ec48db 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/config-upgrade.xml 
5957da4 
  
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.2.xml
 d0bfec2 
  
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml
 3168f10 
  
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml
 0f15286 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml 
9f0f421 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 
41b516a 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml 
4a704ad 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml 
b63115b 
  
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml
 b7465f7 
  
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml
 eb6f333 
  
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.5.xml
 ff4ed18 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml 
533a1e9 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml 
5ac0540 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml 
8ecd90f 
  ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml 
962d92e 
  
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml
 a54c830 
  ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml 
e3e632b 

Diff: https://reviews.apache.org/r/53090/diff/


Testing
-------

Finishing test on live cluster

mvn clean test


Thanks,

Dmitro Lisnichenko

Reply via email to