Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.24.0
-
None
-
Reviewed
Description
HADOOP-8202 changed the behavior of RPC.stopProxy() to throw an exception if called on an object which doesn't implement Closeable. Unfortunately, we use mock objects in many test cases, and those mocks don't implement Closeable. This is causing TestZKFailoverController to fail in trunk, for example.