[
https://issues.apache.org/jira/browse/AMBARI-13915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007995#comment-15007995
]
Hudson commented on AMBARI-13915:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #873 (See
[https://builds.apache.org/job/Ambari-branch-2.1/873/])
AMBARI-13915 - Storm Upgrade Causes NPE Due To null Property Value (jhurley:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=46a6e7e5966eadd58325a0abdd5dff0c42a8e303])
*
ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/ConfigureActionTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/ConfigureAction.java
> Storm Upgrade Causes NPE Due To null Property Value Replacement
> ---------------------------------------------------------------
>
> Key: AMBARI-13915
> URL: https://issues.apache.org/jira/browse/AMBARI-13915
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.3
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Critical
> Fix For: 2.1.3
>
> Attachments: AMBARI-13915.patch
>
>
> In an upgrade (either rolling or express), the {{storm-site}} property
> replacement for
> {code}
> <replace key="nimbus.authorizer"
> find="com.xasecure.authorization.storm.authorizer.XaSecureStormAuthorizer"
> replace-with="org.apache.ranger.authorization.storm.authorizer.RangerStormAuthorizer"
> />
> {code}
> causes
> {code}
> 10 Nov 2015 05:06:34,332 WARN [Server Action Executor Worker 264]
> ServerActionExecutor:479 - Task #264 failed to complete execution due to
> thrown exception: java.lang.NullPointerException:null
> java.lang.NullPointerException
> at
> org.apache.ambari.server.serveraction.upgrades.ConfigureAction.execute(ConfigureAction.java:410)
> at
> org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.execute(ServerActionExecutor.java:537)
> at
> org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.run(ServerActionExecutor.java:474)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)