2023/03/20 17:22:12 [Flush] cannot commit - no transaction is active 2023/03/20 17:22:15 [Flush] cannot commit - no transaction is active 2023/03/20 17:22:17 [Flush] cannot commit - no transaction is active 2023/03/20 17:22:19 [Flush] cannot commit - no transaction is active
ChaoZhangThe error "[Flush] cannot commit - no transaction is active" is usually associated with database interactions. It indicates that no current transaction is active when attempting to commit a change to the database. In applications that use transaction processing, a transaction must be initiated before any change is executed, and a transaction must be committed after the change is completed. There are two possible reasons, 1. the hard drive is full of things that can't be written, 2. the host is not the latest version.