Skip to content

Commit 6c3f1c1

Browse files
derSaschanoorul
authored andcommitted
doc(troubleshooting): improve no result section (spark-jobserver#934)
1 parent b88c21f commit 6c3f1c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ If your job returns a large job result, it may exceed Akka's maximum network mes
3737

3838
## Job with status finished has no result
3939

40-
On jobs with large results or many concurrent jobs, the REST API at `/job/abc..` might return status `FINISHED` but does not contains any result. This might happen in two cases:
40+
On jobs with large results or many concurrent jobs, the REST API at `/job/abc..` might return status `FINISHED` but does not contain any result. This might happen in three cases:
4141

42-
1. The job finished right now and results are in transfer.
43-
2. The job finished some time ago and results are remove from results cache already. See `spark.jobserver.job-result-cache-size` to increase the cache.
42+
1. The job finished right now and results are in transfer between the akka actors. Try it again some milliseconds later.
43+
2. The job finished some time ago and results are removed from results cache already. See `spark.jobserver.job-result-cache-size` to increase the cache size.
4444
3. The spark jobserver instance restarted which clears the results cache.
4545

4646

0 commit comments

Comments
 (0)