Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 35d202019 -> 9178f569c


PHOENIX-4685 Properly handle connection caching for Phoenix inside 
RegionServers-addendum(Rajeshbabu)


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

Branch: refs/heads/4.x-HBase-1.1
Commit: 9178f569ca50a3ec90fffd5fa8de46cda9f5cafc
Parents: 35d2020
Author: Rajeshbabu Chintaguntla <rajeshb...@apache.org>
Authored: Tue May 8 20:37:50 2018 +0530
Committer: Rajeshbabu Chintaguntla <rajeshb...@apache.org>
Committed: Tue May 8 20:37:50 2018 +0530

----------------------------------------------------------------------
 phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9178f569/phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java 
b/phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java
index 5097245..451bc52 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java
@@ -27,7 +27,6 @@ import java.sql.SQLException;
 import java.util.HashMap;
 import java.util.Map;
 import java.util.concurrent.ExecutorService;
-import java.util.function.Function;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 

Reply via email to