| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-14 | fix file read crash (#6021) | Bruce | 1 | -4/+7 | |
| 2024-09-12 | 3.733.73 | chrislu | 1 | -1/+1 | |
| 2024-09-11 | Feature limit caching to prescribed number of bytes per file (#6009) | Eugeniy E. Mikhailov | 1 | -0/+46 | |
| * feature: we can check if a fileId is already in the cache We using this to protect cache from adding the same needle to the cache over and over. * fuse mount: Do not start dowloader if needle is already in the cache * added maxFilePartSizeInCache property to ChunkCache If file very large only first maxFilePartSizeInCache bytes are going to be put to the cache (subject to the needle size constrains). * feature: for large files put in cache no more than prescribed number of bytes Before this patch only the first needle of a large file was intended for caching. This patch uses maximum prescribed amount of bytes to be put in cache. This allows to bypass default 2MB maximum for a file part stored in the cache. * added dummy mock methods to satisfy interfaces of ChunkCache | |||||
| 2024-09-10 | bug fix in the data received from cache processing (#6002) | Eugeniy E. Mikhailov | 1 | -5/+5 | |
| The patch addresses #3745. The cache should return the exact amount of data requested by the buffer. By construction of the cache it is always all requested data range or we have error happening. The old use of minsize miscalculate the requested data size, if non zero offset is requested. | |||||
| 2024-09-04 | Revert "weed mount, weed dav add option to force cache" | chrislu | 2 | -6/+4 | |
| This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0. | |||||
| 2024-09-04 | weed mount, weed dav add option to force cache | chrislu | 2 | -4/+6 | |
| 2024-08-18 | 3.723.72 | chrislu | 1 | -1/+1 | |
| 2024-08-07 | randomizing next file handle id | chrislu | 1 | -0/+6 | |
| 2024-07-21 | 3.713.71 | chrislu | 1 | -1/+1 | |
| 2024-07-21 | 3.70 | chrislu | 1 | -1/+1 | |
| 2024-07-21 | add version to filer | chrislu | 1 | -1/+3 | |
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 7 | -37/+319 | |
| * Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func | |||||
| 2024-07-16 | Added loadSecurityConfigOnce (#5792) | vadimartynov | 1 | -0/+7 | |
| 2024-07-11 | Squashed commit of the following: | chrislu | 1 | -0/+11 | |
| commit 465b47b8f72668dfc12eaa72befb232513c9e1db Merge: f39272b54 9c440d472 Author: chrislu <chris.lu@gmail.com> Date: Wed Jul 10 23:56:51 2024 -0700 Merge branch 'master' into merged-persisted-logs commit f39272b5416bdd4d1714ce3e99aded0fe62e7d89 Author: chrislu <chris.lu@gmail.com> Date: Wed Jul 10 23:49:26 2024 -0700 merge meta logs from multiple files | |||||
| 2024-07-07 | add a simple test | chrislu | 1 | -0/+22 | |
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 1 | -7/+7 | |
| 2024-06-30 | 3.69 | chrislu | 1 | -1/+1 | |
| 2024-06-28 | bootstrap filer from one peer | chrislu | 1 | -14/+16 | |
| 2024-06-09 | 3.683.68 | chrislu | 1 | -1/+1 | |
| 2024-05-20 | go fmt | chrislu | 1 | -2/+2 | |
| 2024-05-07 | 3.673.67 | chrislu | 1 | -1/+1 | |
| 2024-05-07 | Fix deadlock in lock table locks (#5566) | Patrick Schmidt | 1 | -6/+13 | |
| 2024-05-05 | 3.663.66 | chrislu | 1 | -1/+1 | |
| 2024-05-05 | ensure head index is within range | chrislu | 1 | -2/+8 | |
| 2024-04-25 | Merge branch 'master' into mq-subscribe | chrislu | 2 | -2/+10 | |
| 2024-04-25 | Fixes unlocked read from logBuffer.LastTsNs that is racey. (#5536) | M@ | 1 | -1/+9 | |
| 2024-04-24 | filer read chunk retry if status code 499 (#5528) | Konstantin Lebedev | 1 | -1/+1 | |
| 2024-04-15 | Merge branch 'master' into mq-subscribe | chrislu | 1 | -1/+1 | |
| 2024-04-14 | 3.653.65 | chrislu | 1 | -1/+1 | |
| 2024-04-11 | Merge branch 'master' into mq-subscribe | chrislu | 1 | -0/+20 | |
| 2024-04-11 | [volume] Reduce the number of buffers for uploading one chunk (#5458) | Konstantin Lebedev | 1 | -0/+20 | |
| 2024-04-08 | Merge branch 'master' into mq-subscribe | chrislu | 2 | -16/+23 | |
| 2024-04-08 | fix: filer authenticate with with volume server (#5480) | Henco Appel | 1 | -15/+22 | |
| 2024-04-08 | chore: fix function names in comment (#5478) | clonefetch | 1 | -1/+1 | |
| 2024-04-02 | refactor | chrislu | 2 | -2/+12 | |
| 2024-04-01 | shutdown follower when leader stops | chrislu | 1 | -0/+13 | |
| 2024-04-01 | send flush message to follower before shutting down logBuffer | chrislu | 1 | -0/+8 | |
| 2024-03-21 | clean up logs | chrislu | 1 | -1/+1 | |
| 2024-03-21 | adjust log level | chrislu | 1 | -1/+1 | |
| 2024-03-21 | clean up logs | chrislu | 1 | -2/+2 | |
| 2024-03-21 | adjust log level | chrislu | 1 | -1/+1 | |
| 2024-03-21 | adjust log level | chrislu | 1 | -1/+1 | |
| 2024-03-16 | fix test2 | chrislu | 1 | -5/+5 | |
| 2024-03-16 | 3.643.64 | chrislu | 1 | -1/+1 | |
| 2024-03-16 | wait for data | chrislu | 1 | -5/+9 | |
| 2024-03-16 | rename to LastTsNs | chrislu | 1 | -4/+4 | |
| 2024-03-16 | go fmt | chrislu | 1 | -15/+15 | |
| 2024-03-16 | rename to lastFlushDataTime | chrislu | 1 | -7/+7 | |
| 2024-03-10 | ask follower to follow | chrislu | 2 | -1/+7 | |
| 2024-03-07 | include key in LogEntry | chrislu | 1 | -0/+1 | |
