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

add timeout for gracefully shutdown of event group #1701

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

BioComputerSience
Copy link
Contributor

The shutdown of the worker group stuck at line: eventExecutors.shutdownGracefully().awaitUninterruptibly();
So add a timeout for this.

@ottlukas
Copy link
Contributor

ottlukas commented Jul 12, 2024

Why specifically to a value of 2000?
eventExecutors.shutdownGracefully().awaitUninterruptibly(2000);

@ottlukas ottlukas added the java Pull requests that update Java code label Jul 12, 2024
Copy link
Contributor

@chrisdutz chrisdutz left a comment

Choose a reason for hiding this comment

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

LGTM

@chrisdutz chrisdutz closed this Jul 12, 2024
@ottlukas
Copy link
Contributor

LGTM

LGTM = Looks Good To Me

Try to avoid acronyms.

@chrisdutz chrisdutz reopened this Jul 17, 2024
@chrisdutz chrisdutz merged commit 7b6b908 into apache:develop Jul 17, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants