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/02/06 02:07:36 UTC

[jira] [Comment Edited] (PHOENIX-1641) Add back the upgrade code in ConnectionQueryServicesImpl

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

James Taylor edited comment on PHOENIX-1641 at 2/6/15 1:07 AM:
---------------------------------------------------------------

I think you'd want if (currentTimestamp < MIN_TABLE_TIMESTAMP - 2) no? You want to go from the current value of MIN_TABLE_TIMESTAMP back to what it would have been, since MIN_TABLE_TIMESTAMP has been *increased* as we go.


was (Author: jamestaylor):
I think you'd want if (currentTimestamp < MIN_TABLE_TIMESTAMP - 2) no?

> Add back the upgrade code in ConnectionQueryServicesImpl
> --------------------------------------------------------
>
>                 Key: PHOENIX-1641
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1641
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Samarth Jain
>            Assignee: Samarth Jain
>             Fix For: 5.0.0, 4.3
>
>         Attachments: PHOENIX-1641.patch
>
>
> The code got removed in the commit: https://github.com/apache/phoenix/commit/58c80a1857659962d695bc8e5fe22b4e401b7f0a
>  



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