[
https://issues.apache.org/jira/browse/LIVY-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-619:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> Getting java.io.IOException: Stream closed very regularly in livy logs
> ----------------------------------------------------------------------
>
> Key: LIVY-619
> URL: https://issues.apache.org/jira/browse/LIVY-619
> Project: Livy
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.6.0
> Reporter: Parveen
> Priority: Major
> Fix For: 0.10.0
>
>
> We are using livy submitting spark applications through Livys rest interface.
> Getting this exception quite frequently :
> Exception in thread "Thread-110709" java.io.IOException: Stream closed
> at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
> at java.io.BufferedInputStream.read1(BufferedInputStream.java:283)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> at java.io.BufferedReader.fill(BufferedReader.java:161)
> at java.io.BufferedReader.readLine(BufferedReader.java:324)
> at java.io.BufferedReader.readLine(BufferedReader.java:389)
> at
> scala.io.BufferedSource$BufferedLineIterator.hasNext(BufferedSource.scala:67)
> at scala.collection.Iterator$class.foreach(Iterator.scala:727)
> at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
> at
> org.apache.livy.utils.LineBufferedStream$$anon$1.run(LineBufferedStream.scala:40)
>
>
> Stack is almost same in almost all of the circumstances.
>
> Have gone through the code and it seems this is harmless as this code only
> prints logs after getting it from yarn but we are getting it with a very high
> frequency.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)