Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-12567

Graceful shutdown doesn't work with Karaf camel undertow

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.6-CR1
    • fuse-7.6-DR1
    • Fuse on Openshift
    • None
    • % %
    • Hide
      1. Unzip attached reproducer
      2. log on Openshift via 'oc login' and create a test project 'oc new-project'
      3. Deploy reproducer app mvn clean install && mvn fabric8:deploy
      4. Send request on the route with
        curl http://<your-openshift-route>/rest/srv/count?count=5&cid=42&delay=20000

        Which will start the route and delays it for 20sec

      5. Wait eg. 10sec, connect via ssh to the container node and kill the docker container with TERM signal with
         docker kill --signal=TERM <container-id>
      6. See that the response from the route was not successful (it should be 948a3163-40c5-4e95-b0c9-69bce8c4667b 6, but I get 502 Bad Gateway HTTP respone)
      Show
      Unzip attached reproducer log on Openshift via 'oc login' and create a test project 'oc new-project' Deploy reproducer app mvn clean install && mvn fabric8:deploy Send request on the route with curl http://<your-openshift-route>/rest/srv/count?count=5&cid=42&delay=20000 Which will start the route and delays it for 20sec Wait eg. 10sec, connect via ssh to the container node and kill the docker container with TERM signal with docker kill --signal=TERM <container-id> See that the response from the route was not successful (it should be 948a3163-40c5-4e95-b0c9-69bce8c4667b 6, but I get 502 Bad Gateway HTTP respone)

    Description

      Similar to https://issues.redhat.com/browse/ENTESB-9203.

      Graceful shutdown doesn't work with Karaf camel undertow.

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            fmongiar@redhat.com Francesco Mongiardo
            Francesco Mongiardo Francesco Mongiardo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: