Skip to content

Failed initializing component ThreadPool in protocol UDP #687

Answered by belaban
eitan-rosenberg asked this question in Q&A
Discussion options

You must be logged in to vote

OK, so when running under a JDK that has virtual threads available, there's 2 things you can do:

  • If you want to use virtual threads, set use_virtual_threads="true" in UDP and use --enable-preview
  • If you don't want to use virtual threads, set use_virtual_threads="false" in UDP

If you run in a JVM that doesn't have virtual threads, you don't need to do anything and virtual thread won't (and can't) be used.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@eitan-rosenberg
Comment options

@belaban
Comment options

Answer selected by eitan-rosenberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants