This is an automated email from the ASF dual-hosted git repository.
tarmstrong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.
from 6bfa86f IMPALA-6894: Use an internal representation of query states
in ClientRequestState
new acddf76 [DOCS] Impala is not optimized for the IN operator when
accessing HBASE
new c7d2af1 IMPALA-9122 : Ignore FileNotFoundException when loading a
table
new 313d758 IMPALA-9235: add more per-connection stats to /rpcz
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:
be/src/kudu/rpc/connection.cc | 226 ++++++++++++++++++++-
be/src/kudu/rpc/connection.h | 7 +-
be/src/kudu/rpc/inbound_call.cc | 2 +-
be/src/kudu/rpc/inbound_call.h | 4 +-
be/src/kudu/rpc/messenger.cc | 6 +-
be/src/kudu/rpc/messenger.h | 10 +-
be/src/kudu/rpc/outbound_call.cc | 2 +-
be/src/kudu/rpc/outbound_call.h | 4 +-
be/src/kudu/rpc/reactor.cc | 12 +-
be/src/kudu/rpc/reactor.h | 12 +-
be/src/kudu/rpc/rpc_introspection.proto | 34 +++-
be/src/kudu/rpc/rpc_stub-test.cc | 8 +-
be/src/rpc/rpc-mgr.cc | 67 +++++-
be/src/util/CMakeLists.txt | 1 +
be/src/util/json-util.cc | 164 +++++++++++++++
be/src/util/json-util.h | 20 +-
docs/topics/impala_hbase.xml | 31 +--
.../org/apache/impala/common/FileSystemUtil.java | 21 +-
tests/custom_cluster/test_event_processing.py | 2 +-
tests/webserver/test_web_pages.py | 36 +++-
www/rpcz.tmpl | 106 +++++++++-
21 files changed, 699 insertions(+), 76 deletions(-)
create mode 100644 be/src/util/json-util.cc