stale comment in mutable/servermap.py #1231

Closed
opened 2010-10-27 01:34:47 +00:00 by davidsarah · 1 comment
davidsarah commented 2010-10-27 01:34:47 +00:00
Owner

The comment at source:src/allmydata/mutable/servermap.py@4329#L373 says:

        # A future version of the SMDF slot format should consider using
        # fixed-size slots so we can retrieve less data. For now, we'll just
        # read 2000 bytes, which also happens to read enough actual data to
        # pre-fetch a 9-entry dirnode.

but the amount of data actually read is 4000 or 1000 bytes (depending on the "mode").

The comment at source:src/allmydata/mutable/servermap.py@4329#L373 says: ``` # A future version of the SMDF slot format should consider using # fixed-size slots so we can retrieve less data. For now, we'll just # read 2000 bytes, which also happens to read enough actual data to # pre-fetch a 9-entry dirnode. ``` but the amount of data actually read is 4000 or 1000 bytes (depending on the "mode").
tahoe-lafs added the
code-mutable
minor
defect
1.8.0
labels 2010-10-27 01:34:47 +00:00
tahoe-lafs added this to the 1.8.1 milestone 2010-10-27 01:34:47 +00:00
Brian Warner <warner@lothar.com> commented 2010-10-29 09:38:32 +00:00
Author
Owner

In changeset:d61d41147cf6a595:

mutable/servermap.py: update comment. Closes #1231.
In changeset:d61d41147cf6a595: ``` mutable/servermap.py: update comment. Closes #1231. ```
tahoe-lafs added the
fixed
label 2010-10-29 09:38:32 +00:00
Brian Warner <warner@lothar.com> closed this issue 2010-10-29 09:38:32 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#1231
No description provided.