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 fb8587bb92 Fix tooltip wording for a couple of rebalance options in
the UI (#15336)
fb8587bb92 is described below
commit fb8587bb9222b5cf957d39c6e3cb30fa9e9c39e4
Author: Sonam Mandal <[email protected]>
AuthorDate: Thu Mar 20 14:28:53 2025 -0700
Fix tooltip wording for a couple of rebalance options in the UI (#15336)
---
.../Homepage/Operations/RebalanceServer/RebalanceServerOptions.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 3aaf3a22fa..c71f72e0e6 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
@@ -102,7 +102,7 @@ export const rebalanceServerOptions:
RebalanceServerOption[] = [
"isAdvancedConfig": false,
"isStatsGatheringConfig": false,
"markWithWarningIcon": true,
- "toolTip": "Enabling can cause downtime if replication > 1"
+ "toolTip": "Enabling can cause downtime, double check if downtime is
acceptable if replication > 1"
},
{
"name": "minAvailableReplicas",
@@ -133,7 +133,7 @@ export const rebalanceServerOptions:
RebalanceServerOption[] = [
"isAdvancedConfig": true,
"isStatsGatheringConfig": false,
"markWithWarningIcon": true,
- "toolTip": "Enabling can cause downtime even if downtime = true"
+ "toolTip": "Enabling can cause downtime even if downtime=false"
},
{
"name": "externalViewStabilizationTimeoutInMs",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]