eric-maynard commented on code in PR #490:
URL: https://github.com/apache/polaris/pull/490#discussion_r2000202023
##########
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java:
##########
@@ -183,4 +184,11 @@ protected FeatureConfiguration(
"How many times to retry refreshing metadata when the previous
error was retryable")
.defaultValue(2)
.buildFeatureConfiguration();
+
+ public static final FeatureConfiguration<Long> ENTITY_CACHE_WEIGHER_TARGET =
+ PolarisConfiguration.<Long>builder()
+ .key("ENTITY_CACHE_WEIGHER_TARGET")
+ .description("The target weight for the entity cache.")
Review Comment:
This has been discussed at length since reviews began a few months ago; see
[this
comment](https://github.com/apache/polaris/pull/490#discussion_r1861191589) and
[this
comment](https://github.com/apache/polaris/pull/490#discussion_r1996336633) for
more context.
--
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]