Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
Caused by HIVE-18088, prasanth_j, could you please check this?
private void resetAndQueueKill(Map<WmTezSession, KillQueryContext> toKillQuery, KillQueryContext killQueryContext, Map<WmTezSession, GetRequest> toReuse) { WmTezSession toKill = killQueryContext.session; ... if (poolState != null) { poolState.getSessions().remove(toKill); poolState.getInitializingSessions().remove(toKill); ...
getInitializingSessions() returns List of SessionInitContext, so toKill definitely can't be in this list and therefore no needs to remove it.
Attachments
Attachments
Issue Links
- is caused by
-
HIVE-18088 Add WM event traces at query level for debugging
- Closed