Chris Lu

Results 785 comments of Chris Lu

I do not know now. Could you use `see_dat` and `see_idx` under `https://github.com/seaweedfs/seaweedfs/tree/master/unmaintained` to see what is inside the `.dat` and `.idx` files? Or you can upload these two files...

does `volume 573` actually exist in `volume.list` output? can you remove `volume.deleteEmpty -quietFor=24h -force` from scheduled jobs?

can you try to ec decode the volume 29 and see whether it helps? btw: `.ecj` contains the deleted file ids, and can be different on different volume servers since...

> i am mostly using it via the filer web api, typically via POST to "http://10.10.200.201:8888/example.jpg?mode=0666&uid=33&gid=33". Typically only write once and then read a few times. The mount is mostly...

> the size from s3.bucket.list is same as the size in real. EC would not possibly achieve this. You can only use replication `000` and vacuum.

@kmod-midori Thanks for the pointer! 4ec6eab004ff500b849f10f1985e83ce0855c70c this commit may fix this problem due to not including EC shards.

anyway to reproduce the workload? With some scripts, assuming a "weed mount" is running. Or use docker compose?

It would be good to see some logs. I am testing this way: * use "weed mount" to mount a folder, and run `docker run -d -p 27017:27017 -v ~/tmp/mounted_directory:/data/db...