HDFS-12267. Ozone: XceiverClientManager should not close the connection if client holds the reference. Contributed by Nandakumar.
This commit is contained in:
parent
538d2957b8
commit
5ffb2508ef
|
@ -90,7 +90,6 @@ public class XceiverClientManager implements Closeable {
|
|||
// Mark the entry as evicted
|
||||
XceiverClientSpi info = removalNotification.getValue();
|
||||
info.setEvicted();
|
||||
info.close();
|
||||
}
|
||||
}
|
||||
}).build();
|
||||
|
|
Loading…
Reference in New Issue