Skip to content

Vert.x ( 1.5.7 ) warnings for thread blocked. #1403

Answered by msavy
iamakashk asked this question in Help
Discussion options

You must be logged in to vote

It suggests that you have something that is blocking up a Vert.x event loop thread for a very long time.

This is extremely bad for performance as Vert.x is based on the reactor model, and locking an event loop thread will block that reactor's entire handler queue until whatever is doing the blocking releases it. Effectively taking an entire core out of action for a while.

It looks like you're doing something blocking with JMX in your policy perhaps?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iamakashk
Comment options

@iamakashk
Comment options

Answer selected by msavy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants