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:36:58 UTC

[2/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/d4a04d62
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d4a04d62
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d4a04d62

Branch: refs/heads/branch-1
Commit: d4a04d62165d4f8ce78d2f98acefb47f513b6b7d
Parents: 12f6470
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:40 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/d4a04d62/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 1460926..1ab6ca7 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
@@ -1882,7 +1882,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