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

[fix](stream load) do not throw exception but skip record when can not find database (#39360) #39527

Merged
merged 1 commit into from
Aug 19, 2024

Commits on Aug 18, 2024

  1. [fix](stream load) do not throw exception but skip record when can no…

    …t find database (apache#39360)
    
    When fetch stream load record from BE node, if can not find database,
    StreamLoadRecordMgr will throw exception and the remaining records will
    not be recorded in memory.
    
    For example: Ten stream load records were pulled, and the database
    associated with the stream load of the first record was deleted by the
    user. Therefore, the pull will end, resulting in the remaining nine
    records not being consumed recorded in memory.
    
    This pr do not throw exception but skip record when can not find
    database to solve this problem.
    sollhui committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c375f99 View commit details
    Browse the repository at this point in the history