Did anyone have information about, how fast minion index or reindex bucket ?
Case:
- Upload file to minio using flysystem and s3-aws-lib (PHP)
- Minion store this file in bucket (it shown on mc)
- after save i try immediately get this file from minio using again flysystem, but minio serve me a 404 for this resource, but the file is there !
- After small period of time i try again and minio serve me this file correctly.
Size of store object is ~1MB
This happen on newest version of minio (2019-03-13), on old version (2017-12) it happen but it was a race condition, but now is on every request.
Anyone have a clue ?