Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4819
to look at the new patch set (#3).
Change subject: KUDU-237 - Add support for REINSERT deltas in delta files
......................................................................
KUDU-237 - Add support for REINSERT deltas in delta files
This makes it so we encode REINSERT deltas on compaction and flush/apply
them when necessary.
This covers a long standing gap in row history which would sometimes
cause unrepeatable reads in cases where the same row was deleted and
then again inserted.
Change-Id: I9d421b8d2981a80c4485223b9b27a38d95e866a7
---
M src/kudu/tablet/compaction.cc
M src/kudu/tablet/compaction.h
M src/kudu/tablet/delta_compaction.cc
M src/kudu/tablet/deltafile.cc
M src/kudu/tablet/tablet-test.cc
5 files changed, 128 insertions(+), 51 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/4819/3
--
To view, visit http://gerrit.cloudera.org:8080/4819
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9d421b8d2981a80c4485223b9b27a38d95e866a7
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot