Mike Percy has submitted this change and it was merged. Change subject: Short-circuit compaction when past "uncommitted" timestamp ......................................................................
Short-circuit compaction when past "uncommitted" timestamp Since redos are in timestamp order, we can short-circuit our traversal once we determine that the transactions in question are still uncommitted. Change-Id: I26922fb94572b7422b9230b3b5a3675bcd791c74 Reviewed-on: http://gerrit.cloudera.org:8080/3061 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/tablet/compaction.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3061 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I26922fb94572b7422b9230b3b5a3675bcd791c74 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
