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 ecb51af80 KUDU-3508 increase Ranger start timeout to 120 seconds
new 63ca4b5b4 [client] fix doxygen warnings
new 86bdc679f [util] deprecate {MonoTime,MonoDelta}::Equals() methods
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:
docs/support/doxygen/client_api.doxy.in | 13 +++
src/kudu/client/client.h | 22 ++--
src/kudu/client/write_op.h | 2 +
src/kudu/consensus/time_manager-test.cc | 3 +-
src/kudu/integration-tests/master-stress-test.cc | 6 +-
src/kudu/rpc/exactly_once_rpc-test.cc | 13 +--
src/kudu/rpc/result_tracker.cc | 11 +-
src/kudu/util/monotime-test.cc | 19 ++--
src/kudu/util/monotime.cc | 122 +++++++++++------------
src/kudu/util/monotime.h | 72 ++++++++-----
src/kudu/util/threadpool.cc | 6 +-
11 files changed, 166 insertions(+), 123 deletions(-)