I go from jetty7.6 to berth-9.2. I see that the idletimeout value for mooring is reduced by 10 times.
At berth-7.6
<Set name="maxIdleTime">300000</Set>
At berth-9.2:
<Set name="idleTimeout"><Property name="http.timeout" default="30000"/></Set>
Why?
And because of this, I constantly fall below the exception:
WARN:oejs.HttpChannel:qtp607635164-14195: Commit failed java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:156) at org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266)..........
Thanks Anui
jetty jetty-9
Anuj khandelwal
source share