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

[influxdb] Persistence service blocks item notifications #14887

Closed
J-N-K opened this issue Apr 27, 2023 · 0 comments · Fixed by #14888
Closed

[influxdb] Persistence service blocks item notifications #14887

J-N-K opened this issue Apr 27, 2023 · 0 comments · Fixed by #14888
Assignees
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@J-N-K
Copy link
Member

J-N-K commented Apr 27, 2023

According to the documentation of the PersistenceService interface storing of values should return fast. This is not the case for InfluxDB which directly writes to the database. Since this is time-consuming the thread pool that is responsible for notifying listeners about event state changes might exhaust. Found while investigating openhab/openhab-core#3578.

@J-N-K J-N-K added the bug An unexpected problem or unintended behavior of an add-on label Apr 27, 2023
@J-N-K J-N-K self-assigned this Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant