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
In our application, we get a connection from the pool, start a transaction, add a few records and commit them. After the commit, we release the connection. It looks like releasing the connection sporadically undoes the commit.
Our script (reduced to interactions with mariadb):
In our application, we get a connection from the pool, start a transaction, add a few records and commit them. After the commit, we release the connection. It looks like releasing the connection sporadically undoes the commit.
Our script (reduced to interactions with mariadb):
If we run this multiple times we missed about 1 of 5 transactions. How is that possible?
If we set
noControlAfterUsein the pool configuration, all transactions are committed correctly.Setup:
MariaDB Database: 10.5
MariaDB Package: 2.5.4
NodeJS: 14 and 15
The text was updated successfully, but these errors were encountered: