You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/07/17 03:37:00 UTC

[4/6] hbase git commit: HBASE-14050 NPE in org.apache.hadoop.hbase.ipc.RpcServer.readAndProcess

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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ba270917
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ba270917
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ba270917

Branch: refs/heads/branch-1.1
Commit: ba270917055c3d1b43bb355a4a91686212a4cab0
Parents: 17829bb
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu Jul 16 18:27:30 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu Jul 16 18:27:46 2015 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java        | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ba270917/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
index 491035e..acf52af 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
@@ -1879,7 +1879,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