Skip to content

突然无法获取collections列表 #38438

Discussion options

You must be logged in to vote

kafka的连接只跟milvus.yaml里的配置相关:

# kafka:

readTimeout是超时设置,默认10秒。一般不会有这么大的message需要10秒,它可能就是单纯地连不上。
kafka连不上的话,其他奇奇怪怪的报错日志会很多。
kafka里主要保存的是insert/upsert/delete的数据作为write-ahead-log,以及time-tick msg,这些write-ahead-log等待querynode,datanode消费,然后datanode把数据落盘,kafka里的已消费的数据就不再有用。假设所有在kafka中的数据都已经被datanode消费并落盘,那么你是可以更换kafka集群的。

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@elpsycongroo
Comment options

@elpsycongroo
Comment options

@elpsycongroo
Comment options

@yhmo
Comment options

yhmo Dec 13, 2024
Collaborator

Answer selected by elpsycongroo
@elpsycongroo
Comment options

@yhmo
Comment options

yhmo Dec 14, 2024
Collaborator

@elpsycongroo
Comment options

@yhmo
Comment options

yhmo Dec 16, 2024
Collaborator

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