dongjoon-hyun commented on PR #54171: URL: https://github.com/apache/spark/pull/54171#issuecomment-3858456998
I reproduced it in only at `Apache Spark 4.2.0-preview2` and the error looks like due to new `jetty`. - https://github.com/apache/spark/pull/53116 ``` 26/02/05 23:11:18 ERROR ServerRuntime$Responder: Error while closing the output stream in order to commit response. java.io.UncheckedIOException: org.sparkproject.jetty.io.EofException: Broken pipe at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:571) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
