Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10805

JettyHttpComponent does not stops created ans started QueuedThreadPool

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 2.16.1
    • None
    • camel-jetty
    • None
    • Unknown

    Description

      JettyHttpComponent creates QueuedThreadPool instance in it's connect(HttpConsumer), but does not stop/shuts down it neither in disconnect(HttpConsumer) nor in doStop().

      By default QueuedThreadPool operates with non-daemon threads (_daemon=false) and in case of gracefully shutdown, JVM will not be able to be stopped(process will still operates) due existence of these threads.

      Attachments

        Activity

          People

            Unassigned Unassigned
            anton.kabachkov Anton
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: