Too many duplicate log records
Bug #891558 reported by
Muharem Hrnjadovic
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenQuake (deprecated) |
Fix Released
|
Medium
|
Muharem Hrnjadovic |
Bug Description
I am observing too many (duplicate?) log records from the worker nodes (gemsun0[134]) in the control node (gemsun02) log file:
$ grep 'Computed hazard curve' gemsun0[134].log | wc -l
9242
grep 'Computed hazard curve' gemsun02.log | wc -l
222358
The worker node log records are transported via the rabbitmq broker which may have performance implications ..
Changed in openquake: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: devop monitoring rabbitmq |
description: | updated |
Changed in openquake: | |
status: | In Progress → Fix Committed |
Changed in openquake: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
See bug #907360 -- we are adding a new amqp handler to the root logger upon each task function invocation.