You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2014/06/24 21:58:25 UTC

[jira] [Created] (FLINK-979) Scheduler and JobGrph refactoring broke NetworkThroughput test

Ufuk Celebi created FLINK-979:
---------------------------------

             Summary: Scheduler and JobGrph refactoring broke NetworkThroughput test
                 Key: FLINK-979
                 URL: https://issues.apache.org/jira/browse/FLINK-979
             Project: Flink
          Issue Type: Bug
          Components: Local Runtime
    Affects Versions: pre-apache-0.5.1
            Reporter: Ufuk Celebi
            Assignee: Ufuk Celebi
            Priority: Minor


The refactoring of the scheduler and the JobGraph broke the NetworkThroughput test.

{code:java}
21:50:27,199 ERROR eu.stratosphere.nephele.client.JobClient                      - ERROR: eu.stratosphere.nephele.executiongraph.GraphConversionException: java.lang.RuntimeException: No input format has been set for job vertex: 35414f433c65380065e604fcce42b800
{code}

The test has been modifed during the merge to use a plain {{JobInputVertex}} instead of the previous {{GenericJobInputVertex}}, which worked without an InputFormat. With {{JobInputVertex}} we need to specify a dummy InputFormat.

The test does not startup (just a local executor is started and shutdown) and we don't see an error during {{mvn verify}}.



--
This message was sent by Atlassian JIRA
(v6.2#6252)