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
5 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
chrislu
fa835c9319
Update buffered_queue_test.go
11 months ago
Chris Lu
b6de35cdb2
moved. there are some deadlock. WIP
11 months ago
chrislu
08c5fba825
adds a buffered queue
11 months ago
chrislu
1877ce5126
rename
11 months ago
chrislu
59b8af99b0
3.62
11 months ago
chrislu
fa59a5d67e
read from disk if not in memory
11 months ago
chrislu
d6ba97219b
refactoring
11 months ago
chrislu
188f471a24
logging
12 months ago