-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61132/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Myroslav Papirkovskyy, and Sid
Wagle.
Bugs: AMBARI-21574
https://issues.apache.org/jira/browse/AMBARI-21574
Repository: ambari
Description
-------
INFO 2017-07-25 08:34:21,115 InitializerModule.py:97 - Connecting to
wss://perf-server-test-perf-1.c.pramod-thangali.internal:8441/agent/stomp/v1
INFO 2017-07-25 08:34:21,210 transport.py:322 - Starting receiver loop
INFO 2017-07-25 08:34:21,211 transport.py:267 - Sending frame: 'STOMP',
headers={'host': 0, 'accept-version': '1.2'}
# here it hangs
There should be a timeout for waiting for reply from server to connection
frame.
Diffs
-----
ambari-common/src/main/python/ambari_stomp/adapter/websocket.py 91eaaac
ambari-common/src/main/python/ambari_stomp/transport.py 346cb17
Diff: https://reviews.apache.org/r/61132/diff/1/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk