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

Can't get index status while index is being closed #401

Open
jan-niestadt opened this issue Mar 6, 2023 · 0 comments
Open

Can't get index status while index is being closed #401

jan-niestadt opened this issue Mar 6, 2023 · 0 comments
Labels
indexing Issues relates to indexing data

Comments

@jan-niestadt
Copy link
Member

When using BLS (in "AutoSearch mode") to add data to an index, the index status is being polled while the indexing takes place. This works fine in the beginning, but after a while, the status request remains pending for a number of seconds until the indexing process is finished. This is probably because of synchronized methods in Index.java blocking the status request. We can probably improve this by being more specific about what we synchronize on, and/or keeping track of an extra status variable.

@jan-niestadt jan-niestadt added the indexing Issues relates to indexing data label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indexing Issues relates to indexing data
Projects
None yet
Development

No branches or pull requests

1 participant