You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/08 14:05:19 UTC

[GitHub] [camel-k-runtime] nicolaferraro opened a new issue #383: Event-loop blocked when using http component starting from knative

nicolaferraro opened a new issue #383:
URL: https://github.com/apache/camel-k-runtime/issues/383


   I've the following route:
   
   ```
       from("knative:event/market.btc.usdt")
           .removeHeaders("Camel*")
           .to("http://quarkus-ml.{{env:NAMESPACE}}.svc.cluster.local/samples")
           .setBody().constant("");
   ```
   
   If the target http service is down (e.g. scaled down by knative), it takes some seconds to have it running again, so the http call waits but blocks the event-loop:
   
   ```
   Jul 08, 2020 1:56:53 PM io.vertx.core.impl.BlockedThreadChecker
   WARNING: Thread Thread[vert.x-eventloop-thread-0,5,main]=Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2781 ms, time limit is 2000 ms
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k-runtime] lburgazzoli closed issue #383: Event-loop blocked when using http component starting from knative

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #383:
URL: https://github.com/apache/camel-k-runtime/issues/383


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org