David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/4819
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, 124 insertions(+), 50 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/4819/1 -- To view, visit http://gerrit.cloudera.org:8080/4819 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9d421b8d2981a80c4485223b9b27a38d95e866a7 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
