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:
Jonathan Turner Eagles 2013-12-18 17:02:58 +00:00
parent af367d1409
commit a5ec6df324
2 changed files with 3 additions and 0 deletions

View File

@ -477,6 +477,8 @@ Release 2.4.0 - UNRELEASED
HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib
dependency (Timothy St. Clair via stevel)
HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
Release 2.3.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -957,6 +957,7 @@ public void testConnectionPing() throws Exception {
proxy.sleep(pingInterval*4);
} finally {
if (proxy != null) RPC.stopProxy(proxy);
server.stop();
}
}