This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new aa32077d25 Fix wording to explain minAvailableReplicas better in
rebalance UI (#15367)
aa32077d25 is described below
commit aa32077d2524e001825cdba2749abf8db6ab2ff1
Author: Sonam Mandal <[email protected]>
AuthorDate: Tue Mar 25 10:16:54 2025 -0700
Fix wording to explain minAvailableReplicas better in rebalance UI (#15367)
---
.../Homepage/Operations/RebalanceServer/RebalanceServerOptions.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-controller/src/main/resources/app/components/Homepage/Operations/RebalanceServer/RebalanceServerOptions.ts
b/pinot-controller/src/main/resources/app/components/Homepage/Operations/RebalanceServer/RebalanceServerOptions.ts
index c71f72e0e6..028068d653 100644
---
a/pinot-controller/src/main/resources/app/components/Homepage/Operations/RebalanceServer/RebalanceServerOptions.ts
+++
b/pinot-controller/src/main/resources/app/components/Homepage/Operations/RebalanceServer/RebalanceServerOptions.ts
@@ -109,7 +109,7 @@ export const rebalanceServerOptions:
RebalanceServerOption[] = [
"defaultValue": -1,
"type": "INTEGER",
"label": "Min Available Replicas",
- "description": "For no-downtime rebalance, minimum number of replicas
to keep alive during rebalance, or maximum number of replicas allowed to be
unavailable if value is negative. Should not be 0 unless for downtime=true",
+ "description": "For no-downtime rebalance, minimum number of replicas
to keep alive during rebalance if value is positive, or 'numReplicas + value'
replicas to keep alive if value is negative (e.g. if -1, replicas to keep alive
= 'numReplicas + (-1)'). Should not be 0 unless for downtime=true",
"isAdvancedConfig": false,
"isStatsGatheringConfig": false,
"markWithWarningIcon": false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]