-
Notifications
You must be signed in to change notification settings - Fork 638
Vector index build exception #16813
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
Comments
I reinstalled the cluster. The second run gave other error. But the build index operation was simply aborted. SchemeShard worked well.
Full log 2025-04-06_05-27-54.log.zip |
An attempt to build a prefix index ALTER TABLE alice
ADD INDEX idx_vector
GLOBAL USING vector_kmeans_tree
ON (intent, embedding)
WITH (distance=cosine, vector_type="float", vector_dimension=1024, levels=1, clusters=200); The attempt run gave other error. SchemeShard Schemeshard is restarting constantly.
|
As expected the error is triggered by shard split:
|
This was referenced Apr 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQL command
Schemeshard is restarting constantly.
Exception:
The text was updated successfully, but these errors were encountered: