-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Fix edit log hole error caused by JournalWriter throwing uncached exception #55836
[BugFix] Fix edit log hole error caused by JournalWriter throwing uncached exception #55836
Conversation
@Mergifyio rebase |
✅ Branch has been successfully rebased |
bcf095f
to
0c625b7
Compare
@Mergifyio rebase |
Signed-off-by: gengjun-git <[email protected]>
✅ Branch has been successfully rebased |
0c625b7
to
db74aee
Compare
|
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]❌ fail : 0 / 3 (00.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
@Mergifyio backport branch-3.0 |
@Mergifyio backport branch-3.4 |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.1 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
…ached exception (#55836) Signed-off-by: gengjun-git <[email protected]> (cherry picked from commit f0b6292)
…ached exception (#55836) Signed-off-by: gengjun-git <[email protected]> (cherry picked from commit f0b6292)
…ached exception (#55836) Signed-off-by: gengjun-git <[email protected]> (cherry picked from commit f0b6292)
…ached exception (#55836) Signed-off-by: gengjun-git <[email protected]> (cherry picked from commit f0b6292)
…ached exception (#55836) Signed-off-by: gengjun-git <[email protected]> (cherry picked from commit f0b6292)
…ached exception (backport #55836) (#56016) Co-authored-by: gengjun-git <[email protected]>
…ached exception (backport #55836) (#56017) Co-authored-by: gengjun-git <[email protected]>
…ached exception (backport #55836) (#56013) Co-authored-by: gengjun-git <[email protected]>
…ached exception (backport #55836) (#56015) Co-authored-by: gengjun-git <[email protected]>
…ached exception (backport #55836) (#56014) Co-authored-by: gengjun-git <[email protected]>
Why I'm doing:
Regardless of what exception is thrown by writeOneBatch, the system should exit. If the next round of writeOneBatch is executed successfully, an edit log hole error will be generated because the log data in the queue has been lost.
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: