[ 
https://issues.apache.org/jira/browse/BEAM-5444?focusedWorklogId=146287&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-146287
 ]

ASF GitHub Bot logged work on BEAM-5444:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Sep/18 08:34
            Start Date: 21/Sep/18 08:34
    Worklog Time Spent: 10m 
      Work Description: mxm closed pull request #6449: [BEAM-5444] Revert Flink 
PostCommit to parallelism 1
URL: https://github.com/apache/beam/pull/6449
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/runners/flink/build.gradle b/runners/flink/build.gradle
index 31b5cf8d846..c2e251ff5d9 100644
--- a/runners/flink/build.gradle
+++ b/runners/flink/build.gradle
@@ -97,7 +97,12 @@ def createValidatesRunnerTask(Map m) {
     group = "Verification"
     def runnerType = config.streaming ? "streaming" : "batch"
     description = "Validates the ${runnerType} runner"
-    def pipelineOptions = JsonOutput.toJson(["--runner=TestFlinkRunner", 
"--streaming=${config.streaming}"])
+    def pipelineOptions = JsonOutput.toJson(
+        ["--runner=TestFlinkRunner",
+         "--streaming=${config.streaming}",
+         // TODO This should be changed to > 1
+         "--parallelism=1",
+        ])
     systemProperty "beamTestPipelineOptions", pipelineOptions
     classpath = configurations.validatesRunner
     testClassesDirs = 
files(project(":beam-sdks-java-core").sourceSets.test.output.classesDirs, 
project(":beam-runners-core-java").sourceSets.test.output.classesDirs)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 146287)
    Time Spent: 1h 10m  (was: 1h)

> Post Commit Failure in Flink Runner
> -----------------------------------
>
>                 Key: BEAM-5444
>                 URL: https://issues.apache.org/jira/browse/BEAM-5444
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink, test-failures
>            Reporter: Robert Burke
>            Assignee: Maximilian Michels
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The first instance of this failure included entirely your commits, could you 
> investigate?
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/1544/]
> It appears expected exceptions are either being swallowed and not thrown.
> SEVERE: Pipeline execution failed 
> org.apache.flink.runtime.client.JobExecutionException: java.lang.Exception: 
> The user defined 'open()' method caused an exception: java.lang.Exception: 
> Hasn't yet thrown



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to