chrislu
5b38f22e6e
3.25
2 years ago
famosss
131d389fc4
adjust log level ( #3589 )
2 years ago
chrislu
f4abefc109
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
2 years ago
chrislu
39340f7e42
cloud tier: s3 consume all read response body
fix https://github.com/seaweedfs/seaweedfs/issues/3584
2 years ago
chrislu
7c6324b114
adjust log level
2 years ago
gfx
bf844d8e46
Fix crash in arangodb filer when attempting to access a deleted bucket ( #3587 )
* Update helpers.go
* Update arangodb_store_bucket.go
2 years ago
gfx
3621987727
Correctly pass arangodb driver Transaction ID into the context ( #3586 )
Update arangodb_store.go
2 years ago
chrislu
8c5759a06d
minor optimization
2 years ago
chrislu
70777d9b9f
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
2 years ago
chrislu
cb6cf331ca
filer.backup and filer.sync: include headers during backup and sync
fix https://github.com/seaweedfs/seaweedfs/issues/3532
2 years ago
famosss
7f56a40553
Turn down the 404 log level ( #3585 )
2 years ago
Brian
a28b668647
Added ability to change replication settings upon volume.tier.move ( #3583 )
2 years ago
bernardx
228b133afa
new 'concurrency' parameter for filer.sync ( #3579 )
Co-authored-by: XIAOYQ <xiaoyq@eudic.net>
2 years ago
Konstantin Lebedev
853880bd83
[filer] DATA RACE on signal_handling fixed ( #3575 )
2 years ago
chrislu
a112cbe44c
filer: rocksdb store report not found correctly
fix https://github.com/seaweedfs/seaweedfs/discussions/3555
2 years ago
chrislu
5afc20dbd3
add tmux for dev
2 years ago
chrislu
d1bb23645e
Revert "avoid data race on grace.hooks ( #3572 )"
This reverts commit c37d6fc01a
.
2 years ago
Konstantin Lebedev
c37d6fc01a
avoid data race on grace.hooks ( #3572 )
https://github.com/seaweedfs/seaweedfs/issues/3564
2 years ago
Konstantin Lebedev
8c3040db81
avoid DATA RACE on S3Options.localFilerSocket ( #3571 )
* avoid DATA RACE on S3Options.localFilerSocket
https://github.com/seaweedfs/seaweedfs/issues/3552
* copy localSocket
2 years ago
Konstantin Lebedev
90d55cd179
avoid data race read fileChunksSize ( #3570 )
https://github.com/seaweedfs/seaweedfs/issues/3557
2 years ago
chrislu
86a5b6183d
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
2 years ago
chrislu
04300dc2ac
build local rocksdb
2 years ago
chrislu
466bbe4cdd
dockerfile fix directory
2 years ago
Konstantin Lebedev
82c2ce74db
more error details in the log ( #3568 )
* more error details in the log
https://github.com/seaweedfs/seaweedfs/issues/3567
* format message
2 years ago
chrislu
10efdc7aab
align memory
2 years ago
Konstantin Lebedev
803ca3c958
avoid data race on doSubscribeToOneFiler/ma.filer.UniqueFilerEpoch ( #3566 )
https://github.com/seaweedfs/seaweedfs/issues/3565
2 years ago
chrislu
9c76896e2d
fix building rocksdb image
2 years ago
chrislu
bcf35876d1
add more logs
2 years ago
dependabot[bot]
97d69d5336
Bump gocloud.dev/pubsub/rabbitpubsub from 0.25.0 to 0.26.0 ( #3541 )
* Bump gocloud.dev/pubsub/rabbitpubsub from 0.25.0 to 0.26.0
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud ) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/google/go-cloud/releases )
- [Commits](https://github.com/google/go-cloud/compare/v0.25.0...v0.26.0 )
---
updated-dependencies:
- dependency-name: gocloud.dev/pubsub/rabbitpubsub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update code
* more code fix
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
2 years ago
Patrick Schmidt
a73e177ecf
Add an End-to-End workflow for FUSE mount ( #3562 )
* Add an e2e workflow to test FUSE mount
* Fix deadlocks during concurrent r/w
2 years ago
chrislu
4a4ef3cc3c
upload_content: upload close response.Body
2 years ago
chrislu
3d8b8ffced
refactor
2 years ago
chrislu
870a30665b
close responses
2 years ago
chrislu
ef78631a7c
just a bit safer
2 years ago
chrislu
9c944377dc
minor
2 years ago
chrislu
a54f30b6c6
s3: close response body with copying object
2 years ago
chrislu
7eb121d5ae
print process before do the work
2 years ago
Konstantin Lebedev
77098de69a
migrate from boltdb to bbolt ( #3554 )
2 years ago
chrislu
de5263364b
master client: use GetMaster() for latest master address
2 years ago
chrislu
e583dbdd2a
more detailed error
2 years ago
chrislu
d81db3c703
s3: fix configuring IAM for the same user
hi, how can I add bucket permission to a user now?
Previously, if I needed to add permission to an existing credential, I simply repeated the s3.configure command with a different bucket name.
Now I am getting error:
duplicate accessKey[ХХХХ], already configured in user[YYYY]
s3.configure -access_key key -actions Read,Write,List -buckets bucket1 -secret_key secr -user user1
s3.configure -access_key key -actions Read,Write,List -buckets bucket2 -secret_key secr -user user1
2 years ago
Konstantin Lebedev
ade94b0d0a
avoid race conditions access to SuperBlock.Version ( #3539 )
* avoid race conditions access to SuperBlock.Version
https://github.com/seaweedfs/seaweedfs/issues/3515
* superBlockAccessLock replace to sync.Mutex
2 years ago
chrislu
ae6292f9f0
rename variable
2 years ago
Konstantin Lebedev
e16dda88e4
avoid race conditions access to MasterClient.currentMaster ( #3538 )
https://github.com/seaweedfs/seaweedfs/issues/3510
2 years ago
Konstantin Lebedev
105702ebe0
avoid data race access to uploadReaderToChunks.uploadErr ( #3550 )
avoid data race access to uploadErr
https://github.com/seaweedfs/seaweedfs/issues/3549
2 years ago
Konstantin Lebedev
903a06a160
avoid data race access to startDelay ( #3548 )
2 years ago
chrislu
570b488572
ensure memory alignment on different CPUs
2 years ago
Konstantin Lebedev
4966a3abc7
avoid race conditions access to growRequestCount ( #3537 )
https://github.com/seaweedfs/seaweedfs/issues/3511
2 years ago
dependabot[bot]
42b72e4006
Bump actions/setup-go from 3.2.1 to 3.3.0 ( #3540 )
2 years ago
dependabot[bot]
99b7f8fa4b
Bump cloud.google.com/go/pubsub from 1.24.0 to 1.25.1 ( #3542 )
2 years ago