[ 
https://issues.apache.org/jira/browse/PHOENIX-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251726#comment-16251726
 ] 

Josh Elser commented on PHOENIX-4377:
-------------------------------------

{noformat}
+    private boolean isConnectionClosed() {
+        return getConnection() != null || getConnection().isClosed() || 
getConnection().isAborted();
+    }
{noformat}

Should be {{getConnection() == null || ...}}, no?

> Port PHOENIX-3081 to HBase-2.0
> ------------------------------
>
>                 Key: PHOENIX-4377
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4377
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Ankit Singhal
>            Assignee: Ankit Singhal
>              Labels: HBase-2.0
>         Attachments: PHOENIX-4377.patch
>
>
> -- RegionServerService is not exposed by RegionCoprocessorEnvironment now. 
> -- Need to update the Mock tests accordingly



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to