TonyAnn

Results 13 comments of TonyAnn

collection name: bulk_test2 Import method: 5 json files, each file containing 2 million data, through the python do_bulk_insert interface After the import is completed, no streaming writing or deletion is...

> @TonyAnn just a quick question: which Milvus version did you used to import data? v2.2.16 or below? @congqixia Judging from the time, the version when collection bulk_test2 was imported...

> @TonyAnn looks like the bug fixed in v2.2.15 for instance with lot's of segments( from all collections) @congqixia The current related collection has been deleted and manually removed in...

> @TonyAnn the fastest way is to remove etcd channel watch key @congqixia How to get the corresponding channel name?

@congqixia Please help to see if the channal obtained in this way is correct. Milvus(by-dev) > show channel-watch --collection 449033619691139641 ============================= key: by-dev/meta/channelwatch/11271/by-dev-rootcoord-dml_14_449033619691139641v0 Channel Name:by-dev-rootcoord-dml_14_449033619691139641v0 WatchState: ToWatch Channel Watch start...

> @TonyAnn I think that's the channel meta. Also you should stop datacoord during meta manual deletion. Received, thank you very much

@congqixia Manual deletion failed because the collection does not exist and is not allowed to be deleted. Milvus(by-dev) > remove channel --channel by-dev-rootcoord-dml_14_449033619691139641v0 --run no collection found Milvus(by-dev) > show...

> @TonyAnn I'm afraid you have to remove it with etcd cli for quick fix. `remove channel` command was not designed to fix this scenario. I'll add a patch for...

> Hi, does the sample app work if you run it with no changes? helllo kkraune I think the current problem is caused by the inability to resolve the dns...

hi kkraune How to deploy vespa in self-built kubernetes. Is there any better reference document or helm chart available? Instead of gke’s document link.