Using 0.72.0 build ...
I deploy my app successfully, but when I try to stop it using:
bin/slider stop solr
It doesn't look like my stop python method is ever called and the
underlying Solr process is not stopped. In the slider-agent.log, I see
this:
INFO 2015-05-19 15:35:41,571 security.py:132 - Encountered
communication error. Details: BadStatusLine("''",)
ERROR 2015-05-19 15:35:41,571 Controller.py:562 - Exception raised
Traceback (most recent call last):
File
"/private/tmp/hadoop-timpotter/nm-local-dir/usercache/timpotter/appcache/application_1432005178704_0014/filecache/66/slider-agent.tar.gz/slider-agent/agent/Controller.py",
line 558, in sendRequest
File
"/private/tmp/hadoop-timpotter/nm-local-dir/usercache/timpotter/appcache/application_1432005178704_0014/filecache/66/slider-agent.tar.gz/slider-agent/agent/security.py",
line 134, in request
IOError: Error occured during connecting to the server: ''
WARNING 2015-05-19 15:35:41,571 Controller.py:565 - Request failed!
Data: {"nodeStatus": {"status": "HEALTHY", "cause": "NONE"},
"timestamp": 1432071341566, "hostname":
"container_1432005178704_0014_01_000002___SOLR", "responseId": 46,
"fqdn": "Lucids-MacBook-Pro.local", "reports": []}
ERROR 2015-05-19 15:35:45,575 Controller.py:374 - Unable to connect
to:
https://Lucids-MacBook-Pro.local:52672/ws/v1/slider/agents/container_1432005178704_0014_01_000002___SOLR/heartbeat
due to expected string or buffer
ERROR 2015-05-19 15:35:45,575 Controller.py:384 - Heartbeat retry count = 1
INFO 2015-05-19 15:35:55,584 security.py:89 - SSL Connect being
called.. connecting to the server
ERROR 2015-05-19 15:35:55,586 Controller.py:562 - Exception raised
Traceback (most recent call last):
File
"/private/tmp/hadoop-timpotter/nm-local-dir/usercache/timpotter/appcache/application_1432005178704_0014/filecache/66/slider-agent.tar.gz/slider-agent/agent/Controller.py",
line 556, in sendRequest
File
"/private/tmp/hadoop-timpotter/nm-local-dir/usercache/timpotter/appcache/application_1432005178704_0014/filecache/66/slider-agent.tar.gz/slider-agent/agent/security.py",
line 106, in __init__
File
"/private/tmp/hadoop-timpotter/nm-local-dir/usercache/timpotter/appcache/application_1432005178704_0014/filecache/66/slider-agent.tar.gz/slider-agent/agent/security.py",
line 111, in connect
File
"/private/tmp/hadoop-timpotter/nm-local-dir/usercache/timpotter/appcache/application_1432005178704_0014/filecache/66/slider-agent.tar.gz/slider-agent/agent/security.py",
line 49, in connect
File
"/private/tmp/hadoop-timpotter/nm-local-dir/usercache/timpotter/appcache/application_1432005178704_0014/filecache/66/slider-agent.tar.gz/slider-agent/agent/security.py",
line 90, in create_connection
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py",
line 571, in create_connection
raise err
error: [Errno 61] Connection refused
WARNING 2015-05-19 15:35:55,587 Controller.py:565 - Request failed!
Data: {"nodeStatus": {"status": "HEALTHY", "cause": "NONE"},
"timestamp": 1432071341566, "hostname":
"container_1432005178704_0014_01_000002___SOLR", "responseId": 46,
"fqdn": "Lucids-MacBook-Pro.local", "reports": []}