Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliyun: Add loading oss file into memory option to OSS client properties #10062

Closed
wants to merge 2 commits into from

Conversation

Zelin1203
Copy link

@Zelin1203 Zelin1203 commented Mar 29, 2024

OSS will close connections that have not sent or received data for more than 1 minute. When the backpressure time of Flink is too long, it will throw an exception and cause the Flink task to crash. Consulting with Alibaba Cloud official, it was found that the OSS client does not have a configuration option to increase timeout time. Therefore, a configuration option was added to load all OSS files into memory first, and then read data from memory.

There was already an issue about Spark before
#5963

Copy link

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 24, 2024
Copy link

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants