maas-django.log filled with useless twisted ERROR messages

Bug #1375064 reported by Graham Binns
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
MAAS
Invalid
High
Unassigned

Bug Description

For example:

ERROR 2014-09-28 18:42:48,392 twisted {}
ERROR 2014-09-28 18:42:50,100 twisted {}
ERROR 2014-09-28 19:42:49,835 twisted {}
ERROR 2014-09-28 19:42:53,146 twisted {}
ERROR 2014-09-28 20:42:47,728 twisted {}
ERROR 2014-09-28 20:42:50,675 twisted {}
ERROR 2014-09-28 21:42:51,085 twisted {}
ERROR 2014-09-28 21:42:54,084 twisted {}

Since this is happening every hour, I'm guessing this is something to do with src/maasserver/bootresources.py:ImportResourcesService.__init__() (the only place I can find reference to a one-hour delay):

932 class ImportResourcesService(TimerService, object):
933 """Service to periodically import boot resources.
934
935 This will run immediately when it's started, then once again every hour,
936 though the interval can be overridden by passing it to the constructor.
937 """
938
939 def __init__(self, interval=(60 * 60)):
940 super(ImportResourcesService, self).__init__(
941 interval, deferToThread, _import_resources)

I haven't investigated where the error is coming from exactly, though.

At the very least, this is not ERROR level logging, since it's just unhelpful noise.

Tags: boot-images
Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: [Bug 1375064] [NEW] maas-django.log filled with useless twisted ERROR messages

If it happens when the service starts, that's a useful way to debug. Divide
and conquer.

Revision history for this message
Gavin Panella (allenap) wrote :

rvba says "it happens reliably when I click "Apply changes" on the images page".

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Hi!

We believe this is no longer an issue in the latest MAAS releases. As such, we are marking this bug report as invalid. If you believe this is still an issue, please re-open this bug report.

Thanks

Changed in maas:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.