[
https://issues.apache.org/jira/browse/FLINK-3864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maximilian Michels updated FLINK-3864:
--------------------------------------
Description:
{{YarnTestBase.runWithArgs(...)}} provides a parameter for strings which must
not appear in the log output. {{perJobYarnCluster}} and
{{perJobYarnClusterWithParallelism}} have "System.out)" prepended to the
prohibited strings; probably an artifact of an older test code.
Turns out, the intended check doesn't hold anymore. The Yarn cluster doesn't
set the maximum parallelism for a per-job cluster. It always uses parallelism 1.
was:{{YarnTestBase.runWithArgs(...)}} provides a parameter for strings which
must not appear in the log output. {{perJobYarnCluster}} and
{{perJobYarnClusterWithParallelism}} have "System.out)" prepended to the
prohibited strings; probably an artifact of an older test code.
> Yarn per-job cluster sets parallelism to 1 instead of #taskmanagers * #slots
> ----------------------------------------------------------------------------
>
> Key: FLINK-3864
> URL: https://issues.apache.org/jira/browse/FLINK-3864
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.1.0, 1.0.2
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Fix For: 1.1.0
>
>
> {{YarnTestBase.runWithArgs(...)}} provides a parameter for strings which must
> not appear in the log output. {{perJobYarnCluster}} and
> {{perJobYarnClusterWithParallelism}} have "System.out)" prepended to the
> prohibited strings; probably an artifact of an older test code.
> Turns out, the intended check doesn't hold anymore. The Yarn cluster doesn't
> set the maximum parallelism for a per-job cluster. It always uses parallelism
> 1.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)