| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |\
| |
| | |
Zs/fix oplog import oplog creation
|
| | | |
|
| | |
| |
| | |
Custom CopyFile in zen builds command increasing throughput by 50% on Windows and give better progress update
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* use ParallelWork in rpc playback
* use ParallelWork in projectstore
* use ParallelWork in buildstore
* use ParallelWork in cachedisklayer
* use ParallelWork in compactcas
* use ParallelWork in filecas
* don't set abort flag in ParallelWork destructor
* add PrepareFileForScatteredWrite for temp files in httpclient
* Use PrepareFileForScatteredWrite when stream-decompressing files
* be more relaxed when deleting temp files
* allow explicit zen-cache when using direct host url without resolving
* fix lambda capture when writing loose chunks
* no delay when attempting to remove temp files
|
| |
|
| |
- Bugfix: Wait for async threads if dispatching of work using ParallellWork throws exception
|
| |
|
|
| |
* implemented validation of compact binary custom fields
|
| |
|
| |
* Added `--use-sparse-files` option to `zen builds` command improving write performance of large files. Enabled by default.
|
| |
|
|
| |
memory for no reason (#397)
|
| |
|
|
| |
`--oidctoken-exe-path` option (#395)
|
| |
|
|
|
| |
* extend log on failed httpsys response
* fix formatting for "Desired port is in use, retrying"
* add warning log if port is remapped
|
| | |
|
| |
|
|
|
| |
- Improvement: Cleaned up snapshot writing for CompactCAS/FileCas/Cache/Project stores
- Improvement: Safer recovery when failing to delete log for CompactCAS/FileCas/Cache/Project stores
- Improvement: Added log file reset when writing snapshot at startup for FileCas
|
| |
|
|
| |
Feature: Add per bucket cache configuration (Lua options file only)
Improvement: --cache-memlayer-sizethreshold is now deprecated and has a new name: --cache-bucket-memlayer-sizethreshold to line up with per cache bucket configuration
|
| |
|
| |
* tweak block iteration chunk sizes
|
| |
|
| |
* gracefully handle errors in threaded part of oplog-mirror
|
| |
|
| |
* make sure we remove the cas log file when writing full index at startup
|
| | |
|
| |
|
|
|
| |
contention (#385)
* make RemoveExpiredData and PreCache serial to reduce CPU overhead / lock contention
|
| |
|
|
|
| |
- Improvement: Optimize block compact reducing memcpy operations
- Improvement: Handle padding of block store blocks when compacting to avoid excessive flusing of write buffer
- Improvement: Handle padding when writing oplog index snapshot to avoid unnecessary flushing of write buffer
|
| |
|
| |
* added logic to handle empty directories correctly
|
| |
|
| |
* optimize cache bucket snapshot and sidecar writing
|
| |
|
|
| |
* refactor sentry integration and add to zen command line tool
* move add_ldflags("-framework Security")
|
| |
|
| |
* add --allow-redirect to zen builds upload/download
|
| |
|
|
| |
* oom and ood exceptions in GC are now treated as warnings instead of errors
|
| |
|
| |
* add UE style @progress style progress
|
| |
|
|
|
| |
* block writing GC state/info if disk is full
* fix if/else on error while writing gc state
|
| |
|
| |
* Bugfix: Add explicit lambda capture in CasContainer::IterateChunks to avoid accessing state data references
|
| |
|
|
| |
* validate incoming CbObject to cache when receiving a package
* validate records when fetched from store in cache before parsing them
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| | |
* limit retries on buildpart finalize
|
| | |
| |
| |
| | |
* use state file if available when doing builds diff command
* remove dead code
|
| | | |
|
| | | |
|
| | |
| |
| | |
* do http client retry on internal error and bad gateway
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Feature: New `zen wipe` command for fast cleaning of directories, it will not remove the directory itself, only the content
- `--directory` - path to directory to wipe, if the directory does not exist or is empty, no action will be taken
- `--keep-readonly` - skip removal of read-only files found in directory, defaults to `true`, set to `false` to remove read-only files
- `--quiet` - reduce output to console, defaults to `false`
- `--dryrun` - simulate the wipe without removing anything, defaults to `false`
- `--yes` - skips prompt to confirm wipe of directory
- `--plain-progress` - show progress using plain output
- `--verbose` - enable verbose console output
- `--boost-workers` - increase the number of worker threads, may cause computer to be less responsive, defaults to `false`
|
| | |
| |
| |
| | |
* make sure we always parse system options for zen builds command
* make MakeSafeAbsolutePath nodiscard
|
| | |
| |
| |
| | |
make plugin loading errors non fatal
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|