[jira] [Updated] (YARN-3497) ContainerManagementProtocolProxy modifies IPC timeout conf without making a copy

2017-01-05 Thread Junping Du (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junping Du updated YARN-3497:
-
Fix Version/s: 2.8.0

> ContainerManagementProtocolProxy modifies IPC timeout conf without making a 
> copy
> 
>
> Key: YARN-3497
> URL: https://issues.apache.org/jira/browse/YARN-3497
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: client
>Affects Versions: 2.6.0
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 2.8.0, 2.7.1, 3.0.0-alpha1
>
> Attachments: YARN-3497.001.patch, YARN-3497.002.patch
>
>
> yarn-client's ContainerManagementProtocolProxy is updating 
> ipc.client.connection.maxidletime in the conf passed in without making a copy 
> of it. That modification "leaks" into other systems using the same conf and 
> can cause them to setup RPC connections with a timeout of zero as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-3497) ContainerManagementProtocolProxy modifies IPC timeout conf without making a copy

2015-04-20 Thread Jason Lowe (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Lowe updated YARN-3497:
-
Attachment: YARN-3497.002.patch

Thanks for the review, Jian!  I updated the patch to use this.conf when setting 
the max idle time conf.

> ContainerManagementProtocolProxy modifies IPC timeout conf without making a 
> copy
> 
>
> Key: YARN-3497
> URL: https://issues.apache.org/jira/browse/YARN-3497
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: client
>Affects Versions: 2.6.0
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Attachments: YARN-3497.001.patch, YARN-3497.002.patch
>
>
> yarn-client's ContainerManagementProtocolProxy is updating 
> ipc.client.connection.maxidletime in the conf passed in without making a copy 
> of it. That modification "leaks" into other systems using the same conf and 
> can cause them to setup RPC connections with a timeout of zero as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (YARN-3497) ContainerManagementProtocolProxy modifies IPC timeout conf without making a copy

2015-04-16 Thread Jason Lowe (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Lowe updated YARN-3497:
-
Attachment: YARN-3497.001.patch

This causes the Tez AM to reconnect to the RM on every AM heartbeat.

Patch to create a copy of the configuration when initializing the proxy cache.

> ContainerManagementProtocolProxy modifies IPC timeout conf without making a 
> copy
> 
>
> Key: YARN-3497
> URL: https://issues.apache.org/jira/browse/YARN-3497
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: client
>Affects Versions: 2.6.0
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Attachments: YARN-3497.001.patch
>
>
> yarn-client's ContainerManagementProtocolProxy is updating 
> ipc.client.connection.maxidletime in the conf passed in without making a copy 
> of it. That modification "leaks" into other systems using the same conf and 
> can cause them to setup RPC connections with a timeout of zero as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)