wenzhenghu commented on code in PR #64705:
URL: https://github.com/apache/doris/pull/64705#discussion_r3457623962
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2187,6 +2187,11 @@ public class Config extends ConfigBase {
@ConfField(description = {"The auto-refresh interval of the external meta
cache."})
public static long external_cache_refresh_time_minutes = 10; // 10 mins
+ // Enable manual miss load for external meta cache to avoid blocking
replayer on slow loaders.
+ @ConfField(mutable = true, masterOnly = false,
+ description = {"Whether external meta cache uses manual miss load
instead of Caffeine sync load."})
Review Comment:
set default true
--
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]