HDFS-12267. Ozone: XceiverClientManager should not close the connection if client holds the reference. Contributed by Nandakumar.

This commit is contained in:
Xiaoyu Yao 2017-08-05 16:09:56 -07:00
parent 538d2957b8
commit 5ffb2508ef
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ public class XceiverClientManager implements Closeable {
// Mark the entry as evicted
XceiverClientSpi info = removalNotification.getValue();
info.setEvicted();
info.close();
}
}
}).build();