You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the primary replica is out-dated (primary inconsistency), client would experience a long latency.
This is because leo_storage_read_repairer would wait for ?DEF_REQ_TIMEOUT (30s)
Details
Put Object
$ s3cmd put test1 s3://test/1
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
upload: 'test1' -> 's3://test/1' [1 of 1]
139073 of 139073 100% in 0s 4.97 MB/s done
$ s3cmd put testfile_5m s3://test/1
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
upload: 'testfile_5m' -> 's3://test/1' [1 of 1]
5242880 of 5242880 100% in 0s 42.64 MB/s done
Description
When the primary replica is out-dated (
primary inconsistency
), client would experience a long latency.This is because
leo_storage_read_repairer
would wait for?DEF_REQ_TIMEOUT
(30s)Details
Related Log
At [email protected]
At Gateway
The text was updated successfully, but these errors were encountered: