maytasm commented on a change in pull request #11440:
URL: https://github.com/apache/druid/pull/11440#discussion_r669041029
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/overlord/autoscaling/PendingTaskBasedWorkerProvisioningConfig.java
##########
@@ -29,6 +29,8 @@
@JsonProperty
private int maxScalingStep = 10;
+ @JsonProperty
+ private Integer workerCapacityFallback = null;
Review comment:
I wanted to use null as value not set. I guess I can also use -1 to do
the same thing (value not set and do current behavior)
--
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]