contrail-collector going berserk over "nw_ace_uuid: () INVALID" messages
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
Medium
|
Sachin Bansal | |||
R2.21.x |
Fix Committed
|
Medium
|
Raj Reddy | |||
R2.22.x |
Fix Committed
|
Medium
|
Sachin Bansal | |||
Trunk |
Fix Committed
|
Medium
|
Raj Reddy |
Bug Description
On our systems, we see contrail-collector going berserk from time to time shouting messaes like this into its logfile:
2014-12-09 Tue 09:10:43:707.538 CET bka-001-02 [Thread 140431438345984, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
2014-12-09 Tue 09:10:43:707.565 CET bka-001-02 [Thread 140430779852544, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
2014-12-09 Tue 09:10:43:707.611 CET bka-001-02 [Thread 140431438345984, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
2014-12-09 Tue 09:10:43:707.619 CET bka-001-02 [Thread 140430779852544, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
2014-12-09 Tue 09:10:43:707.679 CET bka-001-02 [Thread 140430779852544, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
2014-12-09 Tue 09:10:43:707.691 CET bka-001-02 [Thread 140431438345984, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
2014-12-09 Tue 09:10:43:707.727 CET bka-001-02 [Thread 140430779852544, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
2014-12-09 Tue 09:10:43:707.773 CET bka-001-02 [Thread 140430779852544, Pid 15786]: FlowRecordTable: nw_ace_uuid: () INVALID
It starts eating 1500% of CPU time. The event is triggered by no obvious reason and comes to an end for no obvious reason, too.
information type: | Proprietary → Public |
tags: | added: analytics |
Changed in juniperopenstack: | |
assignee: | nobody → Sundaresan Rajangam (srajanga) |
Changed in juniperopenstack: | |
importance: | Undecided → Medium |
tags: | added: config |
Changed in juniperopenstack: | |
assignee: | Ashok Singh (ashoksr) → Sachin Bansal (sbansal) |
tags: | removed: vrouter |
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (sbansal) → Raj Reddy (rajreddy) |
This error message is logged by the contrail-collector when the vrouter-agent sends invalid uuid string. In this specific case, vrouter-agent seem to have sent empty string for nw_ace_uuid in the flow log. Assigning the bug to Ashok to check if the vrouter-agent sends "" nw_ace_uuid in any case.
As far as the high cpu utilization is concerned, there is not enough information to analyze further. Perhaps, it could be due to high rate of messages sent by the agent/other generators. Any information regarding the number of generators connected to the contrail-collector and the rate at which the contrail-collector received messages during period of high cpu utilization would be helpful.