krishan1390 commented on code in PR #18381:
URL: https://github.com/apache/pinot/pull/18381#discussion_r3256918993
##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java:
##########
@@ -771,6 +817,31 @@ public ExecutorService getSegmentPreloadExecutor() {
return _segmentPreloadExecutor;
}
+ public ZkHelixPropertyStore<ZNRecord> getPropertyStore() {
+ return _propertyStore;
+ }
+
+ public ConcurrentMap<String, SegmentDataManager> getSegmentDataManagerMap() {
Review Comment:
updated
--
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]