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 ee5e856 [java] KUDU-3240 Make connection negotiation timeout
configurable for Java client
new 3a5cc44 [benchmarks] updated RLE benchmark
new bac76fc [util] optimized version of BitUtil::Ceil()
new f4fa4d2 [asan] improve asan success rate, kerberos context init and
destroy
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/benchmarks/rle.cc | 116 +++++++++++++++++++++-----------
src/kudu/security/init.cc | 77 +++++++++++++--------
src/kudu/security/init.h | 3 +
src/kudu/security/kinit_context.h | 13 ++++
src/kudu/server/server_base.cc | 2 +
src/kudu/util/bit-stream-utils.h | 4 +-
src/kudu/util/bit-stream-utils.inline.h | 4 +-
src/kudu/util/bit-util.h | 10 +++
src/kudu/util/rle-encoding.h | 8 +--
src/kudu/util/rle-test.cc | 8 +--
10 files changed, 167 insertions(+), 78 deletions(-)