Skip to content

Conversation

@morningman
Copy link
Contributor

Reproduce:

  1. start a routine load, send a routine load task to BE
  2. BE executes task successfully and commit to FE.
  3. Commit request failed on FE because database is renamed(throw db not found exception)
  4. After commit failed, BE will send rollback request to FE.
  5. FE receive this rollback request and mistakenly update the routine load progress,
    because the number of loaded rows in this rollback request's attachment is larger than 0

Reproduce:
1. start a routine load, send a routine load task to BE
2. BE executes task successfully and commit to FE.
3. Commit request failed on FE because database is renamed(throw db not found exception)
4. After commit failed, BE will send rollback request to FE.
5. FE receive this rollback request and mistakenly update the routine load progress,
   because the number of loaded rows in this rollback request's attachment is larger than 0
Copy link
Contributor

@EmmyMiao87 EmmyMiao87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@imay imay merged commit 7bf02d0 into apache:master Sep 19, 2019
@imay imay mentioned this pull request Sep 26, 2019
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.

3 participants