atomikos / transactions-essentials

Development repository for next major release of
https://www.atomikos.com/Main/TransactionsEssentials
Other
462 stars 139 forks source link

I am unable to see the logs been written to tmlog file. The file is being is created and transaction management is working fine. #183

Open nitinsinghid opened 1 year ago

nitinsinghid commented 1 year ago

I am unable to see the logs been written to tmlog file. The file is being is created and transaction management is working fine. I assume that the logs should keep on built in the current log file as long as the transaction is going on. But in my case the empty file is being created at the service start but no logs are being written in that file even during multiple transactions have completed.

GuyPardon commented 1 year ago

See my comment on your other report for this: for 1-phase commits (i.e., only one backend affected) we do not write log entries because they are not needed. Neither for regular rollbacks.