Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/13821
to look at the new patch set (#2).
Change subject: KUDU-2855 Lazy-create DeltaMemStore on first update
......................................................................
KUDU-2855 Lazy-create DeltaMemStore on first update
This patch supports lazy-create DeltaMemStrore on first update to
save memory and to fast-path out any DMS-related code. The created
DeltaMemStore will be destroyed on the following flush.
Change-Id: Ie0c565d86647d5144266b30aa6e8572d42db48c6
---
M src/kudu/tablet/delta_tracker.cc
M src/kudu/tablet/delta_tracker.h
M src/kudu/tablet/diskrowset-test.cc
3 files changed, 82 insertions(+), 46 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/21/13821/2
--
To view, visit http://gerrit.cloudera.org:8080/13821
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie0c565d86647d5144266b30aa6e8572d42db48c6
Gerrit-Change-Number: 13821
Gerrit-PatchSet: 2
Gerrit-Owner: helifu <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)