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

[PJLink] Fix RejectedExecutionException on discovery #16119

Merged
merged 1 commit into from
Dec 28, 2023

Commits on Dec 26, 2023

  1. [PJLink] forget threadpool after it was shutdown

    This is an issue if the user cancels/restarts discovery scans, new tasks were added to the shutdown threadpool.
    With this PR, a new threadpool will be created on the next scan in getExecutorService().
    
    Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
    nils committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    356b123 View commit details
    Browse the repository at this point in the history