[
https://issues.apache.org/jira/browse/PHOENIX-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097520#comment-14097520
]
Jesse Yates commented on PHOENIX-1166:
--------------------------------------
If you aren't seeing it, I would recommend attaching a debugger to your calls
so you step through and see if the coprocessorHConnection is actually working.
If it isn't, then that's a bug for HBase and we should fix it there, not hack
around it here. If it is work, but not fast enough, maybe we can speed it up
there. Either way, this seems like a hack rather than a solution.
> Avoid HTable creation in coprocessors to write into local index table
> ---------------------------------------------------------------------
>
> Key: PHOENIX-1166
> URL: https://issues.apache.org/jira/browse/PHOENIX-1166
> Project: Phoenix
> Issue Type: Bug
> Reporter: rajeshbabu
> Assignee: rajeshbabu
> Fix For: 5.0.0, 4.1
>
> Attachments: PHOENIX-1166.patch
>
>
> Since data table regions and local index regions colocated, we can get index
> region directly from RS online regions and write to it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)