You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: HystrixCollapser$0 HystrixCollapser failed while executing.
at com.netflix.hystrix.HystrixCollapser.execute(HystrixCollapser.java:302)
at com.netflix.hystrix.core.proxy$com.netflix.hystrix.HystrixCollapser$0.execute(Unknown Source)
at com.netflix.hystrix.core$execute.doInvoke(core.clj:465)
at clojure.lang.RestFn.applyTo(RestFn.java:139)
at clojure.core$apply.invoke(core.clj:619)
...
Caused by: java.lang.IllegalStateException: HystrixRequestContext.initializeContext() must be called at the beginning of each request before RequestVariable functionality can be used.
at com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableDefault.get(HystrixRequestVariableDefault.java:79)
at com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableHolder.get(HystrixRequestVariableHolder.java:68)
at com.netflix.hystrix.HystrixCollapser.getCollapserForUserRequest(HystrixCollapser.java:392)
at com.netflix.hystrix.HystrixCollapser.queue(HystrixCollapser.java:321)
at com.netflix.hystrix.core.proxy$com.netflix.hystrix.HystrixCollapser$0.queue(Unknown Source)
at com.netflix.hystrix.HystrixCollapser.execute(HystrixCollapser.java:290)
... 30 more
The text was updated successfully, but these errors were encountered:
Using a very simple example:
Calling
(fooz [1])
raises:The text was updated successfully, but these errors were encountered: