#2982 closed defect (fixed)

Magic-Folder processing queue Eliot logging fails with a TypeError

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: 1.12.1
Keywords: review-needed Cc:
Launchpad Bug:

Description

    │   │   │   │   ├── eliot:destination_failure/7/2/2/8/3 2019-03-04 14:24:23
    │   │   │   │   │   ├── exception: exceptions.TypeError
    │   │   │   │   │   ├── message: {u"u'message_type'": u"u'magic-folder:item-queue'", u"u'task_uuid'": u"u'cf81e6ad-fa16-4ee0-b225-45b34592c1ac'", u"u'timestamp'": u'1551709463.704939', u"u'task_level'": u'[7, 2, 2, 8, 2]', u"'items'": u'[<allmydata.frontends.magic_folder.DownloadItem object at 0x7fc647081550>, <allmydata.frontends.magic_folder.DownloadItem object at 0x7fc6470b8c90>, <allmydata.frontends.magic_folder.DownloadItem object at 0x7fc6470b8d50>, <allmydata.frontends.magic_folder.DownloadItem object at 0x7fc6470b8b50>, <allmydata.frontends.magic_folder.DownloadItem object at 0x7fc6470b89d0>]'}

It tries to log DownloadItem (and UploadItem, not pictured here) without providing the proper serializer.

Change History (3)

comment:1 Changed at 2019-03-04T15:46:44Z by exarkun

  • Owner set to exarkun
  • Status changed from new to assigned

comment:2 Changed at 2019-03-04T15:49:01Z by exarkun

  • Keywords review-needed added
  • Owner exarkun deleted
  • Status changed from assigned to new

comment:3 Changed at 2019-03-04T17:37:27Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 2931721/trunk:

Merge pull request #560 from tahoe-lafs/2982.process-queue-logging-fix

Fix serialization errors in the Eliot logging for the queue state.

Fixes: ticket:2982

Note: See TracTickets for help on using tickets.