-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: mixcoord error #38597
Comments
刚刚我这边尝试把出问题mixcoord pod delete 掉后 ,pod自动重建后暂时恢复了, 就是这个原因有点奇怪 |
I think the etcd is not running in high performance, which get the milvus pods lost connection. Please make sure the ectd is running again SSD volumes and with enough cpu resource
/assign @553589912 |
Etcd runs on SSD volume, and the CPU is sufficient. However, the three etcd j nodes are located in three availability zones, and the network latency is around 1ms. Even if etcd has performance jitter, milvus should not remain unavailable for a long time. The current situation is that it cannot automatically discover the topology without the mixcoord pod being rebuilt. |
/assign @congqixia /unassign |
Is there an existing issue for this?
Environment
Current Behavior
使用的过程中报错
stack trace: /workspace/source/pkg/tracer/stack_trace.go:51 github.com/milvus-io/milvus/pkg/tracer.StackTrace /workspace/source/internal/util/grpcclient/client.go:555 github.com/milvus-io/milvus/internal/util/grpcclient.(*ClientBase[...]).Call /workspace/source/internal/util/grpcclient/client.go:569 github.com/milvus-io/milvus/internal/util/grpcclient.(*ClientBase[...]).ReCall /workspace/source/internal/distributed/querynode/client/client.go:90 github.com/milvus-io/milvus/internal/distributed/querynode/client.wrapGrpcCall[...] /workspace/source/internal/distributed/querynode/client/client.go:215 github.com/milvus-io/milvus/internal/distributed/querynode/client.(*Client).Query /workspace/source/internal/proxy/task_query.go:553 github.com/milvus-io/milvus/internal/proxy.(*queryTask).queryShard /workspace/source/internal/proxy/lb_policy.go:180 github.com/milvus-io/milvus/internal/proxy.(*LBPolicyImpl).ExecuteWithRetry.func1 /workspace/source/pkg/util/retry/retry.go:44 github.com/milvus-io/milvus/pkg/util/retry.Do /workspace/source/internal/proxy/lb_policy.go:154 github.com/milvus-io/milvus/internal/proxy.(*LBPolicyImpl).ExecuteWithRetry /workspace/source/internal/proxy/lb_policy.go:218 github.com/milvus-io/milvus/internal/proxy.(*LBPolicyImpl).Execute.func2: node not found
Expected Behavior
服务在索引的时候报错
Steps To Reproduce
Milvus Log
mixcoord.log.tar.gz
Anything else?
No response
The text was updated successfully, but these errors were encountered: