Eugeniy E. Mikhailov
c04edeed68
bug fix in the data received from cache processing ( #6002 )
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.
3 months ago
chrislu
18afdb15b6
Revert "weed mount, weed dav add option to force cache"
This reverts commit 7367b976b0
.
4 months ago
chrislu
7367b976b0
weed mount, weed dav add option to force cache
4 months ago
chrislu
e50d85c0f3
3.72
4 months ago
chrislu
57dc39c451
randomizing next file handle id
5 months ago
chrislu
ed7e721efe
3.71
5 months ago
chrislu
4020149690
3.70
5 months ago
chrislu
9dd008f8f1
add version to filer
5 months ago
vadimartynov
86d92a42b4
Added tls for http clients ( #5766 )
* 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
5 months ago
vadimartynov
b796c21fa9
Added loadSecurityConfigOnce ( #5792 )
5 months ago
chrislu
33b11f92bc
Squashed commit of the following:
commit 465b47b8f7
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
6 months ago
chrislu
114ac39917
add a simple test
6 months ago
Konstantin Lebedev
5ffacbb6ea
refactor all methods strings to const ( #5726 )
6 months ago
chrislu
fbe1316c92
3.69
6 months ago
chrislu
c030cb3ce9
bootstrap filer from one peer
6 months ago
chrislu
a9cd9b0542
3.68
7 months ago
chrislu
d218fe54fa
go fmt
7 months ago
chrislu
d3032d1e80
3.67
8 months ago
Patrick Schmidt
96c48bd0da
Fix deadlock in lock table locks ( #5566 )
8 months ago
chrislu
3682eb929f
3.66
8 months ago
chrislu
a5645d50a7
ensure head index is within range
8 months ago
M@
abf01a0eb7
Fixes unlocked read from logBuffer.LastTsNs that is racey. ( #5536 )
8 months ago
Konstantin Lebedev
2f3fee9bb9
filer read chunk retry if status code 499 ( #5528 )
8 months ago
chrislu
0edc5aad9a
3.65
8 months ago
Konstantin Lebedev
5189a09de0
[volume] Reduce the number of buffers for uploading one chunk ( #5458 )
9 months ago
Henco Appel
5c8e6014ba
fix: filer authenticate with with volume server ( #5480 )
9 months ago
clonefetch
9e07a87fcb
chore: fix function names in comment ( #5478 )
9 months ago
chrislu
ccdd9cd8de
refactor
9 months ago
chrislu
d935f70e3c
shutdown follower when leader stops
9 months ago
chrislu
f07875e8e1
send flush message to follower before shutting down logBuffer
9 months ago
chrislu
03f18e43df
clean up logs
9 months ago
chrislu
26e24db721
adjust log level
9 months ago
chrislu
5c0fcae039
clean up logs
9 months ago
chrislu
407a52fc93
adjust log level
9 months ago
chrislu
50023fe1cf
adjust log level
9 months ago
chrislu
3c559dc294
fix test2
9 months ago
chrislu
aba934f0b5
adjust log level
9 months ago
chrislu
b74e8082ba
3.64
9 months ago
chrislu
054d0b3487
wait for data
9 months ago
chrislu
f8957b84c1
rename to LastTsNs
9 months ago
chrislu
529fa8c4c8
go fmt
9 months ago
chrislu
059df3957d
rename to lastFlushDataTime
9 months ago
chrislu
6f75a0af55
ask follower to follow
10 months ago
chrislu
28f8f33d6a
include key in LogEntry
10 months ago
chrislu
34f2b600ac
each log function adds a "done" return parameter
10 months ago
chrislu
1b4484bf0a
go fmt
10 months ago
chrislu
54d7748a4a
3.63
10 months ago
Konstantin Lebedev
8fb978d6f6
[volume] requests that were canceled by the client are not an internal server problem(500 => 499) ( #5304 )
10 months ago
chrislu
b6c5e57c30
read will block if no items
11 months ago
chrislu
5dc1362bdc
close the input
11 months ago