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:59 UTC

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

Branch: refs/heads/branch-1.2
Commit: 8ca28360db8e7d9a775506a834d5f8d755ec8c70
Parents: ca57ef2
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:43 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/8ca28360/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