Skip to content

Conversation

@qingfei1994
Copy link
Contributor

@qingfei1994 qingfei1994 commented Dec 18, 2025

Purpose

Linked issue: close #6825

Tests

DataFilePathFactory.java

API and Format

Documentation

with data-file.external-paths config and data-file.external-paths.strategy configured as entropy-inject, It will use a hash of the file name to create multi-level directory structures, so that the request sent to object storage will be distributed, preventing beting throttled.
the path will be something like '${data_external_path}/0001/1110/0101/1111/bucket-1/data-xxx.parquet'

@qingfei1994
Copy link
Contributor Author

@zhongyujiang @JingsongLi Could you help reivew when you have time? mainly leveraging the External Path concept and introduce the entropy-inject strategy to prevent being throttled by object storage.

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit f15bcfe into apache:master Dec 28, 2025
19 of 24 checks passed
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.

[Feature] Enable Entropy Inject for data file path to prevent being throttled by object storage

2 participants