[
https://issues.apache.org/jira/browse/TEZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500728#comment-14500728
]
TezQA commented on TEZ-2334:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12726260/TEZ-2334.patch
against master revision cbea5ad.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/484//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/484//console
This message is automatically generated.
> ContainerManagementProtocolProxy modifies IPC timeout conf without making a
> copy
> --------------------------------------------------------------------------------
>
> Key: TEZ-2334
> URL: https://issues.apache.org/jira/browse/TEZ-2334
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Chang Li
> Assignee: Chang Li
> Attachments: TEZ-2334.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.
> relate to YARN-3297. This is a work around for tez running on 2.6 and 2.7.0
> grids.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)