somandal commented on code in PR #16931:
URL: https://github.com/apache/pinot/pull/16931#discussion_r2408078255
##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/InstanceDataManager.java:
##########
@@ -169,6 +169,11 @@ void reloadSegments(String tableNameWithType, List<String>
segmentNames, boolean
*/
int getMaxParallelRefreshThreads();
+ /**
+ * Returns true if background processing for SEGMENT_REFRESH is enabled,
false otherwise
Review Comment:
not that i am aware, just keeping this behind a config to test it out and
avoid changing behavior in OSS. once we have properly tested this out, we can
set this to on by default.
--
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]