Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.2.1
-
None
Description
Currently agent connection retry mechanism fails after one try:
WARNING 2016-08-12 16:13:08,291 main.py:351 - Unable to determine the IP address of the Ambari server 'ambari-server' ERROR 2016-08-12 16:13:08,292 main.py:392 - Exiting with exception: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/ambari_agent/main.py", line 387, in <module> main(heartbeat_stop_callback) File "/usr/lib/python2.6/site-packages/ambari_agent/main.py", line 355, in main (retries, connected, stopped) = netutil.try_to_connect(server_url, MAX_RETRIES, logger) UnboundLocalError: local variable 'server_url' referenced before assignment
Attachments
Attachments
Issue Links
- is duplicated by
-
AMBARI-19246 Ambari Agent start fails with local variable 'server_url' referenced before assignment
- Resolved
- links to