After upgrading from 2.0.3 to 2.4.2, I'm getting this error when one of my requests times out:
2016-02-18T19:50:14,103Z [sync-server-akka.actor.default-dispatcher-8] ERROR a.a.RepointableActorRef:71 - Error in stage [akka.http.impl.engine.server.HttpServerBluePrint$RequestTimeoutSupport@31ef980d]: requirement failed: Cannot push port (responseOut) twice java.lang.IllegalArgumentException: requirement failed: Cannot push port (responseOut) twice at scala.Predef$.require(Predef.scala:219) ~[scala-library-2.11.7.jar:na] at akka.stream.stage.GraphStageLogic.push(GraphStage.scala:439) ~[akka-stream_2.11-2.4.2.jar:na] at akka.http.impl.engine.server.HttpServerBluePrint$RequestTimeoutSupport$$anon$6$$anon$9.onPush(HttpServerBluePrint.scala:292) ~[akka-http-core_2.11-2.4.2.jar:na] at akka.stream.impl.fusing.GraphInterpreter.processElement$1(GraphInterpreter.scala:582) ~[akka-stream_2.11-2.4.2.jar:na] at akka.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:593) ~[akka-stream_2.11-2.4.2.jar:na] It doesn't seem to be that serious, since the request has already timed out. Is this a bug I should file or just something I should expect to see in my logs? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
