You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2017/11/14 16:57:00 UTC

[jira] [Commented] (PHOENIX-4377) Port PHOENIX-3081 to HBase-2.0

    [ 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)