rabbitmq-server restart twice, log is crazy increasing until service restart
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mistral |
Incomplete
|
Medium
|
Unassigned | ||
neutron |
Expired
|
Undecided
|
Unassigned | ||
oslo.messaging |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
After I restart the rabbitmq-server for the second time, the service log(such as nova,neutron and so on) is increasing crazy, log is such as " TypeError: 'NoneType' object has no attribute '__getitem__'".
It seems that the channel is setted to None.
trace log:
2015-10-10 15:20:59.413 29515 TRACE root Traceback (most recent call last):
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root return infunc(*args, **kwargs)
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root incoming = self.listener.
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root self.conn.
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root six.next(it)
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root error_callback=
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root ret, channel = autoretry_method()
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root return fun(*args, **kwargs)
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root self.revive(
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root chan = self.transport.
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root return connection.
2015-10-10 15:20:59.413 29515 TRACE root File "/usr/lib/
2015-10-10 15:20:59.413 29515 TRACE root return self.channels[
2015-10-10 15:20:59.413 29515 TRACE root TypeError: 'NoneType' object has no attribute '__getitem__'
2015-10-10 15:20:59.413 29515 TRACE root
information type: | Public → Public Security |
information type: | Public Security → Public |
Changed in nova: | |
status: | Confirmed → Invalid |
no longer affects: | nova |
Changed in neutron: | |
status: | New → Incomplete |
no longer affects: | nova |
Changed in mistral: | |
status: | Confirmed → Incomplete |
milestone: | rocky-2 → none |
What version of oslo.messaging are you using?