Skip to content

datacoord remote_chunk_manager walk through object failed #41022

Discussion options

You must be logged in to vote

I just browsed the source code, this warn log is printed in the milvus garbage collection loop. GC action is triggered with an interval of 1 hour. GC action recursively checks all objects under the insert_log path to see if there are segments that can be cleaned up.

Seems it time out in the s3 client ListObjects() interface. By default, s3 client has a default setup with default responseHeaderTimeout = 1 minute and maxKeys = 1000. With maxKeys=1000, ListObjects() will return 1000 items for each call, maybe sometimes it timeout due to network fluctuation.

You can decrease this value to a small value(50 or 100):

listObjectsMaxKeys: 0

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rere950303
Comment options

@yhmo
Comment options

yhmo Apr 1, 2025
Collaborator

@rere950303
Comment options

Answer selected by rere950303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants