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 fbde237  Add basic support for UNIX domain sockets
     new c7c4d47  Avoid calling Schema::find_column() once per RowBlock in 
columnar serialization
     new adf5d9f  columnar_serialization: avoid preallocating 8MB per column
     new cd95fef  mini-cluster: exclude libpcre for license check
     new be68ce8  client/tserver: add support for connecting over unix domain 
sockets

The 4 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:
 .../relocate_binaries_for_mini_cluster.py          |  5 +-
 src/kudu/client/client-internal.cc                 |  9 ++-
 src/kudu/client/client-test.cc                     | 30 +++++++-
 src/kudu/client/meta_cache.cc                      | 40 +++++++++-
 src/kudu/client/meta_cache.h                       |  7 ++
 src/kudu/common/columnar_serialization.cc          | 61 ++++++++-------
 src/kudu/common/columnar_serialization.h           | 47 +++++++++---
 src/kudu/common/wire_protocol-test.cc              | 14 ++--
 src/kudu/common/wire_protocol.cc                   |  2 +
 src/kudu/common/wire_protocol.proto                |  5 ++
 src/kudu/master/catalog_manager.cc                 |  3 +
 src/kudu/master/master.proto                       |  5 ++
 src/kudu/rpc/acceptor_pool.cc                      | 15 +++-
 src/kudu/server/rpc_server.cc                      | 12 ++-
 src/kudu/server/rpc_server.h                       |  4 +
 src/kudu/server/server_base.cc                     | 17 +++++
 src/kudu/tserver/heartbeater.cc                    |  8 ++
 src/kudu/tserver/tablet_service.cc                 | 87 ++++++++++++++--------
 src/kudu/util/net/sockaddr.cc                      |  3 +
 src/kudu/util/net/sockaddr.h                       | 12 +++
 20 files changed, 295 insertions(+), 91 deletions(-)

Reply via email to