Chris Lu
|
35f70c51b0
|
refactor
|
3 years ago |
Chris Lu
|
72eec84167
|
shell: add fs.mkdir
|
3 years ago |
Chris Lu
|
8dccefbba6
|
Merge pull request #2218 from combineads/fix_sql_for_batch_delete
Fix mysql sql for batch delete
|
3 years ago |
byunghwa.yun
|
2b28a818f1
|
Fix mysql sql for batch delete
|
3 years ago |
Chris Lu
|
10464f47d0
|
Merge pull request #2217 from combineads/add_webp_format
|
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 |
Chris Lu
|
bdb632fa62
|
Merge pull request #2211 from qieqieplus/filer-bloom-filter
add bloom filter for filer leveldb/rocksdb
|
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
|
f3746d350f
|
resolve gjson security alert
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Ftidwall%2Fgjson/open
|
3 years ago |
Chris Lu
|
a70e772a03
|
update mongodb lib due to security warning
|
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 |
Chris Lu
|
cc32436d63
|
Merge pull request #2209 from combineads/fuse_option
Fix error handling
|
3 years ago |
Chris Lu
|
67537ff05b
|
Merge pull request #2208 from combineads/add_rm_options
|
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 |
Chris Lu
|
3138805b33
|
Merge pull request #2200 from combineads/add_fs_rm
weed shell: fs.rm remove file or directory
|
3 years ago |
Chris Lu
|
a125c8fbe2
|
Merge pull request #2204 from nivekuil/tokenpolicy
cassandra: use LocalQuorum for all queries
|
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
|
54c8bc8673
|
Merge branch 'remote_overlay'
|
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 |
Chris Lu
|
3f31c4091a
|
Merge pull request #2198 from nivekuil/tokenpolicy
|
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 |
Chris Lu
|
5a838dbe53
|
fix compilation
|
4 years ago |
Chris Lu
|
6103649ffb
|
shell: volume.check.disk adds retries in case the volumes are just moved
related to https://github.com/chrislusf/seaweedfs/issues/2194
|
4 years ago |
Chris Lu
|
49c66e88a0
|
volume: change all writes to fsync during graceful stopping
fix https://github.com/chrislusf/seaweedfs/issues/2193
|
4 years ago |
Chris Lu
|
01adc567aa
|
shell: volume.fsck deletes a volume is the volume has only orphaned data.
fix https://github.com/chrislusf/seaweedfs/issues/2190
|
4 years ago |
Chris Lu
|
297b41266b
|
2.58
|
4 years ago |