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

[Load][Bug] load channel manager add batch with unknown load id: xxx #2404

Closed
morningman opened this issue Dec 6, 2019 · 0 comments
Closed
Assignees
Labels
kind/fix Categorizes issue or PR as related to a bug.
Milestone

Comments

@morningman
Copy link
Contributor

Describe the bug
When performing a long-time load job, the following errors may occur. Causes the load to fail.

load channel manager add batch with unknown load id: xxx

There is a case of this error because Doris opened an unrelated channel during the load
process. This channel will not receive any data during the entire load process. Therefore,
after a fixed timeout, the channel will be released.

And after the entire load job is completed, it will try to close all open channels. When it try to
close this channel, it will find that the channel no longer exists and an error is reported.

@morningman morningman added the kind/fix Categorizes issue or PR as related to a bug. label Dec 6, 2019
@morningman morningman added this to the 0.12.0 milestone Dec 6, 2019
@morningman morningman self-assigned this Dec 6, 2019
@imay imay closed this as completed Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/fix Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants