Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-2.26.0][BEAM-11214] Exclude more KuduIO from checker since it crashes under Java 11 which… #13454

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

lostluck
Copy link
Contributor

@lostluck lostluck commented Dec 1, 2020

… our nightly is running

Cherry pick of https://github.com/apache/beam/pull/13300/commits which also affects the release branch.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

Post-Commit Tests Status (on master branch)

Lang SDK Dataflow Flink Samza Spark Twister2
Go Build Status --- Build Status --- Build Status ---
Java Build Status Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status Build Status
Build Status
Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
--- Build Status ---
XLang Build Status Build Status Build Status --- Build Status ---

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website Whitespace Typescript
Non-portable Build Status Build Status
Build Status
Build Status
Build Status
Build Status Build Status Build Status Build Status
Portable --- Build Status --- --- --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@lostluck lostluck changed the title [release-2.26.0]BEAM-11214] Exclude more KuduIO from checker since it crashes under Java 11 which… [release-2.26.0][BEAM-11214] Exclude more KuduIO from checker since it crashes under Java 11 which… Dec 1, 2020
@lostluck
Copy link
Contributor Author

lostluck commented Dec 1, 2020

R: @ibzib @kennknowles

@lostluck
Copy link
Contributor Author

lostluck commented Dec 1, 2020

R: @robinyqiu

@@ -21,6 +21,8 @@ applyJavaNature(
classesTriggerCheckerBugs: [
'KuduTestUtils': 'TODO: file a bug report',
'KuduIOIT': 'TODO: file a bug report',
'KuduIO': 'TODO: file a bug report', // only crashes under Java 11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in case someone wants to build this branch with Java 11. But the official release images should still be built with Java 8, so we should proceed with caution.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possibly a different misconfiguration of my system. However, I'd like to get to the end of this particular release candidate anyway. There are still a few blocking issues with the candidate, but I'd like to enable folks to find others.

@lostluck lostluck merged commit 46aaf93 into apache:release-2.26.0 Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants