Skip to content
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

[jvm-packages] fix potential TaskFailedListener's callback won't be called #6612

Merged
merged 1 commit into from Jan 21, 2021

Conversation

wbo4958
Copy link
Contributor

@wbo4958 wbo4958 commented Jan 18, 2021

there is a possibility that onJobStart of TaskFailedListener won't be called, if
the job is submitted before the other thread call addSparkListener.

detail can be found at #6019 (comment)

@wbo4958
Copy link
Contributor Author

wbo4958 commented Jan 18, 2021

@hcho3 could you review this change and check the CI issue?

@trivialfis
Copy link
Member

Please rebase to master.

there is possibility that onJobStart of TaskFailedListener won't be called, if
the job is submitted before the other thread adds addSparkListener.

detail can be found at dmlc#6019 (comment)
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.

None yet

3 participants