Eng Zer Jun
a23bcbb7ec
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
3 years ago
Chris Lu
225b019fe0
stream read multiple volumes in a volume server
3 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
3 years ago
Chris Lu
67949e25e9
add optional delay
3 years ago
Chris Lu
6923af7280
refactoring
3 years ago
Chris Lu
68ea99190f
add additionalPathPrefixes
3 years ago
Chris Lu
6b743dbbf9
refactor client subscribe metadata
3 years ago
byunghwa.yun
285fdd2dd5
Add the additional meta log
3 years ago
Chris Lu
cc7714fdbe
logging changes to debug
4 years ago
Chris Lu
a852f8a3f5
some code to stress test the meta data events
4 years ago
Chris Lu
2586621362
minor
4 years ago
bingoohuang
cf552417a7
minFreeSpace refactored
4 years ago
Chris Lu
7635f6b9fa
disk file avoid file.Stat()
4 years ago
Chris Lu
6daa932f5c
refactoring to get master function, instead of passing master values directly
this will enable retrying later
4 years ago
Chris Lu
487e435679
adjust http max idle connections per host
related to https://github.com/chrislusf/seaweedfs/issues/1802
4 years ago
bingoohuang
7256902fb0
fix typo offset.ToAcutalOffset to offset.ToActualOffset
4 years ago
Chris Lu
ec052f75d0
add example scripts
4 years ago
Chris Lu
283d584141
update to correct block size
4 years ago
Chris Lu
c693c98c15
write a lot of files
4 years ago
Chris Lu
3f7d1d1bf1
Only wait on retryable requests
4 years ago
Chris Lu
f2723c1bc8
do not idx file format
revert c9ab8d05fa
4 years ago
Chris Lu
75de7002ff
adjust size
4 years ago
Chris Lu
daf0a449f7
properly cancel context for streaming grpc
4 years ago
Chris Lu
eb7929a971
rename filer2 to filer
4 years ago
Chris Lu
c026eb0592
refactoring
4 years ago
Chris Lu
332caf0cd7
maintain the unmaintained
4 years ago
Chris Lu
6a92f0bc7a
refactoring to typed Size
Go is amazing with refactoring!
4 years ago
Chris Lu
4703a3daad
add an example
4 years ago
James Hartig
ad12f77891
unmaintained: Added diff_volume_servers
4 years ago
Chris Lu
3080c197e3
rename UnCompressData to DecompressData
5 years ago
Chris Lu
e912fd15e3
renaming
5 years ago
ingardm
f711e8dde4
Rename see_dat_gzip to see_dat_gzip.go
5 years ago
ingardm
b7afa9fd57
Create see_dat_gzip
5 years ago
bingoohuang
b4e93b639d
remove unnecessary comments
5 years ago
bingoohuang
accb4964b7
util.BytesToHumanReadable
5 years ago
bingoohuang
16fc3fb1a0
fix build error
5 years ago
Chris Lu
e5a0787653
filer: leveldb store add auto recovery, report correct error
fix https://github.com/chrislusf/seaweedfs/issues/1326
5 years ago
Chris Lu
7764e0465c
refactoring
5 years ago
Chris Lu
d30483d642
re-enable system logs
5 years ago
Chris Lu
2d7d4b1006
add tool to see log entries
5 years ago
Chris Lu
2a2d92d06e
adjust
5 years ago
Chris Lu
d1d9137e8c
add a tool to check disk status
5 years ago
Chris Lu
c0f0fdb3ba
refactoring
5 years ago
Chris Lu
025e586c91
testing vacuum
5 years ago
Chris Lu
1f8fc4b5ed
vacuum benchmarking
5 years ago
Chris Lu
2e3f6ad3a9
filer: remember content is gzipped or not
5 years ago
Chris Lu
9228ff192c
encryption works
5 years ago
Chris Lu
13e215ee5c
filer: option to encrypt data on volume server
5 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
5 years ago
Chris Lu
b7bc08cf52
fix compilation
5 years ago