Github user ohadshacham commented on a diff in the pull request: https://github.com/apache/incubator-omid/pull/46#discussion_r223975342 --- Diff: hbase-client/src/main/java/org/apache/omid/transaction/SnapshotFilterImpl.java --- @@ -240,7 +261,8 @@ public CommitTimestamp locateCellCommitTimestamp(long cellStartTimestamp, long e CellUtil.cloneQualifier(cell), cell.getTimestamp()), commitCache, - tableAccessWrapper)); + tableAccessWrapper), + isLowLatency); --- End diff -- indent
---