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 0923488 util: stop using namespaces
new 8026237 [ranger] pass 'principal' and 'keytab' to the subprocess
new 1a21e92 rpc: reduce context switches and receive calls
new fefb433 rpc: use a lighter weight completion for sync RPCs
The 3 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/ranger/CMakeLists.txt | 3 +-
src/kudu/ranger/ranger_client.cc | 90 +++++++++++++++++--------
src/kudu/ranger/ranger_client.h | 18 +++--
src/kudu/rpc/connection.cc | 17 +++--
src/kudu/rpc/proxy.cc | 11 ++--
src/kudu/rpc/reactor.cc | 6 +-
src/kudu/rpc/transfer.cc | 70 +++++++++++++-------
src/kudu/rpc/transfer.h | 11 +++-
src/kudu/security/init.cc | 54 ++++++++-------
src/kudu/security/init.h | 6 ++
src/kudu/server/server_base.cc | 18 +----
src/kudu/util/notification.h | 137 +++++++++++++++++++++++++++++++++++++++
12 files changed, 324 insertions(+), 117 deletions(-)
create mode 100644 src/kudu/util/notification.h