You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2022/10/18 12:40:00 UTC

[jira] [Updated] (CAMEL-18617) Some health checks are hidden when running withg supervised controller enabled

     [ https://issues.apache.org/jira/browse/CAMEL-18617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Burgazzoli updated CAMEL-18617:
------------------------------------
    Summary: Some health checks are hidden when running withg supervised controller enabled  (was: Some health checks are hidden when running wiuthg supervised controller enabled)

> Some health checks are hidden when running withg supervised controller enabled
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-18617
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18617
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-health, camel-microprofile-health
>    Affects Versions: 3.18.2, 3.19.0
>            Reporter: Luca Burgazzoli
>            Priority: Major
>
> As follow up of https://issues.apache.org/jira/browse/CAMEL-18483, when enabling the supervise route controller, some heath checks are not included.
> With the supervisor disabled, we can see a camel-kafka check:
> {code:json}
> {
>     "checks": [
>         {
>             "name": "camel-routes",
>             "status": "UP"
>         },
>         {
>             "name": "camel-kafka",
>             "status": "UP"
>         },
>         {
>             "data": {
>                 "check.kind": "READINESS",
>                 "context.name": "camel-q",
>                 "context.status": "Started",
>                 "context.version": "3.18.3-SNAPSHOT"
>             },
>             "name": "context",
>             "status": "UP"
>         },
>         {
>             "name": "camel-consumers",
>             "status": "UP"
>         }
>     ],
>     "status": "UP"
> }
> {code}
> However with the supervisor enabled, the camel-kafka check is not reported:
> {code:json}
> {
>     "checks": [
>         {
>             "name": "camel-routes",
>             "status": "UP"
>         },
>         {
>             "data": {
>                 "check.kind": "READINESS",
>                 "context.name": "camel-q",
>                 "context.status": "Started",
>                 "context.version": "3.18.3-SNAPSHOT"
>             },
>             "name": "context",
>             "status": "UP"
>         },
>         {
>             "name": "camel-consumers",
>             "status": "UP"
>         }
>     ],
>     "status": "UP"
> }
> {code}



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