mervynzhang
df400e6c71
Concurrency works better ( #4663 )
...
Co-authored-by: mervyn.zhang <mervyn.zhang@sap.com>
2023-07-12 23:04:54 -07:00
wusong
0cb9ddd8ec
Fix data loss: add lock for metacache ( #4664 )
...
Co-authored-by: wang wusong <wangwusong@virtaitech.com>
2023-07-11 22:23:32 -07:00
Henco Appel
89542db2d0
Fix S3 API multipart upload on Windows ( #4666 )
...
The file paths were being having '/' changed to '\' by filepath.Dir()
resulting in a file being created with '\' separators, but when trying
to read the files, the same wasn't happening.
Co-authored-by: Hendrik Appel <happel@europe.altair.com>
2023-07-11 09:05:14 -07:00
Henco Appel
680c2e76f1
Fix the segfault from not setting s3 https port ( #4667 )
2023-07-11 08:03:20 -07:00
Konstantin Lebedev
2c076ebd96
avoid logging nil error ( #4659 )
...
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-07-10 23:38:52 -07:00
LHHDZ
3730772e05
refresh max volume count after adjust ( #4662 )
...
Signed-off-by: changlin.shi <changlin.shi@ly.com>
2023-07-10 23:37:33 -07:00
dependabot[bot]
6f7008958e
Bump golang.org/x/image from 0.8.0 to 0.9.0 ( #4655 )
2023-07-10 09:14:28 -07:00
dependabot[bot]
700a382173
Bump golang.org/x/net from 0.11.0 to 0.12.0 ( #4657 )
2023-07-10 09:12:05 -07:00
dependabot[bot]
a288665e63
Bump google.golang.org/grpc from 1.56.1 to 1.56.2 ( #4658 )
2023-07-10 09:11:22 -07:00
dependabot[bot]
109c3f9e67
Bump google.golang.org/api from 0.128.0 to 0.130.0 ( #4654 )
2023-07-10 09:10:57 -07:00
dependabot[bot]
c432ac9af2
Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 ( #4653 )
2023-07-10 08:30:02 -07:00
Nat Makarevitch
cd89ef5c73
README.md: minor fixes ( #4652 )
2023-07-10 07:34:45 -07:00
chrislu
c278bac263
avoid nil needle map
...
fix https://github.com/seaweedfs/seaweedfs/issues/4640
2023-07-07 22:16:58 -07:00
chrislu
0606b59a3e
mount: create mount root on filer
...
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/127
2023-07-07 09:30:32 -07:00
chrislu
14546f0ad8
minor
2023-07-06 09:12:28 -07:00
chrislu
ab30f489c3
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
2023-07-06 00:33:02 -07:00
chrislu
31b2751aff
clone volume locations in case they are changed
...
fix https://github.com/seaweedfs/seaweedfs/issues/4642
2023-07-06 00:32:58 -07:00
wusong
61553beba2
Fix DataBackend nil pointer ( #4641 )
2023-07-04 23:22:10 -07:00
chrislu
a315490f7d
proxy to master uses http address
...
fix https://github.com/seaweedfs/seaweedfs/issues/4607
2023-07-04 11:45:21 -07:00
chrislu
2aa59ab37c
fix copying level db files during commi
...
fix https://github.com/seaweedfs/seaweedfs/issues/4635
2023-07-04 11:28:12 -07:00
dependabot[bot]
5cb8980f70
Bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 ( #4632 )
2023-07-03 08:59:17 -07:00
dependabot[bot]
f9eca4f4d1
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.35.0 to 1.36.0 ( #4634 )
2023-07-03 08:37:18 -07:00
dependabot[bot]
515e6d21ae
Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.48.3 to 3.48.4 ( #4633 )
2023-07-03 08:37:05 -07:00
dependabot[bot]
c16513b788
Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 ( #4630 )
2023-07-03 08:36:44 -07:00
dependabot[bot]
2f727e9596
Bump github.com/rclone/rclone from 1.62.2 to 1.63.0 ( #4631 )
2023-07-03 08:36:33 -07:00
dependabot[bot]
0b8c6a4474
Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 ( #4629 )
2023-07-03 08:36:05 -07:00
wusong
c44a6552d2
Fix buff use ( #4628 )
2023-07-03 08:33:34 -07:00
Amir H. Yeganemehr
f0d3c874b6
Unix Socket listener for S3 server ( #4621 )
...
Add localSocket option to s3 server
2023-06-26 16:22:45 -07:00
dependabot[bot]
4d64bdba65
Bump gocloud.dev/pubsub/rabbitpubsub from 0.29.0 to 0.30.0 ( #4612 )
...
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud ) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/google/go-cloud/releases )
- [Commits](https://github.com/google/go-cloud/compare/v0.29.0...v0.30.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 10:58:30 -07:00
dependabot[bot]
11a5ac9474
Bump gocloud.dev/pubsub/natspubsub from 0.29.0 to 0.30.0 ( #4619 )
...
Bumps [gocloud.dev/pubsub/natspubsub](https://github.com/google/go-cloud ) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/google/go-cloud/releases )
- [Commits](https://github.com/google/go-cloud/compare/v0.29.0...v0.30.0 )
---
updated-dependencies:
- dependency-name: gocloud.dev/pubsub/natspubsub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 10:40:38 -07:00
dependabot[bot]
ffb3f0d315
Bump github.com/aws/aws-sdk-go-v2/config from 1.18.12 to 1.18.27 ( #4618 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.18.12 to 1.18.27.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.12...config/v1.18.27 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 09:59:19 -07:00
dependabot[bot]
cde5068242
Bump github.com/klauspost/reedsolomon from 1.11.7 to 1.11.8 ( #4620 )
...
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon ) from 1.11.7 to 1.11.8.
- [Release notes](https://github.com/klauspost/reedsolomon/releases )
- [Commits](https://github.com/klauspost/reedsolomon/compare/v1.11.7...v1.11.8 )
---
updated-dependencies:
- dependency-name: github.com/klauspost/reedsolomon
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 09:43:01 -07:00
dependabot[bot]
6edf1d337f
Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 ( #4615 )
...
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 09:42:49 -07:00
chrislu
79715f9681
Revert "Bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.0 ( #4614 )"
...
This reverts commit 14adbb88fe
.
2023-06-26 09:40:15 -07:00
dependabot[bot]
bd4a4b076e
Bump golang.org/x/image from 0.7.0 to 0.8.0 ( #4617 )
2023-06-26 09:06:04 -07:00
dependabot[bot]
3204316f29
Bump github.com/aws/aws-sdk-go-v2 from 1.17.4 to 1.18.1 ( #4616 )
2023-06-26 09:05:49 -07:00
dependabot[bot]
14adbb88fe
Bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.0 ( #4614 )
2023-06-26 09:05:12 -07:00
dependabot[bot]
706be7342e
Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.47.3 to 3.48.3 ( #4613 )
2023-06-26 09:04:55 -07:00
dependabot[bot]
f51e69e76e
Bump github.com/aws/aws-sdk-go from 1.44.280 to 1.44.289 ( #4611 )
2023-06-26 09:03:24 -07:00
dependabot[bot]
c046c96d59
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.30.2 to 1.35.0 ( #4610 )
2023-06-26 09:03:03 -07:00
dependabot[bot]
43b85b7158
Bump google.golang.org/api from 0.126.0 to 0.128.0 ( #4609 )
2023-06-26 09:02:43 -07:00
dependabot[bot]
6ec202549b
Bump google.golang.org/grpc from 1.55.0 to 1.56.1 ( #4608 )
2023-06-26 09:02:16 -07:00
chrislu
2c4c2f0994
3.53
2023-06-25 22:51:14 -07:00
chrislu
f193942adc
lock on append metadata operation
2023-06-25 22:07:23 -07:00
chrislu
61c42f9991
adjust lock APIs
2023-06-25 20:30:20 -07:00
chrislu
aafb874ad2
lock until cancelled
2023-06-25 19:31:25 -07:00
chrislu
c4f44d56f7
add distributed lock client
2023-06-25 17:38:34 -07:00
chrislu
f8aa5ea844
adjust filer.proto
2023-06-25 17:38:19 -07:00
chrislu
13a8593ab9
adjust errors
2023-06-25 17:37:54 -07:00
chrislu
06471dac9d
init lock ring
2023-06-25 15:28:16 -07:00