aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
* gc performance improvements (#160)Dan Engelbrecht2024-09-175-96/+117
* trace scopes improvementsDan Engelbrecht2024-09-103-9/+11
* don't add batch overhead if we are only going to put one cache valueDan Engelbrecht2024-09-101-5/+19
* only add mem cached items to list to fill metadata if we don't have metadata ...Dan Engelbrecht2024-09-101-40/+39
* fix race condition in zenserver during batched fetch (#149)Dan Engelbrecht2024-09-091-1/+92
* clean cache slog files on startup (#143)Dan Engelbrecht2024-09-042-22/+38
* move gc logs to gc logger (#142)Dan Engelbrecht2024-09-046-2/+38
* oplog index snapshots (#140)Dan Engelbrecht2024-09-034-4/+8
* meta info store (#75)Dan Engelbrecht2024-08-304-30/+284
* Make sure `noexcept` functions does not leak exceptions (#136)Dan Engelbrecht2024-08-232-168/+208
* separate worker pools into burst/background to avoid background jobs blocking...Dan Engelbrecht2024-08-223-5/+5
* remove bad assert when payload is memcached but metadata is not set (#130)Dan Engelbrecht2024-08-221-1/+0
* close payload file if size mismatch for file cas (#128)Dan Engelbrecht2024-08-201-2/+2
* don't throw exception if sidecar file is missing (#126)Dan Engelbrecht2024-08-191-1/+14
* if disk space is low, set the last gc time to avoid spamming retries (#124)Dan Engelbrecht2024-08-191-0/+2
* If we fail to get compression info for a partial request - log and report a m...Dan Engelbrecht2024-08-191-6/+18
* prevent new block in gc (#118)Dan Engelbrecht2024-08-151-1/+1
* improved logging removing unimportant information (#116)Dan Engelbrecht2024-08-141-24/+33
* hardening and reduced spam from GC on failure (#112)Dan Engelbrecht2024-08-142-143/+232
* don't try to memcache the empty buffer if invalid format (#110)Dan Engelbrecht2024-08-131-1/+3
* Skip chunk in block stores when iterating a block if the location is out of r...Dan Engelbrecht2024-08-121-2/+7
* add gc single threaded option (#104)Dan Engelbrecht2024-08-072-5/+13
* stop exceptions from leaking on threaded work (#102)Dan Engelbrecht2024-08-062-26/+46
* validate cbobject before iterating for attachments to avoid crash on malforme...Dan Engelbrecht2024-08-061-7/+10
* changelog (#99)Dan Engelbrecht2024-08-061-3/+20
* don't assert that we have moved bytes if source block is zero size (#97)Dan Engelbrecht2024-06-141-1/+2
* workspace share path hardening (#95)Dan Engelbrecht2024-06-141-0/+45
* Make sure we monitor for new project, oplogs, namespaces and buckets during G...Dan Engelbrecht2024-06-136-175/+571
* workspaces config and fixes (#92)Dan Engelbrecht2024-06-112-141/+102
* workspace share aliases (#91)Dan Engelbrecht2024-06-042-4/+136
* add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)Dan Engelbrecht2024-06-047-121/+679
* cache optimizations (#88)Dan Engelbrecht2024-05-302-2/+10
* workspace shares (#84)Dan Engelbrecht2024-05-293-0/+1059
* refactor BlockStore IterateChunks (#77)Dan Engelbrecht2024-05-174-279/+308
* safer partial requests (#82)Dan Engelbrecht2024-05-171-3/+2
* fix argument order when logging missed partial chunk (#81)Dan Engelbrecht2024-05-141-8/+11
* return as missing if out of range chunk (#78)Dan Engelbrecht2024-05-081-20/+24
* check partial chunk result (#73)Dan Engelbrecht2024-05-031-9/+26
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-1/+6
* use write and move in place for safer writing of files (#70)Dan Engelbrecht2024-05-023-16/+4
* batch cache put (#67)Dan Engelbrecht2024-05-025-121/+471
* fix get project files loop (#68)Dan Engelbrecht2024-04-303-17/+57
* oplog iterate chunks content type (#65)Dan Engelbrecht2024-04-261-3/+24
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-263-9/+9
* iterate cas chunks (#59)Dan Engelbrecht2024-04-2411-112/+268
* safer gcv2 on error (#60)Dan Engelbrecht2024-04-245-2/+28
* InsertChunks for CAS store (#55)Dan Engelbrecht2024-04-229-74/+473
* gc v2 disk freed space fix and oplog stats report improvement (#45)Dan Engelbrecht2024-04-151-10/+15
* improved assert (#37)Dan Engelbrecht2024-04-046-35/+35
* validate rpc chunk responses (#36)Dan Engelbrecht2024-04-034-20/+34