You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/08/30 08:14:00 UTC

[jira] [Created] (CAMEL-18440) camel-core - Stopping routes via management APIs should not make health-check fail

Claus Ibsen created CAMEL-18440:
-----------------------------------

             Summary: camel-core - Stopping routes via management APIs should not make health-check fail
                 Key: CAMEL-18440
                 URL: https://issues.apache.org/jira/browse/CAMEL-18440
             Project: Camel
          Issue Type: Improvement
          Components: camel-core, jmx
            Reporter: Claus Ibsen
             Fix For: 3.19.0


If you stop routes via JMX or some other management APIs then the health-check is reporting this as down.

Here we have stopped the chuck app and 0 out of 3 routes is running and the ready is 0/6 (eg down)

{code}
  PID   NAME        CAMEL            PLATFORM  READY  STATUS    AGE    ROUTE  TOTAL  FAILED  INFLIGHT  SINCE-LAST
 64673  bar.yaml    3.19.0-SNAPSHOT  JBang      1/1   Running  28m11s    1/1   1617       0         0          0s
 64686  chuck.yaml  3.19.0-SNAPSHOT  JBang      0/6   Running   28m9s    0/3    224       2         0      15m25s
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)