Skip to content

[filesystem] support report access extended information to DLF OSS#7337

Open
shyjsarah wants to merge 3 commits intoapache:masterfrom
shyjsarah:dev-fileio-agent
Open

[filesystem] support report access extended information to DLF OSS#7337
shyjsarah wants to merge 3 commits intoapache:masterfrom
shyjsarah:dev-fileio-agent

Conversation

@shyjsarah
Copy link
Contributor

@shyjsarah shyjsarah commented Mar 3, 2026

Purpose

This PR adds support for DLF access tracking in Paimon's REST Catalog integration. When enabled, the access tracking extended info returned by getTableToken is propagated to the underlying FileIO (e.g., JindoFileIO) as part of the OSS User-Agent header, enabling partition-level access statistics on the DLF side.

Configuration Options:

  • dlf.access-tracking.enabled (boolean, default false): Server-side catalog-level configuration. Should be enabled when partition-level access statistics are needed.

Tests

org.apache.paimon.jindo.TestJindoDlfAccessTracking

API and Format

Documentation

Generative AI tooling

@shyjsarah shyjsarah changed the title [WIP][filesystem] support report access extended information to DLF OSS [filesystem] support report access extended information to DLF OSS Mar 3, 2026
.withDescription("Whether to support data token provided by the REST server.");

public static final ConfigOption<String> DLF_ACCESS_TRACKING_EXTENDED_INFO =
ConfigOptions.key("dlf.access-tracking.extended-info")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this option, enable or disable should be configured in remote Rest server.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update

@shyjsarah shyjsarah closed this Mar 4, 2026
@shyjsarah shyjsarah reopened this Mar 4, 2026
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.

2 participants