Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. [root@noc noc]# tail -f /var/log/noc/activator-default-00.log
  2. self = <nsq.async.AsyncConn object at 0x7f66e3955a90>
  3. data = '\x00\x00\x00\x00_heartbeat_'
  4. ------------------------------------------------------------------------
  5. END OF TRACEBACK
  6. 2019-08-21 13:20:30,971 [nsq.client] [172.17.5.121:4150:172.17.5.121:4150] ERROR: ConnectionClosedError(u'Stream is closed',)
  7. 2019-08-21 13:20:30,973 [nsq.writer] [172.17.5.121:4150] connection closed
  8. 2019-08-21 13:20:30,973 [nsq.writer] [172.17.5.121:4150] attempting to reconnect in 15.00s
  9. 2019-08-21 13:20:45,974 [nsq.writer] [172.17.5.121:4150] connecting to nsqd
  10. 2019-08-21 13:20:45,976 [nsq.client] [172.17.5.121:4150:172.17.5.121:4150] IDENTIFY sent {u'tls_v1': False, u'deflate_level': 6, u'deflate': False, u'heartbeat_interval': 30000, u'output_buffer_size': 16384, u'client_id': u'noc', u'feature_negotiation': True, u'output_buffer_timeout': 250, u'short_id': u'noc', u'hostname': 'noc.link-side.ru', u'snappy': False, u'sample_rate': 0, u'user_agent': u'pynsq/0.8.1', u'long_id': 'noc.link-side.ru'}
  11. 2019-08-21 13:20:45,979 [nsq.client] [172.17.5.121:4150:172.17.5.121:4150] IDENTIFY received {u'max_deflate_level': 6, u'deflate_level': 0, u'output_buffer_timeout': 250, u'output_buffer_size': 16384, u'auth_required': False, u'tls_v1': False, u'deflate': False, u'snappy': False, u'version': u'0.3.8', u'msg_timeout': 60000, u'max_rdy_count': 5000, u'sample_rate': 0, u'max_msg_timeout': 900000}
  12. ^C
  13. [root@noc noc]# tail -f /var/log/noc/activator-default-01.log
  14. self = <nsq.async.AsyncConn object at 0x7f33e5455a90>
  15. data = '\x00\x00\x00\x00_heartbeat_'
  16. ------------------------------------------------------------------------
  17. END OF TRACEBACK
  18. 2019-08-21 13:20:11,120 [nsq.client] [172.17.5.121:4150:172.17.5.121:4150] ERROR: ConnectionClosedError(u'Stream is closed',)
  19. 2019-08-21 13:20:11,122 [nsq.writer] [172.17.5.121:4150] connection closed
  20. 2019-08-21 13:20:11,123 [nsq.writer] [172.17.5.121:4150] attempting to reconnect in 15.00s
  21. 2019-08-21 13:20:26,126 [nsq.writer] [172.17.5.121:4150] connecting to nsqd
  22. 2019-08-21 13:20:26,128 [nsq.client] [172.17.5.121:4150:172.17.5.121:4150] IDENTIFY sent {u'tls_v1': False, u'deflate_level': 6, u'deflate': False, u'heartbeat_interval': 30000, u'output_buffer_size': 16384, u'client_id': u'noc', u'feature_negotiation': True, u'output_buffer_timeout': 250, u'short_id': u'noc', u'hostname': 'noc.link-side.ru', u'snappy': False, u'sample_rate': 0, u'user_agent': u'pynsq/0.8.1', u'long_id': 'noc.link-side.ru'}
  23. 2019-08-21 13:20:26,130 [nsq.client] [172.17.5.121:4150:172.17.5.121:4150] IDENTIFY received {u'max_deflate_level': 6, u'deflate_level': 0, u'output_buffer_timeout': 250, u'output_buffer_size': 16384, u'auth_required': False, u'tls_v1': False, u'deflate': False, u'snappy': False, u'version': u'0.3.8', u'msg_timeout': 60000, u'max_rdy_count': 5000, u'sample_rate': 0, u'max_msg_timeout': 900000}
  24. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement