You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/12/06 09:11:07 UTC

[GitHub] [incubator-doris] morningman opened a new issue #2404: [Load][Bug] load channel manager add batch with unknown load id: xxx

morningman opened a new issue #2404: [Load][Bug] load channel manager add batch with unknown load id: xxx
URL: https://github.com/apache/incubator-doris/issues/2404
 
 
   **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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org