vogievetsky commented on code in PR #17860:
URL: https://github.com/apache/druid/pull/17860#discussion_r2025023145
##########
web-console/src/druid-models/coordinator-dynamic-config/coordinator-dynamic-config.tsx:
##########
@@ -156,6 +157,19 @@ export const COORDINATOR_DYNAMIC_CONFIG_FIELDS:
Field<CoordinatorDynamicConfig>[
</>
),
},
+ {
+ name: 'turboLoadingNodes',
+ type: 'string-array',
+ info: (
+ <>
+ List of Historical servers to place in turbo loading mode. These
servers use a larger
+ thread-pool to load segments faster but at the cost of query
performance. For servers
+ specified in <Code>turboLoadingNodes</Code>,{' '}
+ <Code>druid.coordinator.loadqueuepeon.http.batchSize</Code> is ignored
and the coordinator
+ uses the value of the respective <Code>numLoadingThreads</Code>
instead.
Review Comment:
this text is just copied from the docs so the same change should probably be
done there. I can do it.
note: the philosophy I have is that the console is the docs that came to
life. The docs should always be the source of truth.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]