xiangfu0 commented on code in PR #19571:
URL: https://github.com/apache/pinot/pull/19571#discussion_r4087866547
##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java:
##########
@@ -176,6 +176,7 @@ public abstract class BaseTableDataManager implements
TableDataManager {
// Caches the latest TableConfig and Schema pair. The cache should not be
modified.
protected volatile Pair<TableConfig, Schema> _cachedTableConfigAndSchema;
+ private volatile IndexLoadingConfig _cachedIndexLoadingConfig;
Review Comment:
Addressed in 3640bc24f8. `_cachedIndexLoadingConfig` is now `protected`,
matching the adjacent table/schema cache.
--
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]