dimas-b commented on code in PR #4408:
URL: https://github.com/apache/polaris/pull/4408#discussion_r3230507131


##########
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java:
##########
@@ -466,6 +466,16 @@ public static void enforceFeatureEnabledOrThrow(
           .defaultValue(false)
           .buildFeatureConfiguration();
 
+  public static final FeatureConfiguration<Long> SIBLING_TIMEOUT_MILLIS =
+      PolarisConfiguration.<Long>builder()
+          .key("SIBLING_TIMEOUT_MILLIS")

Review Comment:
   no longer used



##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java:
##########
@@ -2725,4 +2736,37 @@ private Page<TableIdentifier> listTableLike(
   private int getMaxMetadataRefreshRetries() {
     return 
realmConfig.getConfig(FeatureConfiguration.MAX_METADATA_REFRESH_RETRIES);
   }
+
+  /**
+   * Sub-classing {@link CommitFailedException} to cause Conflict (409) errors 
at the REST API level
+   * if this exceptio escaped, instead of Server Error (500).

Review Comment:
   no longer used



-- 
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]

Reply via email to