Skip to content

Conversation

@Hisoka-X
Copy link
Member

Purpose of this pull request

This PR fix doris stream load thread not read any data cause writer can not write data into buffer. Finally writer can not check exception because the thread stucked.

Does this PR introduce any user-facing change?

no

How was this patch tested?

tested in local. hard to add test case.

Check list

if (loadException != null) {
throw new RuntimeException("error while loading data.", loadException);
} else {
executorThread = Thread.currentThread();
Copy link
Member Author

Choose a reason for hiding this comment

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

Before this PR, the executorThread value not right. So that stream load check error thread can not interupt write thread normally.

@Hisoka-X Hisoka-X added this to the 2.3.5 milestone Mar 25, 2024
Copy link
Member

@liugddx liugddx left a comment

Choose a reason for hiding this comment

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

lgtm

@EricJoy2048 EricJoy2048 merged commit 341615f into apache:dev Mar 27, 2024
@Hisoka-X Hisoka-X deleted the doris-write-failed branch March 29, 2024 10:36
chaorongzhi pushed a commit to chaorongzhi/seatunnel that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants