J-HowHuang commented on code in PR #17623:
URL: https://github.com/apache/pinot/pull/17623#discussion_r2795026072


##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java:
##########
@@ -179,8 +179,12 @@ public void init(InstanceDataManagerConfig 
instanceDataManagerConfig, HelixManag
     _propertyStore = helixManager.getHelixPropertyStore();
     _segmentLocks = segmentLocks;
     _segmentReloadSemaphore = segmentReloadSemaphore;
-    _segmentReloadRefreshExecutor = segmentReloadRefreshExecutor;
-    _segmentPreloadExecutor = segmentPreloadExecutor;
+    _segmentReloadRefreshExecutor = new 
SegmentOperationsExecutorService(segmentReloadRefreshExecutor,

Review Comment:
   context: 
https://github.com/apache/pinot/pull/16931#pullrequestreview-3311545141



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