[
https://issues.apache.org/jira/browse/GIRAPH-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dong updated GIRAPH-691:
--------------------------------
Attachment: Task Logs 'attempt_201312162137.12617_0001_m_000000_0'.html
GIRAPH-691.patch
- If checkpoint path not found, throw exception that checkpointing is disabled
- If no checkpoints are found, throw exception that no good checkpoints can be
found
New log is attached.
> MasterThread dies with ArrayOutOfBoundsException
> ------------------------------------------------
>
> Key: GIRAPH-691
> URL: https://issues.apache.org/jira/browse/GIRAPH-691
> Project: Giraph
> Issue Type: Bug
> Reporter: Claudio Martella
> Attachments: GIRAPH-691.patch, Task Logs
> 'attempt_201312162137.12617_0001_m_000000_0'.html
>
>
> Got this exception from a job running with checkpointing disabled.
> 2013-06-14 21:32:24,089 ERROR org.apache.giraph.master.BspServiceMaster:
> superstepChosenWorkerAlive: Missing chosen worker
> Worker(hostname=hdp-01.bigdata.hi.inet, MRtaskID=134, port=30134) on
> superstep 1
> 2013-06-14 21:32:24,089 INFO org.apache.giraph.master.MasterThread:
> masterThread: Coordination of superstep 1 took 1203.403 seconds ended with
> state WORKER_FAILURE and is now on superstep 1
> 2013-06-14 21:32:24,100 ERROR org.apache.giraph.master.MasterThread:
> masterThread: Master algorithm failed with ArrayIndexOutOfBoundsException
> java.lang.ArrayIndexOutOfBoundsException: -1
> at
> org.apache.giraph.master.BspServiceMaster.getLastGoodCheckpoint(BspServiceMaster.java:1225)
> at org.apache.giraph.master.MasterThread.run(MasterThread.java:134)
> 2013-06-14 21:32:24,101 FATAL org.apache.giraph.graph.GraphMapper:
> uncaughtException: OverrideExceptionHandler on thread
> org.apache.giraph.master.MasterThread, msg =
> java.lang.ArrayIndexOutOfBoundsException: -1, exiting...
> java.lang.IllegalStateException: java.lang.ArrayIndexOutOfBoundsException: -1
> at org.apache.giraph.master.MasterThread.run(MasterThread.java:180)
> Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
> at
> org.apache.giraph.master.BspServiceMaster.getLastGoodCheckpoint(BspServiceMaster.java:1225)
> at org.apache.giraph.master.MasterThread.run(MasterThread.java:134)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)