You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Vasia Kalavri (JIRA)" <ji...@apache.org> on 2015/12/28 14:37:49 UTC

[jira] [Resolved] (FLINK-3181) The vertex-centric SSSP example and library method send unnecessary messages during the first superstep

     [ https://issues.apache.org/jira/browse/FLINK-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasia Kalavri resolved FLINK-3181.
----------------------------------
    Resolution: Fixed

> The vertex-centric SSSP example and library method send unnecessary messages during the first superstep
> -------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-3181
>                 URL: https://issues.apache.org/jira/browse/FLINK-3181
>             Project: Flink
>          Issue Type: Improvement
>          Components: Gelly
>    Affects Versions: 0.10.0
>            Reporter: Vasia Kalavri
>            Assignee: Vasia Kalavri
>             Fix For: 1.0.0
>
>
> The result is correct, but the current implementation has unnecessary message overhead in the first superstep. The Messaging function should only produce messages from the source during the first superstep. This can be fixed with a simple check of the vertex value.



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