This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


    from df5d75c1f [util] a function to check if IP address is among specified
     new cef110b31 KUDU-3393  C++ client support split a tablet to mutil ranges 
and concurrent scan data
     new ebb6d481f [rpc] fix typo --rpc_max_message_size flag validator
     new f88c33cca [KUDU-3420] Fixbug of list local replica

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/client/client-test.cc              | 229 ++++++++++++++++++++++++++++
 src/kudu/client/client.cc                   |   4 +
 src/kudu/client/client.h                    |   5 +
 src/kudu/client/meta_cache.cc               |  85 ++++++++++-
 src/kudu/client/meta_cache.h                |  27 +++-
 src/kudu/client/scan_token-internal.cc      |  70 ++++++---
 src/kudu/client/scan_token-internal.h       |   7 +
 src/kudu/rpc/transfer.cc                    |   1 +
 src/kudu/tools/kudu-tool-test.cc            |  10 ++
 src/kudu/tools/tool_action_local_replica.cc |   3 +-
 10 files changed, 415 insertions(+), 26 deletions(-)

Reply via email to