This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from a6547febaf Remove unused coordinator dynamic configs (#14524)
add 87bb1b9709 Fix bug during initialization of HttpServerInventoryView
(#14517)
No new revisions were added by this update.
Summary of changes:
docs/operations/metrics.md | 5 +-
.../overlord/hrtr/HttpRemoteTaskRunner.java | 2 +-
.../druid/indexing/overlord/hrtr/WorkerHolder.java | 5 +-
.../overlord/hrtr/HttpRemoteTaskRunnerTest.java | 2 +-
.../indexing/overlord/hrtr/WorkerHolderTest.java | 1 +
.../apache/druid/java/util/common/Stopwatch.java | 111 +++
.../druid/java/util/common/StopwatchTest.java | 70 ++
.../java/util/metrics/StubServiceEmitter.java | 10 +
.../java/org/apache/druid/client/DruidServer.java | 13 +
.../FilteredHttpServerInventoryViewProvider.java | 12 +
.../druid/client/HttpServerInventoryView.java | 191 +++---
.../client/HttpServerInventoryViewProvider.java | 12 +
.../apache/druid/discovery/DiscoveryDruidNode.java | 24 +
.../coordination/ChangeRequestHttpSyncer.java | 213 +++---
.../druid/client/HttpServerInventoryViewTest.java | 757 +++++++++++++--------
.../druid/client/TestChangeRequestHttpClient.java | 164 +++++
16 files changed, 1116 insertions(+), 476 deletions(-)
create mode 100644
processing/src/main/java/org/apache/druid/java/util/common/Stopwatch.java
create mode 100644
processing/src/test/java/org/apache/druid/java/util/common/StopwatchTest.java
create mode 100644
server/src/test/java/org/apache/druid/client/TestChangeRequestHttpClient.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]