You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/07/19 14:54:00 UTC

[jira] [Closed] (FLINK-7197) Missing call to GraphAlgorithmWrappingBase#canMergeConfigurationWith()

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

Chesnay Schepler closed FLINK-7197.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

1.4: ae826a6f784277c85067a3855a023835a924f459

> Missing call to GraphAlgorithmWrappingBase#canMergeConfigurationWith()
> ----------------------------------------------------------------------
>
>                 Key: FLINK-7197
>                 URL: https://issues.apache.org/jira/browse/FLINK-7197
>             Project: Flink
>          Issue Type: Bug
>          Components: Gelly
>            Reporter: Ted Yu
>            Assignee: Greg Hogan
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> In flink-libraries/flink-gelly/src/main/java/org/apache/flink/graph/asm/translate/TranslateVertexValues.java :
> {code}
>   protected boolean canMergeConfigurationWith(GraphAlgorithmWrappingBase other) {
>     super.mergeConfiguration(other);
> {code}
> GraphAlgorithmWrappingBase#canMergeConfigurationWith() should be called.
> There is similar issue in TranslateGraphIds.java



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)