Race condition could cause sql process deadlock when inserting data in not distributed tables
Details
| Detail name | Value |
|---|---|
| Changelog Number | 8041 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 6.1.0, Exasol 6.2.0 |
| Fix Versions | Exasol 6.1.x, Exasol 7.0.0, Exasol 6.2.2 |
| Resolution Date | 2019-08-02 |
When inserting data into a table that does not have any distribution key, an internal race condition might trigger a deadlock. This would appear as if the query never completes.
Distribute the table on a column and try to insert the data again.
This race condition has been fixed so that the deadlock does not occur.