abhishekrb19 commented on code in PR #19152:
URL: https://github.com/apache/druid/pull/19152#discussion_r2932372811


##########
docs/configuration/index.md:
##########
@@ -1719,13 +1719,13 @@ This prioritization strategy lowers the priority of 
queries that cross any of a
 
 This strategy can be enabled by setting 
`druid.query.scheduler.prioritization.strategy` to `threshold`.
 
-|Property|Description|Default|
-|--------|-----------|-------|
-|`druid.query.scheduler.prioritization.periodThreshold`|ISO duration threshold 
for how old data can be queried before automatically adjusting query 
priority.|none|
-|`druid.query.scheduler.prioritization.durationThreshold`|ISO duration 
threshold for maximum duration a queries interval can span before the priority 
is automatically adjusted.|none|
-|`druid.query.scheduler.prioritization.segmentCountThreshold`|Number threshold 
for maximum number of segments that can take part in a query before its 
priority is automatically adjusted.|none|
-|`druid.query.scheduler.prioritization.segmentRangeThreshold`|ISO duration 
threshold for maximum segment range a query can span before the priority is 
automatically adjusted.|none|
-|`druid.query.scheduler.prioritization.adjustment`|Amount to reduce the 
priority of queries which cross any threshold.|none|
+|Property|Description| Default |
+|--------|-----------|---------|
+|`druid.query.scheduler.prioritization.periodThreshold`|ISO duration threshold 
for how old data can be queried before automatically adjusting query priority.| 
none    |
+|`druid.query.scheduler.prioritization.durationThreshold`|ISO duration 
threshold for maximum duration a queries interval can span before the priority 
is automatically adjusted.| none    |
+|`druid.query.scheduler.prioritization.segmentCountThreshold`|Number threshold 
for maximum number of segments that can take part in a query before its 
priority is automatically adjusted.| none    |
+|`druid.query.scheduler.prioritization.segmentRangeThreshold`|ISO duration 
threshold for maximum segment range a query can span before the priority is 
automatically adjusted.| none    |
+|`druid.query.scheduler.prioritization.adjustment`|Amount to reduce the 
priority of queries which cross any threshold.| 5       |

Review Comment:
   could you preserve the table 
[formatting](https://github.com/apache/druid/blob/master/AGENTS.md#documentation)
 as-is?



-- 
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]

Reply via email to