Simon Billingsley
Simon Billingsley
We created an extension function for `Route` to allow the coroutine context to be managed for the route. Now I would like to upgrade to Vertx 4.3.1 but I cannot...
I would also like this option, for release and feature branches...
Hi @ben-manes Just to add to this, I also get this issue for a couple of dependencies: ``` org.apache.logging.log4j:log4j-core:3.0.0-beta2: 3.0.0-beta2 -> stable=false org.apache.logging.log4j:log4j-core:3.0.0-beta1: 3.0.0-beta1 -> stable=false org.apache.logging.log4j:log4j-core:3.0.0-alpha1: 3.0.0-alpha1 -> stable=false...
I would also like to hide the Dock icon and/or hide the Menu bar
There was an additional blocked thread report for the same container during startup: `Thread Thread[vert.x-eventloop-thread-1,5,main] has been blocked for 2594 ms, time limit is 2000 ms` ``` io.vertx.core.VertxException: Thread blocked...
> I see you reported another blocked error (DNS) based on Kotlin, I am wondering if Kotlin coroutines is not related to that instead of Vert.x For the SQL client...
Some more stacks: This is from 2 pods starting at the same time, so some of the stacks may be repeated... pod1: `Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2388 ms,...
And another: Note: this error occurred about 3 minutes after the k8s pod started. So it is likely the first time the consumer joined the kafka cluster. `Thread Thread[vert.x-eventloop-thread-1,5,main] has...
> when it happens can you make a thread dump ? how long does it block ? As reported: 2806 ms This is on a production instance, so no I...
> does it always happen with the same stack trace ? We've only just started tracking blocked threads, for some reason we only logged vertx `errors` and were ignoring `warnings`....