[ 
https://issues.apache.org/jira/browse/HIVE-18492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16331539#comment-16331539
 ] 

Prasanth Jayachandran edited comment on HIVE-18492 at 1/19/18 1:06 AM:
-----------------------------------------------------------------------

Thanks [~olegd] for reporting. Yes. That's a bug. Would need to iterate and 
remove. Do you want to put up a patch for this? I can review it and get it 
committed. 


was (Author: prasanth_j):
Thanks [~olegd] for reporting. Yes. That's a bug. Would need to iterator and 
remove. Do you want to put up a patch for this? I can review it and get 
committed. 

> Wrong argument in the WorkloadManager.resetAndQueryKill()
> ---------------------------------------------------------
>
>                 Key: HIVE-18492
>                 URL: https://issues.apache.org/jira/browse/HIVE-18492
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Oleg Danilov
>            Priority: Trivial
>
> Caused by HIVE-18088, [~prasanth_j], could you please check this?
> {code:java}
> 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);
> ...
> {code}
> getInitializingSessions() returns List of SessionInitContext, so toKill 
> definitely can't be in this list and therefore no needs to remove it.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to