You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/11/23 17:04:11 UTC

[jira] [Comment Edited] (PHOENIX-2357) Prevent queries from failing because of scanners running into lease expiration

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

James Taylor edited comment on PHOENIX-2357 at 11/23/15 4:03 PM:
-----------------------------------------------------------------

You'll want to guard the "real" interface impl behind the lowest HBase client version that has this interface (0.98.13?) as you just want to prevent any class loader issues, but guard the non usage of the spooling and chunking iterators around the HBase *server* version with Lars' fix as this depends on the functionality actually working (0.98.18?).


was (Author: jamestaylor):
You'll want to guard the "real" interface impl behind the lowest HBase client version that has this interface (0.98.13?) as you just want to prevent any class loader issues, but guard the non usage of the spoiling and chunking iterators around the HBase *server* version with Lars' fix as this depends on the functionality actually working (0.98.18?).

> Prevent queries from failing because of scanners running into lease expiration
> ------------------------------------------------------------------------------
>
>                 Key: PHOENIX-2357
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2357
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Samarth Jain
>            Assignee: Samarth Jain
>         Attachments: PHOENIX-2357_wip.patch, PHOENIX-2357_wip2.patch, PHOENIX-2357_wip3.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)