You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/08/24 04:56:12 UTC

[jira] [Commented] (SLIDER-355) Agent is unable to connect to ZK on windows to retrieve AM host and port

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

ASF subversion and git services commented on SLIDER-355:
--------------------------------------------------------

Commit 448d598fccf75d2a340cdbbeb45d3913fb473050 in incubator-slider's branch refs/heads/feature/hbase_win_package from [~sumitmohanty]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=448d598 ]

SLIDER-355. Agent is unable to connect to ZK on windows to retrieve AM host and port
SLIDER-356. Slider agent should not default to any host or port value when it cannot communicate with ZK


> Agent is unable to connect to ZK on windows to retrieve AM host and port
> ------------------------------------------------------------------------
>
>                 Key: SLIDER-355
>                 URL: https://issues.apache.org/jira/browse/SLIDER-355
>             Project: Slider
>          Issue Type: Bug
>          Components: agent
>    Affects Versions: Slider 0.50
>            Reporter: Sumit Mohanty
>            Assignee: Gour Saha
>
> Error:
> {noformat}
> error: (10038, 'An operation was attempted on something that is not a socket')
> Exception in thread Thread-3:
> Traceback (most recent call last):
>   File "C:\Python27\lib\threading.py", line 810, in __bootstrap_inner    self.run()
>   File "C:\Python27\lib\threading.py", line 763, in run
>     self.__target(*self.__args, **self.__kwargs)
>   File "C:\hdpdata\hadoop\local\usercache\hadoop\appcache\application_1407457110795_0012\filecache\14\slider-agent.tar.g
> z\slider-agent\kazoo\protocol\connection.py", line 467, in zk_loop
>     if retry(self._connect_loop, retry) is STOP_CONNECTING:
>   File "C:\hdpdata\hadoop\local\usercache\hadoop\appcache\application_1407457110795_0012\filecache\14\slider-agent.tar.g
> z\slider-agent\kazoo\retry.py", line 124, in __call__
>     return func(*args, **kwargs)
>   File "C:\hdpdata\hadoop\local\usercache\hadoop\appcache\application_1407457110795_0012\filecache\14\slider-agent.tar.g
> z\slider-agent\kazoo\protocol\connection.py", line 484, in _connect_loop
>     status = self._connect_attempt(host, port, retry)
>   File "C:\hdpdata\hadoop\local\usercache\hadoop\appcache\application_1407457110795_0012\filecache\14\slider-agent.tar.g
> z\slider-agent\kazoo\protocol\connection.py", line 523, in _connect_attempt
>     [], [], timeout)[0]
>   File "C:\hdpdata\hadoop\local\usercache\hadoop\appcache\application_1407457110795_0012\filecache\14\slider-agent.tar.g
> z\slider-agent\kazoo\handlers\threading.py", line 252, in select
>     return select.select(*args, **kwargs)
> error: (10038, 'An operation was attempted on something that is not a socket')
> Could not connect to zk registry at /registry/org-apache-slider/cl1 in quorum HADOOP1:2181. Error: Connection time-out
> {noformat}
> Possibly relevant discussion on kazoo -https://github.com/python-zk/kazoo/issues/78



--
This message was sent by Atlassian JIRA
(v6.2#6252)