Florent Vennetier

Results 6 issues of Florent Vennetier

* `oio-blob-rebuilder` specifies a request ID when copying a chunk, but this ID is not output in its log, neither used to make requests to the directory. * Some error...

enhancement :sparkles:
priority:4 :suspect:
language:python :snake:

A portion of `oio.blob.clien.BlobClient` uses **requests**, whereas the other portion uses `oio.api.io.ChunkReader`, which uses eventlet's **httplib**. This is not consistent. We would like to get rid of **requests**.

enhancement :sparkles:
priority:3 :rage1:
language:python :snake:

Our network server has the ability to drop incoming requests when it is overbooked. The decision is made by comparing the time the request has spent in the incoming queue...

enhancement :sparkles:
Logging :scroll:
language:C

It would be interesting to keep the number of objects by size range, each range being from one power of ten to the next (10-100, 100-1000, 1000-10000, etc.). - [...

enhancement :sparkles:
priority:4 :suspect:

- obj: allow S3 MPU to work in worm mode