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 (#5). Change subject: KUDU-237 (part 2) - Add support for REINSERT deltas in delta files ...................................................................... KUDU-237 (part 2) - 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, 133 insertions(+), 57 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/4819/5 -- 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: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <dral...@apache.org> Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <mpe...@apache.org> Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <t...@apache.org>