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 4eff1e7 [net] KUDU-3184: Fix GetFQDN() when canonical name returns
null
new c6d438a [tserver] add test to reproduce KUDU-1587 conditions
new fc8615c KUDU-1587 part 1: load meter for ThreadPool
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:
src/kudu/tserver/tablet_server-test.cc | 133 ++++++++++++++++
src/kudu/util/threadpool-test.cc | 274 ++++++++++++++++++++++++++++++++-
src/kudu/util/threadpool.cc | 203 +++++++++++++++++++++---
src/kudu/util/threadpool.h | 154 ++++++++++++++++++
4 files changed, 736 insertions(+), 28 deletions(-)