Class KillDatasourceMetadata

java.lang.Object
org.apache.druid.server.coordinator.duty.MetadataCleanupDuty
org.apache.druid.server.coordinator.duty.KillDatasourceMetadata
All Implemented Interfaces:
CoordinatorDuty

public class KillDatasourceMetadata extends MetadataCleanupDuty
CoordinatorDuty for automatic deletion of datasource metadata from the datasource table in metadata storage. (Note: datasource metadata only exists for datasource created from supervisor). Note that this class relies on the supervisorSpec.getDataSources names to match with the 'datasource' column of the datasource metadata table.