tahoe-lafs/src/allmydata/storage
wilcoxjg 67ad0175cd server.py: get_latencies now reports percentiles _only_ if there are sufficient observations for the interpretation of the percentile to be unambiguous.
interfaces.py:  modified the return type of RIStatsProvider.get_stats to allow for None as a return value
NEWS.rst, stats.py: documentation of change to get_latencies
stats.rst: now documents percentile modification in get_latencies
test_storage.py:  test_latencies now expects None in output categories that contain too few samples for the associated percentile to be unambiguously reported.
fixes #1392
2011-05-27 05:01:35 -07:00
..
__init__.py break storage.py into smaller pieces in storage/*.py . No behavioral changes. 2009-02-18 14:46:55 -07:00
common.py storage/immutable: raise a specific error upon seeing a bad version number, instead of using assert. Also wrap to 80cols. 2009-03-08 20:07:32 -07:00
crawler.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
expirer.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
immutable.py storage/immutable.py: make remote_abort btell the storage server about aborted buckets. 2010-07-15 16:21:05 -07:00
lease.py storage: add a lease-checker-and-expirer crawler, plus web status page. 2009-03-06 22:45:17 -07:00
mutable.py storage: use constant-time comparison for write-enablers and lease-secrets 2009-03-22 20:21:28 -07:00
server.py server.py: get_latencies now reports percentiles _only_ if there are sufficient observations for the interpretation of the percentile to be unambiguous. 2011-05-27 05:01:35 -07:00
shares.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00