mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
fix worker category on Indexer node (#9510)
This commit is contained in:
parent
ff59d2e78b
commit
1ba1a3c523
@ -168,7 +168,7 @@ public class CliIndexer extends ServerRunnable
|
||||
config.getIp(),
|
||||
config.getCapacity(),
|
||||
config.getVersion(),
|
||||
WorkerConfig.DEFAULT_CATEGORY
|
||||
config.getCategory()
|
||||
);
|
||||
}
|
||||
|
||||
@ -180,7 +180,7 @@ public class CliIndexer extends ServerRunnable
|
||||
workerConfig.getIp(),
|
||||
workerConfig.getCapacity(),
|
||||
workerConfig.getVersion(),
|
||||
WorkerConfig.DEFAULT_CATEGORY
|
||||
workerConfig.getCategory()
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user