Skip to content

memory usage of data coordinator keeps increasing #31226

Discussion options

You must be logged in to vote

Hello, after some trial to reproduce, we found the root cause.
The main reason was that the object storage we used was not 100% compatible with s3 / minio.

when milvus do compaction / drop collection, segment files were deleted in object storage but it's directory remained.
those empty directories included to scan target in garbage collector of datacoord, so time spent for scanning storage kept increasing like below log

"[2024/03/27 11:46:18.815 +09:00] [INFO] [datacoord/garbage_collector.go:235] [""gc scan finish list object""] [prefix=insert_log] [""time spent""=17h54m4.892203887s] [keys=366220]"
"[2024/03/26 09:55:19.676 +09:00] [INFO] [datacoord/garbage_collector.go:235] [""gc scan fi…

Replies: 11 comments 16 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Jung-JongHyuk
Comment options

@yhmo
Comment options

@Jung-JongHyuk
Comment options

Comment options

You must be logged in to vote
2 replies
@Jung-JongHyuk
Comment options

@Jung-JongHyuk
Comment options

Comment options

You must be logged in to vote
1 reply
@Jung-JongHyuk
Comment options

Comment options

You must be logged in to vote
5 replies
@Jung-JongHyuk
Comment options

@Jung-JongHyuk
Comment options

@yhmo
Comment options

@yhmo
Comment options

@Jung-JongHyuk
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Jung-JongHyuk
Comment options

@xiaofan-luan
Comment options

@yiwangdr
Comment options

Comment options

You must be logged in to vote
2 replies
@yiwangdr
Comment options

@Jung-JongHyuk
Comment options

Answer selected by Jung-JongHyuk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants