HBASE-14050 NPE in org.apache.hadoop.hbase.ipc.RpcServer.readAndProcess

This commit is contained in:
Andrew Purtell 2015-07-16 18:27:30 -07:00
parent 257df19cc3
commit a249989b93
1 changed files with 0 additions and 1 deletions

View File

@ -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