You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/09/11 18:55:46 UTC

[jira] [Commented] (AMBARI-13075) Make ambari-server robust/debuggable if user accidentally adds a config type to a config groups when it does not exist as base type

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

Hudson commented on AMBARI-13075:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #3427 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3427/])
AMBARI-13075. Make ambari-server robust/debuggable if user accidentally adds a config type to a config groups when it does not exist as base type (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7c2dd39448643c428e9deb9decc47bec73937484)
* ambari-server/src/main/java/org/apache/ambari/server/state/host/HostImpl.java
* ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProviderTest.java
* ambari-server/src/main/java/org/apache/ambari/server/state/Cluster.java
* ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProvider.java


> Make ambari-server robust/debuggable if user accidentally adds a config type to a config groups when it does not exist as base type
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-13075
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13075
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.2
>
>
> This was reported by a customer. Customer accidentally added a config of type
> `hivesite` to a config group.
> **Call**
>     
>     
>     
>     curl 'http://ambhost:8080/api/v1/clusters/TSGHDP/config_groups/3' -X PUT -H "X-Requested-By: ambari" --user admin:admin --data '[{"ConfigGroup":{"id":3,"cluster_name":"HDP","group_name":"Hive_custom_group","tag":"HIVE","description":"","hosts":[{"host_name":"abc.local"}],"service_config_version_note":"hive custom group tx timeout 
>     property change","desired_configs":[{"type":"hivesite","tag":"newversionforjdbcurl","properties":{"hive.txn.timeout":"310","javax.jdo.option.ConnectionURL":"jdbc:mysql://abc.local/hive2?createDatabaseIfNotExist=true"}}]}}]' --compressed
>     
> This resulted in ambari-server failing to process agent heartbeat and throwing
> NPE.
>     
>     
>     
>     13 Aug 2015 10:36:28,961  WARN [ambari-hearbeat-monitor] HeartbeatMonitor:129 - Exception received
>     java.lang.NullPointerException
>     	at org.apache.ambari.server.state.host.HostImpl.getDesiredHostConfigs(HostImpl.java:1349)
>     	at org.apache.ambari.server.state.ConfigHelper.getEffectiveDesiredTags(ConfigHelper.java:109)
>     	at org.apache.ambari.server.agent.HeartbeatMonitor.createStatusCommand(HeartbeatMonitor.java:253)
>     	at org.apache.ambari.server.agent.HeartbeatMonitor.generateStatusCommands(HeartbeatMonitor.java:218)
>     	at org.apache.ambari.server.agent.HeartbeatMonitor.doWork(HeartbeatMonitor.java:190)
>     	at org.apache.ambari.server.agent.HeartbeatMonitor.run(HeartbeatMonitor.java:121)
>     	at java.lang.Thread.run(Thread.java:745)
>     



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