HBASE-14050 NPE in org.apache.hadoop.hbase.ipc.RpcServer.readAndProcess
This commit is contained in:
parent
257df19cc3
commit
a249989b93
|
@ -1898,7 +1898,6 @@ public class RpcServer implements RpcServerInterface {
|
|||
protected synchronized void close() {
|
||||
disposeSasl();
|
||||
data = null;
|
||||
this.dataLengthBuffer = null;
|
||||
if (!channel.isOpen())
|
||||
return;
|
||||
try {socket.shutdownOutput();} catch(Exception ignored) {} // FindBugs DE_MIGHT_IGNORE
|
||||
|
|
Loading…
Reference in New Issue