File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 1041, in _on_socket_readable
self._consume()
File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 791, in _consume
data = self._sigint_safe_recv(self._sock, self._MAX_RECV_BYTES)
File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 79, in retry_sigint_wrap
return func(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 846, in _sigint_safe_recv
return sock.recv(max_bytes)
ConnectionResetError: [Errno 104] Connection reset by peer
2019-12-12 23:52:54.238 [info] <0.29590.609> accepting AMQP connection <0.29590.609> (10.10.0.104:43180 -> 10.10.0.124:5672)2019-12-12 23:52:54.596 [info] <0.29590.609> connection <0.29590.609> (10.10.0.104:43180 -> 10.10.0.124:5672): user 'my_app' authenticated and granted access to vhost 'my_app'2019-12-12 23:53:40.313 [info] <0.29554.609> accepting AMQP connection <0.29554.609> (10.10.0.107:36144 -> 10.10.0.124:5672)2019-12-12 23:53:40.321 [info] <0.29554.609> connection <0.29554.609> (10.10.0.107:36144 -> 10.10.0.124:5672): user 'my_app' authenticated and granted access to vhost 'my_app'2019-12-12 23:55:54.599 [error] <0.29590.609> closing AMQP connection <0.29590.609> (10.10.0.104:43180 -> 10.10.0.124:5672):missed heartbeats from client, timeout: 60s2019-12-12 23:56:40.322 [error] <0.29554.609> closing AMQP connection <0.29554.609> (10.10.0.107:36144 -> 10.10.0.124:5672):missed heartbeats from client, timeout: 60s2019-12-12 23:57:14.249 [info] <0.29702.609> accepting AMQP connection <0.29702.609> (10.10.0.106:50570 -> 10.10.0.124:5672)
2019-12-30 09:49:50,499 PC WARNING WRITE indicated on fd=7, but writer callback is None; events=0b100
2019-12-30 10:04:32,360 PC ERROR _AsyncBaseTransport._consume() failed, aborting connection: error=ConnectionResetError(104, 'Connection reset by peer'); sock=<socket.socket fd=9, family=AddressFamily.AF_INET, type=2049, proto=6, laddr=('10.244.1.14', 43264)>; Caller's stack:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 1041, in _on_socket_readable
self._consume()
File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 791, in _consume
data = self._sigint_safe_recv(self._sock, self._MAX_RECV_BYTES)
File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 79, in retry_sigint_wrap
return func(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 846, in _sigint_safe_recv
return sock.recv(max_bytes)
ConnectionResetError: [Errno 104] Connection reset by peer
Traceback (most recent call last):
2019-12-30 22:42:12.941 [info] <0.9233.998> accepting AMQP connection <0.9233.998> (10.10.0.153:44259 -> 10.10.0.124:5672)
2019-12-30 22:42:12.949 [info] <0.9233.998> connection <0.9233.998> (10.10.0.153:44259 -> 10.10.0.124:5672): user 'my_app' authenticated and granted access to vhost 'my_app'
2019-12-30 22:42:13.344 [error] <0.8315.998> closing AMQP connection <0.8315.998> (10.10.0.152:7799 -> 10.10.0.124:5672):
missed heartbeats from client, timeout: 60s
2019-12-30 22:42:13.366 [info] <0.9199.998> accepting AMQP connection <0.9199.998> (10.10.0.152:5966 -> 10.10.0.124:5672)
2019-12-30 22:42:13.375 [info] <0.9199.998> connection <0.9199.998> (10.10.0.152:5966 -> 10.10.0.124:5672): user 'my_app' authenticated and granted access to vhost 'my_app'
2019-12-30 22:42:13.522 [error] <0.8329.998> closing AMQP connection <0.8329.998> (10.10.0.154:44512 -> 10.10.0.124:5672):
def safe_reject(self, delivery_tag):
cb = functools.partial(self.reject_message, delivery_tag)
self._connection.ioloop.add_callback_threadsafe(cb)
--
You received this message because you are subscribed to the Google Groups "Pika" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pika-python...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pika-python/08847cbb-b89b-4089-905a-e61ef91f5291%40googlegroups.com.