Skip to content
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

An error occurred when creating a collection after distributed deployment #4214

Open
cylgdzz111 opened this issue May 10, 2024 · 0 comments
Open
Labels
bug Something isn't working can't reproduce That is unclear how to reproduce the issue

Comments

@cylgdzz111
Copy link

Current Behavior

A timeout error occurred while creating the collection. Service internal error: Waiting for consensus operation commit failed. Timeout set at: 10 seconds.However, after a period of time, it can be queried through get collections, and it can be queried normally.

WARN storage::content_manager::consensus_manager: Failed to apply collection meta operation entry with user error: Wrong input: Replica 3018682858548295 of shard 5 has state Some(Active), but expected Some(Initializing)
ERROR qdrant::common::health: GetConsensusCommit request failed: Error in closure supplied to transport channel pool: status: Unavailable, message: "Failed to connect to http://qdrant-1.qdrant-headless:6335/, error: transport error", details: [], metadata: MetadataMap { headers: {} }

Steps to Reproduce

1.Try to create a collection in a distributed Qdrant cluster.
2.Service internal error: Waiting for consensus operation commit failed. Timeout set at: 10 seconds.
3.After waiting a while, query with get collections and find that the collection already exists.
4.Try to issue a query to the collection to verify that the collection works.

@cylgdzz111 cylgdzz111 added the bug Something isn't working label May 10, 2024
@generall generall added the can't reproduce That is unclear how to reproduce the issue label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working can't reproduce That is unclear how to reproduce the issue
Projects
None yet
Development

No branches or pull requests

2 participants