Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
Reproducer: CacheMvccSelectForUpdateQueryBasicTest
There is possible deadlock in QUERY_POOL when running massive SQL updates using queries without reducer when cache.queryParallelism > 1. These updates fire two step queries on each data node and both map and reduce phases are executed in the sameĀ QUERY_POOL which can lead to deadlock because reduce phase has blocking operation GridReduceQueryExecutor#awaitAllReplies.
Attachments
Issue Links
- is related to
-
IGNITE-8596 SQL: remove unnecessary index lookups when query parallelism is enabled
- Open