Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Terminology
- QM - query master
- TM - tajo master
The query kill mechanism is as follows:
- Client sends kill command to TM.
- TM forwards the kill command to QM.
- QM disseminates the kill command to all workers.
- Corresponding workers kill tasks and response KILLED to QM.
BTW, Some workers cannot response KILLED message to QM due to its node failure, temporary network problem, or worker restart. In this case, TM cannot retrieve allocated resources even though the workers become normal.