Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 9c407a096 -> ed61837f5
PHOENIX-3734 Refactor Phoenix to use TAL instead of direct calls to Tephra (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ed61837f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ed61837f Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/ed61837f Branch: refs/heads/4.x-HBase-0.98 Commit: ed61837f5edaf81f9998e3eaf8dd8ee1368442fc Parents: 9c407a0 Author: Thomas <[email protected]> Authored: Thu Jul 6 11:09:20 2017 -0700 Committer: Thomas <[email protected]> Committed: Thu Jul 6 11:09:20 2017 -0700 ---------------------------------------------------------------------- .../org/apache/phoenix/transaction/TephraTransactionContext.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/ed61837f/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java b/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java index 83e7f99..7515a9c 100644 --- a/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java +++ b/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java @@ -364,8 +364,6 @@ public class TephraTransactionContext implements PhoenixTransactionContext { tephraVisibilityLevel = VisibilityLevel.SNAPSHOT_EXCLUDE_CURRENT; break; case SNAPSHOT_ALL: - System.out.println("OHAD Move to SNAPSHOT_ALL "); - System.out.flush(); tephraVisibilityLevel = VisibilityLevel.SNAPSHOT_ALL; break; default:
