Welcome! Please see the About page for a little more info on how this works.

0 votes
in Cloud by

We get into a state where we see a lot of syncContext completed and\/or Request lifecycle recycled

  • What does it mean?
  • What can be done about it?

The stack trace is:

"Trace": [
            [
                "org.eclipse.jetty.server.AsyncContextState",
                "state",
                "AsyncContextState.java",
                52
            ],
            [
                "org.eclipse.jetty.server.AsyncContextState",
                "getResponse",
                "AsyncContextState.java",
                118
            ],
            [
                "cognitect.http_endpoint.jetty$respond_bbuf_STAR_",
                "invokeStatic",
                "jetty.clj",
                326
            ],
            [
                "cognitect.http_endpoint.jetty$respond_bbuf_STAR_",
                "invoke",
                "jetty.clj",
                323
            ],
            [
                "cognitect.http_endpoint.jetty$respond_bbuf",
                "invokeStatic",
                "jetty.clj",
                351
            ],
            [
                "cognitect.http_endpoint.jetty$respond_bbuf",
                "invoke",
                "jetty.clj",
                348
            ],
            [
                "cognitect.http_endpoint.Endpoint",
                "fail_request",
                "http_endpoint.clj",
                126
            ],
            [
                "cognitect.http_endpoint.Endpoint",
                "respond",
                "http_endpoint.clj",
                147
            ],
            [
                "cognitect.http_endpoint.Endpoint$fn__13082$state_machine__8637__auto____13127$fn__13129",
                "invoke",
                "http_endpoint.clj",
                199
            ],
            [
                "cognitect.http_endpoint.Endpoint$fn__13082$state_machine__8637__auto____13127",
                "invoke",
                "http_endpoint.clj",
                199
            ],
            [
                "clojure.core.async.impl.ioc_macros$run_state_machine",
                "invokeStatic",
                "ioc_macros.clj",
                978
            ],
            [
                "clojure.core.async.impl.ioc_macros$run_state_machine",
                "invoke",
                "ioc_macros.clj",
                977
            ],
            [
                "clojure.core.async.impl.ioc_macros$run_state_machine_wrapped",
                "invokeStatic",
                "ioc_macros.clj",
                982
            ],
            [
                "clojure.core.async.impl.ioc_macros$run_state_machine_wrapped",
                "invoke",
                "ioc_macros.clj",
                980
            ],
            [
                "clojure.core.async.impl.ioc_macros$take_BANG_$fn__5769",
                "invoke",
                "ioc_macros.clj",
                991
            ],
            [
                "clojure.core.async.impl.channels.ManyToManyChannel$fn__589$fn__590",
                "invoke",
                "channels.clj",
                95
            ],
            [
                "clojure.lang.AFn",
                "run",
                "AFn.java",
                22
            ],
            [
                "java.util.concurrent.ThreadPoolExecutor",
                "runWorker",
                "ThreadPoolExecutor.java",
                1149
            ],
            [
                "java.util.concurrent.ThreadPoolExecutor$Worker",
                "run",
                "ThreadPoolExecutor.java",
                624
            ],
            [
                "clojure.core.async.impl.concurrent$counted_thread_factory$reify__492$fn__493",
                "invoke",
                "concurrent.clj",
                29
            ],
            [
                "clojure.lang.AFn",
                "run",
                "AFn.java",
                22
            ],
            [
                "java.lang.Thread",
                "run",
                "Thread.java",
                748
            ]
        ]

Please log in or register to answer this question.

...