jaime
jaime
DescribeCollection has been executed before ListCollection, it also fails. the reason is a CreateCollection request is executing before DescribeCollection within the task scheduler queue, CreateCollection costs 2.25 minutes, it will...
CreateCollection too slowly caused by broadcast message to Kafka, but it is no more log to track. the following is creating the collection log within rootcoord ``` ./mdk-587-n-milvus-proxy-77f98865dc-xvfcv_milvus-ci_proxy-94b9fe0959a992696162b19ce3f74d1d3db72b7c168959df43508d1cba82898e.log:4953:[2022/06/11 19:01:18.410 +00:00]...
The same reason that CreateCollection is too slowly caused by broadcast message to Kafka. 23:45:08.253 start drop collection collection_tUV3lzup 23:45:08.265 start create collection collection_6fHdt4bH 23:45:08.281 start create collection collection_YvL6gOsQ 23:45:08.295...
> @jaime0815 do we have reason or fix about broadcast too slow? if we concurrent do the broad case it shouldn't be too slow right? It is possible to broadcast...
[2022/06/25 19:06:26.307 +00:00] [INFO] [compaction_trigger.go:364] ["generate a plan for priority candidates"] [plan="segmentBinlogs: segmentBinlogs: type:MixCompaction timetravel:434045448693743616 channel:\"by-dev-rootcoord-dml_227_434158693027676161v0\" "] ["target segment row"=6000] ["target segment size"=3210998] [2022/06/25 19:06:26.308 +00:00] [INFO] [compaction_trigger.go:256] ["time cost...
this case failed with the following scenarios: 1. the segment start to build the index on IndexCoord 2. the segment acquires a lock from Datacoord on IndexCoord 3. starting compact...
cc @xiaocai2333
the solution needs to modify test case 1. to execute compact after create index finished 2. to execute create index after compact finished 3. add timeout to 90s
> @jaime0815 By adding timeout to 90s (collection_w.wait_for_compaction_completed(timeout=90)), the pulsar nightly is good now. > > But the kafka nightly is still reporting this error. > > https://ci.milvus.io:18080/jenkins/blue/organizations/jenkins/milvus-release-nightly/detail/milvus-release-nightly/125/pipeline the same...