AMQP connection doesn't close properly in health-probe.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-helm |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
In rabbitmq logs, we found a lots of warning logs like this:
2020-07-01 03:20:49.905 [warning] <0.15755.8> closing AMQP connection <0.15755.8> (100.101.
client unexpectedly closed TCP connection
2020-07-01 03:20:49.905 [warning] <0.15718.8> closing AMQP connection <0.15718.8> (100.101.
client unexpectedly closed TCP connection
It seems that health-probe.py doesn't close the amqp connections in a proper way. Even though it's not a serious problem, we can make a bit improvement in this script.
Changed in openstack-helm: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |