Konstantin Lebedev
Konstantin Lebedev
@chrislusf don’t remember what this magic random is? In which, the fewer volumes, the less likely it is to get a node https://github.com/seaweedfs/seaweedfs/blob/master/weed/topology/volume_layout.go#L317 [rand.Intn](https://go.dev/play/p/HVDS0xTBPNp)
@ginn13 Try replace ``` if rand.Intn(counter) < 1 { vid, locationList = v, volumeLocationList.Copy() } ``` To ``` vid, locationList = v, volumeLocationList.Copy() ```
@ginn13 Could it be that this one filer has other DataNode, Rack or DataCenter parameters configured?
It can be implemented similarly https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-configuration-examples.html https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_subscribe.go#L59 Perhaps it is better to use a separate json file with rules for each bucket, you also need cmd in the weed shell...
@chrislusf Hi, Can you assign me this issue
@D13410N3 Hello, can you see what parameters Loki used in the PutBucketLifecycle request?
I don’t understand what is the value of having a grpc documentation generator in OpenApi? Is it true that someone will use these and make a lot of their own...
@t3hmrman I understand the idea and it will probably be useful, but I would like it to be the code used. Can you share your case of using this API...
`invalid argument` - it means I couldn't get a needle. It means I couldn’t get the needle. You need to stop `weed volume` and run `weed fix /data/dir`
You need to apply the matches locally and run c3 tests with the delimeter. See https://github.com/seaweedfs/seaweedfs/pull/5237#issuecomment-1908771738