You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the results you received:
Got python traceback error with syslog ERR.
Dec 18 12:54:16.079672 str-msn2700-01 INFO snmp#snmp-subagent [sonic_ax_impl] INFO: Recieved 'SIGTERM' signal, shutting down...
Dec 18 12:54:16.080600 str-msn2700-01 INFO snmp#snmp-subagent [ax_interface] INFO: AgentX socket connection closed.
Dec 18 12:54:16.081329 str-msn2700-01 INFO snmp#snmp-subagent [ax_interface] INFO: Run disabled. Connection loop stopping...
Dec 18 12:54:16.087179 str-msn2700-01 ERR snmp#snmp-subagent [sonic_ax_impl] ERROR: Uncaught exception in sonic_ax_impl.main
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/sonic_ax_impl/main.py", line 70, in main
event_loop.run_until_complete(agent.run_in_event_loop())
File "/usr/lib/python3.6/asyncio/base_events.py", line 466, in run_until_complete
return future.result()
File "/usr/local/lib/python3.6/dist-packages/ax_interface/agent.py", line 49, in run_in_event_loop
await asyncio.wait_for(background_task, BACKGROUND_WAIT_TIMEOUT, loop=self.loop)
File "/usr/lib/python3.6/asyncio/tasks.py", line 352, in wait_for
return fut.result()
AttributeError: '_asyncio.Task' object has no attribute 'send'
Dec 18 12:54:20.016122 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:16,078 INFO waiting for snmp-subagent to stop
Dec 18 12:54:20.016548 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:18,078 INFO waiting for snmp-subagent to stop
Dec 18 12:54:30.032563 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:20,079 INFO waiting for snmp-subagent to stop
Dec 18 12:54:30.032563 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:22,079 INFO waiting for snmp-subagent to stop
Dec 18 12:54:30.032563 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:24,079 INFO waiting for snmp-subagent to stop
Dec 18 12:54:30.032563 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:26,078 WARN killing 'snmp-subagent' (76) with SIGKILL
Dec 18 12:54:30.032563 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:26,079 INFO waiting for snmp-subagent to stop
Dec 18 12:54:30.032563 str-msn2700-01 INFO snmp#supervisord 2016-12-18 12:54:26,083 INFO stopped: snmp-subagent (terminated by SIGKILL)
Describe the results you expected:
No traceback message and syslog ERR logs expected
Additional information you deem important (e.g. issue happens only occasionally):
Description
Steps to reproduce the issue:
Describe the results you received:
Got python traceback error with syslog ERR.
Describe the results you expected:
No traceback message and syslog ERR logs expected
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: