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

Ensure Neo4j save operations are only executed in main thread #842

Open
davidkopp opened this issue Sep 24, 2019 · 0 comments
Open

Ensure Neo4j save operations are only executed in main thread #842

davidkopp opened this issue Sep 24, 2019 · 0 comments

Comments

@davidkopp
Copy link
Contributor

davidkopp commented Sep 24, 2019

Neo4j has problems with multiple deadlocks. For more information read the official documentation about transactions-locking.

We encountered the problem e.g. by executing the integration test DeploymentResourceIntegrationTests.deployApplicationWithMultipleKafkaFaasConnectorInstances with the Neo4j Embedded Database. With a local Neo4j database running with Docker it works.

Nevertheless it would be safer to avoid save operations in worker threads -> if possible only use the main thread.

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

No branches or pull requests

1 participant