chrislu
73e3e77904
deprecate all cronjob module related code
related to https://github.com/chrislusf/seaweedfs/issues/2483
3 years ago
chrislu
59e58c4b23
volume: fix loading old volume format
fix https://github.com/chrislusf/seaweedfs/issues/2487
3 years ago
chrislu
b70cb3e0b2
upgrade protoc to 3.17.3
$brew install protobuf
$ protoc --version
libprotoc 3.17.3
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
3 years ago
chrislu
f7229084a9
upgrade go.mongodb.org/mongo-driver
go.mongodb.org/mongo-driver@v1.7.0: retracted by module author: Contains data race bug in background connection establishment.
go: to switch to the latest unretracted version
3 years ago
chrislu
5c3b783310
s3: copy object API needs to escape special characters
fix https://github.com/chrislusf/seaweedfs/issues/2482
3 years ago
Chris Lu
9b0da7cd7d
Merge pull request #2488 from Bl1tz23/master
MongodbStore.ListDirectoryEntries panics on Find method failure
3 years ago
Bl1tz23
83bffca7e6
fix MongodbStore.ListDirectoryEntries panic on find failure
3 years ago
Chris Lu
75e4013439
Merge pull request #2486 from t4nmoy/fix-filer-retry
3 years ago
Tanmoy Majumdar
ea09fb477a
return ' shouldRetry=true' so that filer can retry the failed chunk
3 years ago
Chris Lu
689f5513a9
redis3 supports sentinel
3 years ago
Chris Lu
7227cfddf5
2.80
3 years ago
Chris Lu
3d7390302d
add s3.clean.uploads -timeAgo=24h
3 years ago
Chris Lu
2f72c24498
skip the rest logic
3 years ago
Chris Lu
88ff8fc27b
ensure uploaded chunks are deleted on error
3 years ago
Chris Lu
bea26549f2
avoid empty extended attribute value
3 years ago
Chris Lu
ce2af0082e
revert
3 years ago
Chris Lu
1c9f3c7ac0
read deleted chunks when replcating data
3 years ago
Chris Lu
96c66ca2aa
read deleted chunks when replicating data
3 years ago
Chris Lu
f3a334965d
Update command_remote_uncache.go
minor
3 years ago
Chris Lu
9ccfc1cfee
Update command_volume_fsck.go
minor
3 years ago
Chris Lu
71a94267c9
Update command_volume_fsck.go
remove unused code
3 years ago
Chris Lu
ad16221a35
adjust error log
3 years ago
Chris Lu
cf1586a34d
add logs for writing to remote file
3 years ago
Chris Lu
3a19eea97c
allocate memory by slabs
3 years ago
Chris Lu
e87f276cf6
Merge pull request #2470 from hilimd/master
fix redis2 sentinel config example
3 years ago
limd
8805c04128
fix redis2 sentinel config example
3 years ago
Chris Lu
6f95c06bd5
Merge pull request #2469 from hilimd/master
support redis2 sentinel
3 years ago
limd
ec03f22cc3
Merge remote-tracking branch 'origin/master'
3 years ago
limd
220797bd71
support redis sentinel
3 years ago
hilimd
aa1ef02984
Merge pull request #88 from chrislusf/master
sync
3 years ago
Chris Lu
da1c755f6a
fix build issue
fix https://github.com/wangyoucao577/go-release-action/issues/66
3 years ago
Chris Lu
6c27845be0
add retries when writing to remote s3
fix https://github.com/chrislusf/seaweedfs/issues/2465
3 years ago
Chris Lu
9e2ae3f3b2
Merge pull request #2464 from zer0def/k8s-resource-apis
Update K8S resource API versions in Helm charts
3 years ago
zer0def
01558a0bd5
Update resource API versions up to K8S 1.22
3 years ago
Chris Lu
f3c789d662
2.79
3 years ago
Chris Lu
9eebe9b95e
Merge pull request #2454 from kmlebedev/HeadBucketHandlerForbidden
Avoid forbiddening for HeadBucketHandler if owners are specified
3 years ago
Konstantin Lebedev
40abae7caa
Avoid forbiddening for HeadBucketHandler if owners are specified
https://github.com/chrislusf/seaweedfs/issues/2434
3 years ago
Chris Lu
3d87aa767d
fix same dc and other dc
3 years ago
Chris Lu
a0ef6e3611
prevent nil response
fix https://github.com/chrislusf/seaweedfs/issues/2452
3 years ago
Chris Lu
791aa3cb44
update to wangyoucao577/go-release-action@v1.21
3 years ago
Chris Lu
320a08f250
adjust go release action version
3 years ago
Chris Lu
100c654ec3
2.78
3 years ago
Chris Lu
947fe4cc97
docker: entry point change working directory from root to /data
3 years ago
Chris Lu
7bf891c00a
randomize same-dc servers and other-dc servers
3 years ago
Chris Lu
1f75f1f9dc
filer: fix mysql2 SQL template
3 years ago
Chris Lu
3abbaccb70
filer: fix mysql command to upsert
3 years ago
Chris Lu
177129013c
releases in github actions disable http2client
3 years ago
Chris Lu
4d388b9782
Update binaries_dev.yml
3 years ago
Chris Lu
5eb905a5d1
Update binaries_dev.yml
3 years ago
Chris Lu
043a1337df
Merge pull request #2440 from wangyoucao577/bugfix/unexpeced-eof
Draft: Fix go-release-action upload asset fail
3 years ago