[BEAM-886] Remove the usage of OldDoFn and clean up function names#1917
[BEAM-886] Remove the usage of OldDoFn and clean up function names#1917asfgit merged 1 commit intoapache:masterfrom
Conversation
|
Refer to this link for build results (access rights to CI server needed): |
| cdef ScopedMetricsContainer scoped_metrics_container | ||
| cdef list side_inputs | ||
| cdef bint has_windowed_side_inputs | ||
| cdef bint windowed_inputs |
There was a problem hiding this comment.
Name this has_windowed_inputs maybe, because it still a boolean and not a list of inputs.
f7208f7 to
e9e4d56
Compare
|
Thanks. @aaltay PTAL |
|
Refer to this link for build results (access rights to CI server needed): Build result: ABORTED[...truncated 8343 lines...] ... 31 moreCaused by: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?Command was /bin/sh -c cd /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness && /usr/local/asfpackages/java/jdk1.8.0_102/jre/bin/java org.apache.maven.surefire.booter.ForkedBooter /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness/target/surefire/surefire5463691601590839566tmp /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness/target/surefire/surefire_162472903609076173860tmp at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:590) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) ... 32 more2017-02-05T20:54:40.186 [ERROR] 2017-02-05T20:54:40.186 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-02-05T20:54:40.186 [ERROR] 2017-02-05T20:54:40.186 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-02-05T20:54:40.186 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException2017-02-05T20:54:40.187 [ERROR] 2017-02-05T20:54:40.187 [ERROR] After correcting the problems, you can resume the build with the command2017-02-05T20:54:40.187 [ERROR] mvn -rf :beam-sdks-java-harnessBuild was abortedchannel stoppedSetting status of e9e4d56 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7092/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
retest this please |
|
Refer to this link for build results (access rights to CI server needed): Build result: ABORTED[...truncated 8343 lines...] ... 31 moreCaused by: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?Command was /bin/sh -c cd /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness && /usr/local/asfpackages/java/jdk1.8.0_102/jre/bin/java org.apache.maven.surefire.booter.ForkedBooter /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness/target/surefire/surefire2508099028197844684tmp /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/sdks/java/harness/target/surefire/surefire_163795127696367831041tmp at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:590) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) ... 32 more2017-02-05T23:14:03.821 [ERROR] 2017-02-05T23:14:03.821 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-02-05T23:14:03.821 [ERROR] 2017-02-05T23:14:03.821 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-02-05T23:14:03.821 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException2017-02-05T23:14:03.821 [ERROR] 2017-02-05T23:14:03.821 [ERROR] After correcting the problems, you can resume the build with the command2017-02-05T23:14:03.821 [ERROR] mvn -rf :beam-sdks-java-harnessBuild was abortedchannel stoppedSetting status of e9e4d56 to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7093/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
LGTM. Could you re-run the tests? Let's make sure at least one of them is green. |
e9e4d56 to
137d392
Compare
|
Refer to this link for build results (access rights to CI server needed): |
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify. (Even better, enableTravis-CI on your fork and ensure the whole test matrix passes).
<Jira issue #>in the title with the actual Jira issuenumber, if there is one.
Individual Contributor License Agreement.
R: @aaltay PTAL