----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30121/#review68918 -----------------------------------------------------------
Ship it! Ship It! - Myroslav Papirkovskyy On Січ. 21, 2015, 4:54 після полудня, Dmytro Sen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30121/ > ----------------------------------------------------------- > > (Updated Січ. 21, 2015, 4:54 після полудня) > > > Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle. > > > Bugs: AMBARI-9237 > https://issues.apache.org/jira/browse/AMBARI-9237 > > > Repository: ambari > > > Description > ------- > > Installed a single-host Ambari 2.0.0 cluster with HDP 2.2, and AMS. > The service check failed with the following error, > Traceback (most recent call last): > File > "/var/lib/ambari-agent/cache/common-services/AMS/0.1.0/package/scripts/service_check.py", > line 119, in <module> > AMSServiceCheck().execute() > File > "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", > line 184, in execute > method(env) > File > "/var/lib/ambari-agent/cache/common-services/AMS/0.1.0/package/scripts/service_check.py", > line 55, in service_check > conn.request("POST", self.AMS_METRICS_POST_URL, metric_json, headers) > File "/usr/lib64/python2.6/httplib.py", line 914, in request > self._send_request(method, url, body, headers) > File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request > self.endheaders() > File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders > self._send_output() > File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output > self.send(msg) > File "/usr/lib64/python2.6/httplib.py", line 739, in send > self.connect() > File "/usr/lib64/python2.6/httplib.py", line 720, in connect > self.timeout) > File "/usr/lib64/python2.6/socket.py", line 567, in create_connection > raise error, msg > socket.error: [Errno 111] Connection refused > It worked the 2nd time, so may need to increase a timeout value. > stdout: > 2015-01-20 21:14:58,002 - AMS service check was started. > 2015-01-20 21:14:58,007 - Generated metrics: > { > "metrics": [ > { > "metricname": "AMS.SmokeTest.FakeMetric", > "appid": "amssmoketestfake", > "hostname": "c6405.ambari.apache.org", > "timestamp": 1419860001000, > "starttime": 1419860001000, > "metrics": { > "1419860001000": 0.245129358451, > "1419860002000": 1421788498.0 > } > } > ] > } > > 2015-01-20 21:14:58,007 - Connecting (POST) to > c6405.ambari.apache.org:6188/ws/v1/timeline/metrics/ > > > Diffs > ----- > > > ambari-server/src/main/resources/common-services/AMS/0.1.0/package/scripts/service_check.py > c4974a7 > > Diff: https://reviews.apache.org/r/30121/diff/ > > > Testing > ------- > > manual service check + > all unit tests passed > > > Thanks, > > Dmytro Sen > >
