[ 
https://issues.apache.org/jira/browse/GIRAPH-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378960#comment-14378960
 ] 

Hudson commented on GIRAPH-998:
-------------------------------

ABORTED: Integrated in Giraph-trunk-Commit #1530 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/1530/])
GIRAPH-998: Close writers in parallel (majaakbiljo) (majakabiljo: 
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=6ee97e77eb1f45699d2f34fc2e28c89b6fd6c1b3)
* CHANGELOG
* 
giraph-core/src/main/java/org/apache/giraph/io/superstep_output/MultiThreadedSuperstepOutput.java


> Close writers in parallel
> -------------------------
>
>                 Key: GIRAPH-998
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-998
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>            Priority: Minor
>         Attachments: GIRAPH-998.patch
>
>
> When thread-safe per superstep output is used, in the end of application we 
> close all the writers in a single thread. Closing a writer can take time, and 
> we are not reporting progress while doing so, so it happens that tasks 
> timeout during this stage. Doing it in multiple threads and calling progress 
> while doing it will make it faster and prevent tasks from timing out.



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

Reply via email to