This is an automated email from the ASF dual-hosted git repository.
capistrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 8ed78f47186 Fixup doc (#19260)
8ed78f47186 is described below
commit 8ed78f4718607f7a0eb2090bfea97f7c99c9b86a
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Thu Apr 2 16:27:48 2026 -0700
Fixup doc (#19260)
---
docs/ingestion/supervisor.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ingestion/supervisor.md b/docs/ingestion/supervisor.md
index 8595912e846..592f0328cbe 100644
--- a/docs/ingestion/supervisor.md
+++ b/docs/ingestion/supervisor.md
@@ -288,7 +288,7 @@ The following screenshot shows the
[Supervisors](../operations/web-console.md#su

-Once started, the supervisor persists in the configured metadata database.
There can only be one supervisor per datasource. Submitting a second supervisor
spec for the same datasource overwrites the previous one.
+Once started, the supervisor persists in the configured metadata database.
Multiple supervisors can ingest into the same datasource. For details, see
[Multi-Supervisor Support](#multi-supervisor-support). Submitting a supervisor
spec with an existing supervisor ID overwrites the previous one.
When an Overlord gains leadership, either by being started or as a result of
another Overlord failing, it spawns a supervisor for each supervisor spec in
the metadata database. The supervisor then discovers running indexing tasks and
attempts to adopt them if they are compatible with the supervisor's
configuration. If they are not compatible, the tasks are terminated and the
supervisor creates a new set of tasks. This way, the supervisor ingestion tasks
persist across Overlord restarts a [...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]