Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.9.0
-
None
-
None
-
ghx-label-5
Description
The coordinator has a central lock (lock_) which is used very liberally to synchronize state changes that don't need to be synchronized, creating a concurrency bottleneck.
Also, the coordinator contains a number of data structures related to INSERT finalization that don't need to be part of and synchronized with the rest of the coordinator state.
Attachments
Issue Links
- blocks
-
IMPALA-6338 Tests fail due to runtime profile for query with limit missing pieces
- Resolved
- breaks
-
IMPALA-7055 test_avro_writer failing on upstream Jenkins (Expected exception: "Writing to table format AVRO is not supported")
- Resolved
- is depended upon by
-
IMPALA-5119 Don't make RPCs from Coordinator::UpdateBackendExecStatus()
- Open