File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ The duties will be grouped into multiple groups as per the elements in list `dru
326326All duties in the same group will have the same run period configured by ` druid.coordinator.<GROUP_NAME>.period ` .
327327Currently, there is a single thread running the duties sequentially for each group.
328328
329- For example, see ` KillSupervisorsCustomDuty ` for a custom coordinator duty implementation and the ` CustomSupervisorCleanupDutyTest `
330- integration test loads ` KillSupervisorsCustomDuty ` using the configs below.
329+ For example, see ` KillSupervisorsCustomDuty ` for a custom coordinator duty implementation and the ` KillSupervisorsCustomDutyTest `
330+ integration test which loads ` KillSupervisorsCustomDuty ` using the configs below.
331331
332332``` properties
333333druid.coordinator.dutyGroups =[" cleanupMetadata" ]
You can’t perform that action at this time.
0 commit comments