This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 163f825 build: fix builds with static linkage
new bc4850f KUDU-2929: don't do nothing when under memory pressure
new 188fb42 log: separate out allocation logic
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/kudu/consensus/log-test.cc | 16 +-
src/kudu/consensus/log.cc | 495 ++++++++++++++++--------------
src/kudu/consensus/log.h | 339 ++++++++++++--------
src/kudu/tablet/tablet_bootstrap.cc | 2 +-
src/kudu/tserver/tablet_server-test.cc | 47 ++-
src/kudu/util/maintenance_manager-test.cc | 26 +-
src/kudu/util/maintenance_manager.cc | 11 +-
7 files changed, 552 insertions(+), 384 deletions(-)
|