You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/25 12:14:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17238711#comment-17238711 ] 

ASF GitHub Bot commented on PHOENIX-4412:
-----------------------------------------

stoty opened a new pull request #988:
URL: https://github.com/apache/phoenix/pull/988


   … instead of SNAPSHOT_ALL


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Assignee: Istvan Toth
>            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
(v8.3.4#803005)