This is an automated email from the ASF dual-hosted git repository.
todd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from c8daf9a [rpc] Add RPC feature flag for Bloom filter predicate
new 9945954 Use popcnt instruction for Bits::Count
new a4b2881 rpc: relax limit on number of sidecars
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/gutil/bits.cc | 21 ++++++++++--
src/kudu/gutil/cpu.cc | 2 ++
src/kudu/gutil/cpu.h | 2 ++
src/kudu/rpc/inbound_call.cc | 3 +-
src/kudu/rpc/inbound_call.h | 4 +--
src/kudu/rpc/outbound_call.cc | 3 +-
src/kudu/rpc/outbound_call.h | 4 +--
src/kudu/rpc/rpc-test-base.h | 75 +++++++++++++++++++++----------------------
src/kudu/rpc/rpc-test.cc | 45 ++++++++++++++++++++------
src/kudu/rpc/rpc_sidecar.cc | 13 +++++---
src/kudu/rpc/rpc_sidecar.h | 10 +++---
src/kudu/rpc/rtest.proto | 17 +++++-----
src/kudu/rpc/transfer.cc | 2 +-
src/kudu/rpc/transfer.h | 2 +-
src/kudu/util/init.cc | 7 ++++
15 files changed, 134 insertions(+), 76 deletions(-)