-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug] [improve] Flink TM will shutdown in specific case. #270
Comments
Is there any error logs in TM or JM? |
2024-12-26 08:46:31,378 WARN com.alibaba.fluss.client.write.Sender [] - Get error write response on table bucket TableBucket{tableId=5, bucket=0}, retrying (2147360609 attempts left). Error: OUT_OF_ORDER_SEQUENCE_EXCEPTION. Error Message: Out of order batch sequence for writer 4 at offset 7050 in table-bucket TableBucket{tableId=5, bucket=0} : 1 (incoming batch seq.), -1 (current batch seq.) |
Search before asking
Fluss version
0.6-SNAPSHOT
Minimal reproduce step
Deleting a table which is writing by flink will cause many exceptions in TaskManager, when user cancal this flink job, the job will be in
CANCELLING
status until TaskManager shutdown.CANCELLING
status until TaskManager shutdown.What doesn't meet your expectations?
No.
Anything else?
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: