You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "sharkd tu (JIRA)" <ji...@apache.org> on 2017/01/20 02:27:26 UTC

[jira] [Created] (SPARK-19298) History server can't match MalformedInputException and prompt the detail logs while repalying eventlog

sharkd tu created SPARK-19298:
---------------------------------

             Summary: History server can't match MalformedInputException and prompt the detail logs while repalying eventlog
                 Key: SPARK-19298
                 URL: https://issues.apache.org/jira/browse/SPARK-19298
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.1.0
            Reporter: sharkd tu


Could't match MalformedInputException and prompt the detail logs while repalying eventlog, because MalformedInputException is a subclass of IOException.

17/01/20 01:02:06 ERROR history.FsHistoryProvider: Exception encountered when attempting to load application log hdfs://ss-teg-2-v2/data/SPARK/eventlogv1/application_1481785469354_145886_1.snappy java.nio.charset.MalformedInputException: Input length = 1         at java.nio.charset.CoderResult.throwException(CoderResult.java:277)         at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:338)         at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)         at java.io.InputStreamReader.read(InputStreamReader.java:184)         at java.io.BufferedReader.fill(BufferedReader.java:154)         at java.io.BufferedReader.readLine(BufferedReader.java:317)         at java.io.BufferedReader.readLine(BufferedReader.java:382)         at scala.io.BufferedSource$BufferedLineIterator.hasNext(BufferedSource.scala:67)         at org.apache.spark.scheduler.ReplayListenerBus.replay(ReplayListenerBus.scala:55)         at org.apache.spark.deploy.history.FsHistoryProvider.replay(FsHistoryProvider.scala:613)         at org.apache.spark.deploy.history.FsHistoryProvider.org$apache$spark$deploy$history$FsHistoryProvider$$mergeApplicationListing(FsHistoryProvider.scala:435)         at org.apache.spark.deploy.history.FsHistoryProvider$$anonfun$checkForLogs$3$$anon$4.run(FsHistoryProvider.scala:335)         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)         at java.util.concurrent.FutureTask.run(FutureTask.java:262)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:744)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org