Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11032
Change subject: [tablet] clean-up on replay of WAL entries ...................................................................... [tablet] clean-up on replay of WAL entries Reduced number of memory allocations while reading WAL entries from disk during tablet bootstrap. This changelist also contains other changes in tablet_bootstrap.cc and corresponding WAL utilities: * simplified ownership of log entries read from disk * replaced gscoped_ptr with std::unique_ptr * other minor updates Change-Id: Ie39516b09e4c756e8af1d8e1a5604672c96a80cb --- M src/kudu/consensus/log-test-base.h M src/kudu/consensus/log-test.cc M src/kudu/consensus/log_reader.cc M src/kudu/consensus/log_reader.h M src/kudu/consensus/log_util.cc M src/kudu/consensus/log_util.h M src/kudu/consensus/raft_consensus_quorum-test.cc M src/kudu/integration-tests/log_verifier.cc M src/kudu/tablet/tablet_bootstrap.cc M src/kudu/tools/tool_action_common.cc M src/kudu/tools/tool_action_local_replica.cc 11 files changed, 254 insertions(+), 238 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/11032/1 -- To view, visit http://gerrit.cloudera.org:8080/11032 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie39516b09e4c756e8af1d8e1a5604672c96a80cb Gerrit-Change-Number: 11032 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
