We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oio-blob-rebuilder
ChunkReader
oio-blob-indexer
The text was updated successfully, but these errors were encountered:
Python API: improve request ID usage in ChunkReader
76474bf
Relates to open-io#1346
4e46dc0
Relates to #1346
Transfer request ID in chunk events
536e500
- Rawx forwards incoming request ID to outgoing events - Event-agent uses this request ID when indexing chunks in rdir Relates to open-io#1346
9701cbc
- Rawx forwards incoming request ID to outgoing events - Event-agent uses this request ID when indexing chunks in rdir Relates to #1346
No branches or pull requests
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.ChunkReader
do not log request ID.oio-blob-indexer
does not use request IDs at all.The text was updated successfully, but these errors were encountered: