Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-4412

Tephra transaction context visibility level returns null instead of SNAPSHOT_ALL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 5.1.0, 4.16.0
    • None
    • None
    • Important

    Description

      This is on master branch but probably other versions are affected.
      The problem is in TephraTransactionContext

              case SNAPSHOT_ALL:
                  phoenixVisibilityLevel = PhoenixVisibilityLevel.SNAPSHOT_ALL;
              default:
                  phoenixVisibilityLevel = null;
              }
      

      break; is missing

      Attachments

        Issue Links

          Activity

            People

              stoty Istvan Toth
              radivojen Radivoje
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: