You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: