Opened at 2023-11-29T23:30:16Z
Last modified at 2024-01-08T15:24:07Z
#4078 new defect
intermittant failures / race-condition on immutable.download.fetcher
Reported by: | meejah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-storage | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
While trying to prepare 1.19.0, some builder exhibited an intermittent failure relating to the _shares member of SegmentFetcher not being available.
This can only happen due to some code that *claims* to be "helping the GC" and appears to be a race condition.
Investigate.
Change History (2)
comment:1 Changed at 2024-01-08T15:21:33Z by itamarst
comment:2 Changed at 2024-01-08T15:22:18Z by itamarst
I can reproduce fairly consistently with trial -u allmydata.test.test_system.HTTPSystemTest.test_upload_and_download_convergent using the branch in https://github.com/tahoe-lafs/tahoe-lafs/pull/1354
Note: See
TracTickets for help on using
tickets.
This was supposed to be fixed by https://github.com/tahoe-lafs/tahoe-lafs/pull/1348 but it's still happening: