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

HealthCheckService - check if lucene index is writeable #751

Closed
rsoika opened this issue Jul 12, 2021 · 1 comment
Closed

HealthCheckService - check if lucene index is writeable #751

rsoika opened this issue Jul 12, 2021 · 1 comment

Comments

@rsoika
Copy link
Member

rsoika commented Jul 12, 2021

in some cases it can happen that the lucene index is read only and not writeable. This can cause problems in workflow processing in various situation.

The HealthCheckService did not detect this problem as it is only testing if the index is readable. We need to refine the check method to verify if a write is possible too.

@rsoika rsoika added the feature label Jul 12, 2021
@rsoika rsoika added this to the 6.0.1 milestone Jul 12, 2021
@rsoika
Copy link
Member Author

rsoika commented Jul 12, 2021

Need to be patched for version 5.2.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant