A session abort during commit can block other commits / rollbacks and delay login

Details

Detail name Value
Changelog Number 29619
Type Bug
Status Resolved
Affected Versions Exasol 7.1.0, Exasol 2025.1.0, Exasol 2025.2.0
Fix Versions Exasol 2026.1.0, Exasol 2025.1.11
Resolution Date 2026-05-15

Description

When a user aborts a a session with a long-running commit, the clean-up process can take a very long time. During this clean-up phase, commit/rollback statements from other sessions may be blocked. This can result in delayed or blocked logins, making the system appear to be frozen.

Workaround

Avoid triggering session terminations that perform extensive commits.

Fix

Aborting sessions with long-running commits no longer blocks other commit/rollback operations and no longer results in extended login times.