Chris Lu
|
9df7d16791
|
read <- remote_storage
|
3 years ago |
Chris Lu
|
6ba65c3382
|
customizable debug port
|
3 years ago |
byunghwa.yun
|
5d4438a72f
|
Fix typo
|
3 years ago |
Chris Lu
|
1ff8285d82
|
debug from any server
|
3 years ago |
Chris Lu
|
0d6f45cb46
|
add debug option to generate full goroutine stack dump
|
3 years ago |
Chris Lu
|
a3290faf17
|
shell command to calculate size / number of volumes in a collection
fix https://github.com/chrislusf/seaweedfs/issues/2224
|
3 years ago |
Chris Lu
|
c6f992b2a3
|
remove dead code
|
3 years ago |
Chris Lu
|
899963ac20
|
remote storage location changed to struct
|
3 years ago |
Chris Lu
|
c090d6bb25
|
add ReadRemote(), add read remote setup when filer starts
|
3 years ago |
Chris Lu
|
4deac06da0
|
log fix
|
3 years ago |
divanikus
|
5c6270a93a
|
shell: ability to use wildcards for collections, all collections if ommited
|
3 years ago |
Chris Lu
|
035b0bae29
|
refactor
|
3 years ago |
Chris Lu
|
1752eeb538
|
remote.mount saves the mapping
|
3 years ago |
Chris Lu
|
4b94b03d90
|
directory to remote storage mapping
|
3 years ago |
Chris Lu
|
99b599aa8a
|
remote.mount
|
3 years ago |
Chris Lu
|
5dede5d38d
|
2.60
|
3 years ago |
Chris Lu
|
35f70c51b0
|
refactor
|
3 years ago |
Chris Lu
|
72eec84167
|
shell: add fs.mkdir
|
3 years ago |
byunghwa.yun
|
2b28a818f1
|
Fix mysql sql for batch delete
|
3 years ago |
byunghwa.yun
|
7374b5b473
|
Add webp extension for resizing
|
3 years ago |
byunghwa.yun
|
2595f269d1
|
Add the webp image type
|
3 years ago |
Chris Lu
|
ac28611817
|
snowflake sequencer need an unique id
fix https://github.com/chrislusf/seaweedfs/issues/2213
|
3 years ago |
Chris Lu
|
5c14da0f1e
|
filer.copy: fail early if assign request failed
fix https://github.com/chrislusf/seaweedfs/issues/2216
|
3 years ago |
Chris Lu
|
4cc2165061
|
weed -h subcommand list is not sorted, makes discovery difficult
fix https://github.com/chrislusf/seaweedfs/issues/2214
|
3 years ago |
Chris Lu
|
10fc478557
|
scaffold -config= should output to stdout
fix https://github.com/chrislusf/seaweedfs/issues/2212
|
3 years ago |
Chris Lu
|
092932af8f
|
shell: faster bucket delete
avoid waiting for large object metadata
|
3 years ago |
qieqieplus
|
2b46df13f8
|
add bloom filter for filer leveldb/rocksdb
|
3 years ago |
Chris Lu
|
60f5c0a2f5
|
fix security alert on github.com/dgrijalva/jwt-go
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Fdgrijalva%2Fjwt-go/open
|
3 years ago |
Chris Lu
|
182288f860
|
filer: fix mysql, postgres batch delete error
|
3 years ago |
Chris Lu
|
84d91f143f
|
mount: hide /etc folder also from mount
|
3 years ago |
Chris Lu
|
7359193e97
|
go fmt
|
3 years ago |
byunghwa.yun
|
e0c7708b03
|
Fix error handling
|
3 years ago |
byunghwa.yun
|
41d559f54e
|
Add fs rm options
|
3 years ago |
Chris Lu
|
70effac0d3
|
configure and store remote configurations
|
3 years ago |
nivekuil
|
b9a67d46c5
|
cassandra: use LocalQuorum for all queries
This changes this filer store from eventual to strong consistency at the cost
of read performance.
|
3 years ago |
Chris Lu
|
7ab389e7ec
|
optimization: improve random range query for large files
|
3 years ago |
Chris Lu
|
93c37cfded
|
Update filechunk_manifest.go
|
3 years ago |
byunghwa.yun
|
b23b307e08
|
Add fs rm
|
3 years ago |
Chris Lu
|
b938df97a2
|
remove unused parameter
|
3 years ago |
Chris Lu
|
450222dd64
|
add remote to filer.Entry and filer_pb entry, add RemoteConf
|
3 years ago |
Chris Lu
|
8dc5def435
|
proto: add remote
|
3 years ago |
Chris Lu
|
99155e4880
|
add `-retry` option for `volume.fix.replication`
fix https://github.com/chrislusf/seaweedfs/issues/2191
|
3 years ago |
Chris Lu
|
2f209675ab
|
Added `-retry` option for `volumeServer.evacuate`
related to https://github.com/chrislusf/seaweedfs/issues/2191
|
3 years ago |
Chris Lu
|
fb7a1be1c4
|
refactor
|
3 years ago |
nivekuil
|
2faf96f002
|
cassandra: Use LocalOne instead of One consistency
|
3 years ago |
Chris Lu
|
4be5b4ff5c
|
[volume.check.disk] skip errors and check next volumes
fix https://github.com/chrislusf/seaweedfs/issues/2129
|
3 years ago |
Chris Lu
|
e95166d739
|
S
|
3 years ago |
Chris Lu
|
a45bbc0b75
|
2.59
|
3 years ago |
Chris Lu
|
f0042f62dd
|
readable logs
|
3 years ago |
Chris Lu
|
18c40686d9
|
s3: multipart upload miss data if file is chunked in 4MB
fix https://github.com/chrislusf/seaweedfs/issues/2195
|
3 years ago |