-
Notifications
You must be signed in to change notification settings - Fork 100
Deadlock when creating HistoryEvents from many connections simultaneously #2374
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
Comments
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Oct 24, 2023
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections -Read operations are still performed by the TaskanaHistoryEngine
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Oct 24, 2023
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections -Read operations are still performed by the TaskanaHistoryEngine
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Oct 24, 2023
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections -Read operations are still performed by the TaskanaHistoryEngine
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Oct 25, 2023
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections -Read operations are still performed by the TaskanaHistoryEngine
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Nov 2, 2023
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections -Read operations are still performed by the TaskanaHistoryEngine
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Nov 2, 2023
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections -Read operations are still performed by the TaskanaHistoryEngine
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Jul 30, 2024
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Jul 30, 2024
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Jul 30, 2024
…onnections simultaneously -Write operations are now performed with the regular TaskanEngine and its' SqlSession and TransactionFactory which provides the needed transactionality and doesn't open multiple connections
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
==> Deadlock
The text was updated successfully, but these errors were encountered: