Skip to content

[optimize](load) Update Threshold for Force Flush in Batch Stream Load #561

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vinlee19
Copy link
Contributor

Proposed changes

The maximum stream load data is limited to 10GB by default in Apache Doris. If the data exceeds the streaming_load_max_mb limit, the task will fail. To prevent this issue, we can set a threshold for the stream load task to force a flush.

Issue Number: close #xxx

Problem Summary:

Describe the overview of changes.

Checklist(Required)

  1. Does it affect the original behavior: (Yes/No/I Don't know)
  2. Has unit tests been added: (Yes/No/No Need)
  3. Has document been added or modified: (Yes/No/No Need)
  4. Does it need to update dependencies: (Yes/No)
  5. Are there any changes that cannot be rolled back: (Yes/No)

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

@vinlee19 vinlee19 changed the title [optimize](load) optimize force flush threshold [optimize](load) Update Threshold for Force Flush in Stream Load Feb 18, 2025
@vinlee19 vinlee19 changed the title [optimize](load) Update Threshold for Force Flush in Stream Load [optimize](load) Update Threshold for Force Flush in Batch Stream Load Feb 18, 2025
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