Skip to content

Releases: Comcast/Superior-Cache-ANalyzer

3.3.7-3

19 Sep 15:56
Compare
Choose a tag to compare

Fixed issue #22 related to compatibility on Python3.6 interpreters.

3.3.7-2

14 Feb 19:11
Compare
Choose a tag to compare

Fixed an accidental revert of PR #14

3.3.7-1

14 Feb 18:31
Compare
Choose a tag to compare

Adds a hotfix for a bug with directory paths in storage.config

3.3.7

23 Oct 13:23
Compare
Choose a tag to compare

Features fixes for crashes in certain scenarios, contributed by @limited

3.3.6

29 Aug 13:44
Compare
Choose a tag to compare

This patches a common case for large stripes where the offset to a copy B metadata will be miscalculated and cause a crash. It now falls back on copy A when that happens, but that means the metadata is possibly out-of-date.

3.3.5

15 Aug 20:24
Compare
Choose a tag to compare

This release fixes long-standing issues with multi-volume spans. It also addresses a bug where an old version of a directory would be read in rather than the current one. Finally, this release also targets a bug related to batch processing of a span's stored objects that was previously unknown (because those other two bugs invariable caused crashes under conditions that exposed this one) and dumping a span that has fewer stored objects than the system has CPUs will now fall back on a single-threaded approach.

3.3.4

07 Aug 20:40
Compare
Choose a tag to compare

Features some fixes for virtual testing environments, and a fix for relative-path cache definitions.

3.3.3

14 Jun 15:10
Compare
Choose a tag to compare

Bugfix: scan now handles multiple stripe definitions better than previously (which was not at all).
Also added a bit more debugging information related to span and stripe construction

3.3.1

13 Jun 19:25
Compare
Choose a tag to compare

This version fixes a bug with reading disk headers on spans containing more than one stripe, as well as a bug with menu option 6 that was causing it to crash because I don't know how to hit ^F. Or ^R. Or ^B, or really just even look at my own code.

2.3.0

13 Jun 16:23
Compare
Choose a tag to compare

This release introduces the new command line flag -D/--dump-breakdown which works much like the -d/--dump flag except that it will dump stats on a per-hostname basis as opposed to dumping stats for every unique URL in the cache. Output is in TYAML format.

This release also changes the call signature of a couple functions in the ui and config modules and causes config.spans() to output the cache spans in sorted order of filename, which goes partway toward resolving #9 .