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

[jira] [Updated] (PHOENIX-4412) Tephra transaction context visibility level returns null instead of SNAPSHOT_ALL

     [ https://issues.apache.org/jira/browse/PHOENIX-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radivoje updated PHOENIX-4412:
------------------------------
       Flags: Important
    Priority: Critical  (was: Major)

> Tephra transaction context visibility level returns null instead of SNAPSHOT_ALL
> --------------------------------------------------------------------------------
>
>                 Key: PHOENIX-4412
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4412
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Radivoje
>            Priority: Critical
>
> This is on master branch but probably other versions are affected.
> The problem is in TephraTransactionContext
> {code:java}
>         case SNAPSHOT_ALL:
>             phoenixVisibilityLevel = PhoenixVisibilityLevel.SNAPSHOT_ALL;
>         default:
>             phoenixVisibilityLevel = null;
>         }
> {code}
> break; is missing



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