Konstantin Lebedev
Konstantin Lebedev
I couldn't reproduce it locally 1. `make server` # version 30GB 3.62 darwin arm64 2. `warp put --insecure --host 127.0.0.1:8000 --noclear --obj.size 1KiB --concurrent 300 --noprefix --duration 10s --access-key some_access_key1...
> After running weed fix I lost almost 20 files They probably disappeared after the server volumes stopped. Try enabling fsync before warp: `echo "fs.configure -apply -fsync -locationPrefix /buckets" |...
> Is there anything I can do about the critical issue (#5215 ) related to my pr? So it turns out that your fix treats an extreme case, but breaks...
> Put files Reproduce `1bff` > `1bfe` ``` go run unmaintained/see_idx/see_idx.go -dir /var/folders/g9/bmz0lmtj5d1714v0g7pkdqvc0000gn/T -collection warp-benchmark-bucket -volumeId 7 | tail -n 3 key:1bf5 offset:35717 size:825(825 B) key:1bff offset:35824 size:85(85 B) key:1bfe...
> Do you have any idea why my fix breaks other volumes? I tried to reproduce #5215 but I couldn't It will be really good if you can give me...
> I looked at the code and looks like binary search is used in copy and tail So `fix.replication`, `copy`, `move` could lead to dataloss? right? Yes. Also, the volume...
in progress https://github.com/seaweedfs/seaweedfs/pull/5443
Similar to Iam Identity file, we store acl for buckets in the original AWS json with ACL ``` { "Grants": [ { "Grantee": { "DisplayName": "string", "EmailAddress": "string", "ID": "string",...
@chrislusf @shichanglin5 Hi, I tried to refactor the PR https://github.com/seaweedfs/seaweedfs/pull/4090 But there are too many changes, so I will split it into several preparatory PRs for passing s3 integration tests...
> Thanks! Maybe also write up some design doc for easier understanding. - Put and GET Bucket ACL handlers interact with the S3ApiServer.IdentityAccessManagement.*acl*() interface. If the data changes, then the...