Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](cloud) should do check before abort transaction (apache#40463)
When routine load task transaction is abort, it should do check before abort transaction, otherwise, it may cause concurrent modifications to the `routineLoadTaskInfoList`, which in the Java language may result in elements in the list being null, leading to a loop throwing NullPointerException during scheduling and making it impossible to schedule routine load task to consume Kafka stream.
- Loading branch information