blaze icon indicating copy to clipboard operation
blaze copied to clipboard

[blaze-client] "Exception: This stage 'IdleTimeoutStage' isn't connected!"

Open cquiroz opened this issue 7 years ago • 4 comments

I'm seeing an exception sometimes when doing client calls:

seqexec_web_server java.lang.Exception: This stage 'IdleTimeoutStage' isn't connected!
seqexec_web_server     at org.http4s.blaze.pipeline.Tail._stageDisconnected(Stages.scala:218)
seqexec_web_server     at org.http4s.blaze.pipeline.Tail.channelRead(Stages.scala:90)
seqexec_web_server     at org.http4s.blaze.pipeline.Tail.channelRead$(Stages.scala:85)
seqexec_web_server     at org.http4s.blazecore.IdleTimeoutStage.channelRead(IdleTimeoutStage.scala:12)
seqexec_web_server     at org.http4s.blazecore.IdleTimeoutStage.readRequest(IdleTimeoutStage.scala:35)
seqexec_web_server     at org.http4s.blaze.pipeline.Tail.channelRead(Stages.scala:88)
seqexec_web_server     at org.http4s.blaze.pipeline.Tail.channelRead$(Stages.scala:85)

cquiroz avatar Nov 15 '18 13:11 cquiroz

It's a known issue with unknown cause. I spent an entire flight chasing that and failed. A good example of "we've found the bugs in Blaze, but the ones that are left are hard to fix."

  • https://gitter.im/http4s/http4s?at=5efe3854b8152d34847a4187

Daenyth avatar Jul 02 '20 19:07 Daenyth

@Daenyth Had you seen this again when you bumped this? Trying to get a feel for how fresh this is.

rossabaker avatar Apr 06 '21 03:04 rossabaker

Is there any update on this issue?

xinhuan-myob avatar Mar 27 '23 03:03 xinhuan-myob

No. There would be a comment here. I don't expect progress on it since the previous investigation didn't find the cause, and the error doesn't seem to be impacting anything negatively. Also at this point ember is more recommended anyway

Daenyth avatar Apr 18 '23 13:04 Daenyth