HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af367d1409
commit
a5ec6df324
|
@ -477,6 +477,8 @@ Release 2.4.0 - UNRELEASED
|
||||||
HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib
|
HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib
|
||||||
dependency (Timothy St. Clair via stevel)
|
dependency (Timothy St. Clair via stevel)
|
||||||
|
|
||||||
|
HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
|
||||||
|
|
||||||
Release 2.3.0 - UNRELEASED
|
Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -957,6 +957,7 @@ public class TestRPC {
|
||||||
proxy.sleep(pingInterval*4);
|
proxy.sleep(pingInterval*4);
|
||||||
} finally {
|
} finally {
|
||||||
if (proxy != null) RPC.stopProxy(proxy);
|
if (proxy != null) RPC.stopProxy(proxy);
|
||||||
|
server.stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue