[ https://issues.apache.org/jira/browse/YARN-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mit Desai updated YARN-2633: ---------------------------- Attachment: YARN-2633.patch Thanks [~jlowe]. Discussed offline that the test failure should not be fixed by the previous method. Modified the patch by adding a class that implements Closeable to ensure we have a close method. > TestContainerLauncherImpl sometimes fails > ----------------------------------------- > > Key: YARN-2633 > URL: https://issues.apache.org/jira/browse/YARN-2633 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Mit Desai > Assignee: Mit Desai > Attachments: YARN-2633.patch, YARN-2633.patch, YARN-2633.patch > > > {noformat} > org.apache.hadoop.yarn.exceptions.YarnRuntimeException: > java.lang.NoSuchMethodException: > org.apache.hadoop.yarn.api.ContainerManagementProtocol$$EnhancerByMockitoWithCGLIB$$25708415.close() > at java.lang.Class.getMethod(Class.java:1665) > at > org.apache.hadoop.yarn.factories.impl.pb.RpcClientFactoryPBImpl.stopClient(RpcClientFactoryPBImpl.java:90) > at > org.apache.hadoop.yarn.ipc.HadoopYarnProtoRPC.stopProxy(HadoopYarnProtoRPC.java:54) > at > org.apache.hadoop.yarn.client.api.impl.ContainerManagementProtocolProxy.mayBeCloseProxy(ContainerManagementProtocolProxy.java:79) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.kill(ContainerLauncherImpl.java:225) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl.shutdownAllContainers(ContainerLauncherImpl.java:320) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl.serviceStop(ContainerLauncherImpl.java:331) > at > org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) > at > org.apache.hadoop.mapreduce.v2.app.launcher.TestContainerLauncherImpl.testMyShutdown(TestContainerLauncherImpl.java:315) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)