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

[BUG] Fix knn index validation for cross cluster #1516

Open
RS146BIJAY opened this issue Mar 14, 2025 · 0 comments
Open

[BUG] Fix knn index validation for cross cluster #1516

RS146BIJAY opened this issue Mar 14, 2025 · 0 comments
Labels
bug Something isn't working untriaged

Comments

@RS146BIJAY
Copy link
Contributor

What is the bug?

Currently cross cluster use to depend on knn.plugin.enabled setting to validate if knn plugin is installed on nodes on not. This validation was done for all knn enabled indices. Recently knn team removed this setting as a part of 3.0.0 release. This caused this validation to break. As a part of temporary fix we disabled this validation for knn indices for CCR clusters. For permantly fixing this issue, it may require some deep dive to understand what can be the possible soln of this issue. As making any extra API call from CCR will require us to configure extra roles for leader and follower cluster in security plugin which can be a breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant