You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by player13 <gi...@git.apache.org> on 2018/04/16 14:45:14 UTC

[GitHub] camel pull request #2297: CAMEL-12449: DefaultServiceLoadBalancer throws Ind...

GitHub user player13 opened a pull request:

    https://github.com/apache/camel/pull/2297

    CAMEL-12449: DefaultServiceLoadBalancer throws IndexOutOfBoundsException

    If no services remains after applying ServiceFilter in DefaultServiceLoadBalancer, expecting exception RejectedExecutionException("No active services with name " + serviceName), but throws IndexOutOfBoundsException.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/player13/camel CAMEL-12449

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2297.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2297
    
----
commit d7e85d89f1d2469862c9eadd5ecd82cb4a7aea8f
Author: Vadim R <83...@...>
Date:   2018-04-16T14:43:33Z

    CAMEL-12449: DefaultServiceLoadBalancer throws IndexOutOfBoundsException after applying ServiceFilter

----


---

[GitHub] camel pull request #2297: CAMEL-12449: DefaultServiceLoadBalancer throws Ind...

Posted by davsclaus <gi...@git.apache.org>.
Github user davsclaus closed the pull request at:

    https://github.com/apache/camel/pull/2297


---