Chris Lu
Chris Lu
the lock expiration time is 10 seconds. So need to wait 10 seconds before next lock.
how were the orphan chunks detected?
Seems was reverted in https://github.com/seaweedfs/seaweedfs/pull/7070 during refactoring. Need to guard it with unit tests.
https://github.com/seaweedfs/seaweedfs/pull/7398 should have helped to resolve this.
Please create some scripts and/or docker compose files to make a case reproducible locally.
Please show that places that need clarification. (Or maybe you want to send a PR?)
Not directly, but you can `cat instructions.txt | weed shell`
SeaweedFS already has intelligent compression that goes beyond mimetype checking: 1. For files with unknown/uncertain mimetypes > 16KB, it tests compression on the first 128 bytes 2. It always validates...
could you please help to test https://github.com/seaweedfs/seaweedfs/pull/7181 ?
Better approach is welcome!