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 f9750e2da0 Make fields protected for DefaultRebalancePreChecker 
(#15091)
f9750e2da0 is described below

commit f9750e2da086a3906121a263ab58a1a5ae9c7f30
Author: Sonam Mandal <sonam.man...@startree.ai>
AuthorDate: Wed Feb 19 18:29:07 2025 -0800

    Make fields protected for DefaultRebalancePreChecker (#15091)
---
 .../controller/helix/core/rebalance/DefaultRebalancePreChecker.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/DefaultRebalancePreChecker.java
 
b/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/DefaultRebalancePreChecker.java
index b6a89208ee..d77aaa92d6 100644
--- 
a/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/DefaultRebalancePreChecker.java
+++ 
b/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/DefaultRebalancePreChecker.java
@@ -43,8 +43,8 @@ public class DefaultRebalancePreChecker implements 
RebalancePreChecker {
   public static final String NEEDS_RELOAD_STATUS = "needsReloadStatus";
   public static final String IS_MINIMIZE_DATA_MOVEMENT = 
"isMinimizeDataMovement";
 
-  private PinotHelixResourceManager _pinotHelixResourceManager;
-  private ExecutorService _executorService;
+  protected PinotHelixResourceManager _pinotHelixResourceManager;
+  protected ExecutorService _executorService;
 
   @Override
   public void init(PinotHelixResourceManager pinotHelixResourceManager, 
@Nullable ExecutorService executorService) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to