Opened at 2021-09-08T17:31:25Z
Closed at 2021-09-08T17:34:48Z
#3794 closed defect (wontfix)
Partially written share still thinks it's fully written, as far as IStorageServer.allocate_buckets() goes
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
IStorageServer.allocate_buckets() returns how many shares it already has that are completely written to.
If you write partially to a share, and then close it without writing the full size, it's still marked as completed in the response from allocate_buckets().
Change History (1)
comment:1 Changed at 2021-09-08T17:34:48Z by itamarst
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This only happens if RIBucketWriter.close() is called too early, so... let's say not a bug.