Skip to content

[iceberg] Retry transient REST DNS failures - #9903

Open
arthurgaubil wants to merge 1 commit into
apache:masterfrom
arthurgaubil:arthur.gaubil/iceberg-rest-dns-retry
Open

arthurgaubil wants to merge 1 commit into
apache:masterfrom
arthurgaubil:arthur.gaubil/iceberg-rest-dns-retry

Conversation

@arthurgaubil

@arthurgaubil arthurgaubil commented Sep 16, 2026

Copy link
Copy Markdown

Purpose

Retry Iceberg REST catalog DNS lookup failures with configurable exponential backoff. Five retries with a one-second initial delay are used by default; setting metadata.iceberg.unknown-host-retry.max-retries to 0 preserves immediate failure. Exhausted retries still propagate so publication cleanup and durable recovery remain safe.

Tests

mvn -o -Ppaimon-iceberg,fast-build -pl paimon-iceberg -DwildcardSuites=none -Dtest=IcebergRestMetadataCommitterTest test

All 30 tests passed, including transient recovery, exponential delay, disabled retries, exhaustion, and non-DNS failures. Generated configuration documentation was refreshed with mvn -o package -Pgenerate-docs -pl paimon-docs -DskipTests.

@arthurgaubil arthurgaubil changed the title [ADPS-1364][iceberg] Retry transient REST DNS failures [iceberg] Retry transient REST DNS failures Sep 16, 2026
@arthurgaubil
arthurgaubil force-pushed the arthur.gaubil/iceberg-rest-dns-retry branch from 829c990 to 769e3f5 Compare September 16, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant