[
https://issues.apache.org/jira/browse/AMBARI-18900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15674766#comment-15674766
]
Aravindan Vijayan commented on AMBARI-18900:
--------------------------------------------
[~swagle] client.close() should be good since we are calling close on the
CuratorZookeeperClient wrapper.
FYI, the close implementation.
{code}
public void close()
{
log.debug("Closing");
started.set(false);
try
{
state.close();
}
catch ( IOException e )
{
log.error("", e);
}
}
{code}
> Zookeeper service check fails after deployment
> ----------------------------------------------
>
> Key: AMBARI-18900
> URL: https://issues.apache.org/jira/browse/AMBARI-18900
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.5.0
> Reporter: Dhanya Balasundaran
> Assignee: Aravindan Vijayan
> Priority: Blocker
> Fix For: 2.5.0
>
> Attachments: AMBARI-18900.patch
>
>
> Zookeeper service check fails after deployment with below error
> {code}
> :WARN No appenders could be found for logger
> (org.apache.zookeeper.ZooKeeper).\nlog4j:WARN Please initialize the log4j
> system properly.\nlog4j:WARN See
> http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.\nWelcome
> to ZooKeeper!\nJLine support is enabled\n[zk: <host>:2181(CONNECTING) 0]
> delete /zk_smoketest\n\nWATCHER::\n\nWatchedEvent state:SyncConnected
> type:None path:null\n\nWATCHER::\n\nWatchedEvent state:SaslAuthenticated
> type:None path:null\n[zk: <host>:2181(CONNECTED) 1] Zookeeper Smoke Test:
> Failed"
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)