Description
public static void stopProxy(Object proxy) { if (proxy!=null) { getProxyEngine(proxy).stopProxy(proxy); } }
The method should check if getProxyEngine(proxy) returns null or not before stopProxy is called.
Attachments
Attachments
Issue Links
- blocks
-
HDFS-520 Create new tests for block recovery
- Closed