aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/cache
Commit message (Expand)AuthorAgeFilesLines
...
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-082-36/+85
* Don't put cache entries into the memory cache on Put, only on Get (#518)Dan Engelbrecht2023-11-072-21/+24
* spdlog implementation hiding (#498)Stefan Boberg2023-11-062-8/+5
* gc v2 tests (#512)Dan Engelbrecht2023-11-062-54/+10
* statsd for cas (#511)Dan Engelbrecht2023-11-062-2/+2
* reduce cachebucket mem (#509)Dan Engelbrecht2023-11-062-293/+448
* multithread cache bucket (#508)Dan Engelbrecht2023-11-061-21/+66
* individual gc stats (#506)Dan Engelbrecht2023-10-303-160/+214
* New GC implementation (#459)Dan Engelbrecht2023-10-304-104/+1244
* added missing includes (#504)Stefan Boberg2023-10-271-0/+1
* fixed missing context for cache record PUT operations (#503)Stefan Boberg2023-10-271-2/+6
* fix CacheBucket::CollectGarbage removing standalone entries without an exclus...Dan Engelbrecht2023-10-271-4/+7
* statsd metrics reporting (#496)Stefan Boberg2023-10-252-11/+38
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-247-1121/+785
* Remove any unreferenced blocks in block store on open (#492)Dan Engelbrecht2023-10-232-9/+4
* Filter expired cache entries against ExpiredKeys - not CAS entries to retain ...Dan Engelbrecht2023-10-231-40/+23
* Don't prune block locations due to missing blocks a startup (#487)Dan Engelbrecht2023-10-202-57/+11
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-6/+19
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-202-2/+7
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-201-1/+1
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-182-5/+8
* removed unnecessary vector in ZenCacheMemoryLayer::DropStefan Boberg2023-10-171-3/+2
* fix mem layer total count (#480)Dan Engelbrecht2023-10-172-6/+17
* minor - fix references size arrayDan Engelbrecht2023-10-171-0/+2
* don't call compact references if caching is not enabled (#478)Dan Engelbrecht2023-10-171-6/+12
* cache reference tracking (#455)Dan Engelbrecht2023-10-105-182/+577
* reject bad bucket reads (#456)Stefan Boberg2023-10-093-5/+16
* fix memory usage in memlayer (#454)Dan Engelbrecht2023-10-062-15/+4
* reject known bad bucket names in structured cache (#452)v0.2.27-pre0Stefan Boberg2023-10-065-8/+69
* ZenCacheMemoryLayer should always store values using memory buffers (#451)Stefan Boberg2023-10-051-3/+4
* Fix curruption of disk cache bucket index on GC (#448)Dan Engelbrecht2023-10-052-45/+54
* reduce lock in disklayer (#447)Dan Engelbrecht2023-10-051-10/+22
* fix HandleRpcRequest::WriteResponseAsync trace scope when we are not running ...Dan Engelbrecht2023-10-041-1/+2
* refactor comapactcas index (#443)Dan Engelbrecht2023-10-041-3/+10
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-033-132/+252
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-10/+25
* Limit size of memory cache layer (#423)Dan Engelbrecht2023-10-024-46/+285
* lightweight gc (#431)Dan Engelbrecht2023-10-021-0/+5
* Correctly calculate the total number of RPC ops in the stats page for structu...Dan Engelbrecht2023-09-291-2/+2
* move badrequest count back to old scope for compatability with Zen DashboardDan Engelbrecht2023-09-281-2/+1
* adding more stats (#429)Dan Engelbrecht2023-09-288-44/+351
* prefer to handle cache RPC requests synchronously (#428)Stefan Boberg2023-09-271-4/+17
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-223-16/+44
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-204-3/+57
* add DiskWriteBlocker to structured cache store log writer (#408)Dan Engelbrecht2023-09-152-31/+43
* add more trace scopes (#362)Dan Engelbrecht2023-09-154-130/+212
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-142-5/+56
* issue warning instead of assert on bad data in cid store (#400)Dan Engelbrecht2023-09-131-10/+14
* ZenCacheStore is now reference counted (#398)Stefan Boberg2023-09-132-2/+13
* gracefully handle errors when writing cache log (#391)Dan Engelbrecht2023-09-111-29/+50