how to delete unused channel? #40907
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Don't manually remove the channel. If a collection is dropped, the dml channel should be removed accordingly by milvus.
And start the tool in terminal:
Connect to the etcd server which the milvus is using, and show collections: Check the state of the collection whose ID is "xxxxx20460", to see if it is in "dropped" or "dropping" state. If the collection is in "dropped" or "dropping" state but its channel is still displayed in WebUI, I think it could be a bug. To find the root case, we need the full log. |
Beta Was this translation helpful? Give feedback.
-
you can probably use this command to fix channel watch and then restart coordinator |
Beta Was this translation helpful? Give feedback.
Yep, try to use force.
then restart the node see if it works