You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/02/16 13:16:06 UTC

[jira] [Commented] (AMBARI-21688) Fix raceconditions causing ambari-agent to hang/fail

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

Hudson commented on AMBARI-21688:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8744 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8744/])
AMBARI-21688. Fix raceconditions causing ambari-agent to hang/fail (aonishuk: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=57b79f937af5d046ef420b8dc839fad92a24c64a])
* (edit) ambari-agent/src/main/python/ambari_agent/HostStatusReporter.py
* (edit) ambari-agent/src/main/python/ambari_agent/listeners/ServerResponsesListener.py
* (edit) ambari-agent/src/main/python/ambari_agent/security.py
* (edit) ambari-common/src/main/python/ambari_ws4py/websocket.py
* (edit) ambari-agent/src/main/python/ambari_agent/InitializerModule.py
* (edit) ambari-common/src/main/python/ambari_stomp/adapter/websocket.py
* (edit) ambari-agent/src/main/python/ambari_agent/HeartbeatThread.py
* (edit) ambari-agent/src/main/python/ambari_agent/CommandStatusDict.py
* (edit) ambari-agent/src/main/python/ambari_agent/ComponentStatusExecutor.py


> Fix raceconditions causing ambari-agent to hang/fail
> ----------------------------------------------------
>
>                 Key: AMBARI-21688
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21688
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>            Priority: Major
>             Fix For: 3.0.0
>
>         Attachments: AMBARI-21688.patch
>
>
> Fix two raceconditions:  
> First causes agent to hang forever during initial connection:
>     
>     
>     INFO 2017-08-08 16:55:06,780 transport.py:329 - Starting receiver loopINFO 2017-08-08 16:55:06,781 transport.py:271 - Sending frame: 'STOMP', headers={'host': 0, 'accept-version': '1.2'}
>     
> Second one causes heartbeating fail with:
>     
>     
>     ERROR 2017-08-08 10:12:08,328 HeartbeatThread.py:167 - Error in responseId sequence - restarting
>     INFO 2017-08-08 10:12:08,328 ExitHelper.py:56 - Performing cleanup before exiting...
>     



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)