This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 45af2ad [spark] Replace bad Guava import
new 07e3622 tablet copy client: delete WAL data using existing function
new 37c3a96 compression: fix handling of NO_COMPRESSION
new ceeabc5 rpc-test-base.h: squelch a warning
new 0f22f12 file cache: evict open fd when descriptor goes out of scope
The 4 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/cfile/cfile_writer.cc | 8 ++------
src/kudu/consensus/log-test.cc | 4 ++--
src/kudu/consensus/log.cc | 11 +++--------
src/kudu/integration-tests/disk_reservation-itest.cc | 2 +-
.../integration-tests/raft_consensus-itest-base.cc | 3 +--
src/kudu/integration-tests/raft_consensus-itest.cc | 4 ++--
src/kudu/integration-tests/ts_recovery-itest.cc | 2 +-
src/kudu/rpc/rpc-test-base.h | 4 +++-
src/kudu/tserver/tablet_copy_client.cc | 11 +++++------
src/kudu/tserver/tablet_copy_client.h | 6 ++++--
src/kudu/util/compression/compression_codec.cc | 2 +-
src/kudu/util/file_cache-test.cc | 12 ++++++------
src/kudu/util/file_cache.cc | 18 +++++++++++++-----
src/kudu/util/file_cache.h | 10 +++++-----
14 files changed, 49 insertions(+), 48 deletions(-)