Skip to content

Conversation

Abacn
Copy link
Contributor

@Abacn Abacn commented Oct 8, 2025

Please add a meaningful description for your change here


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

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • 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.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@Abacn
Copy link
Contributor Author

Abacn commented Oct 9, 2025

@Abacn Abacn marked this pull request as ready for review October 9, 2025 13:59
Copy link
Contributor

github-actions bot commented Oct 9, 2025

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

@Amar3tto Amar3tto self-requested a review October 9, 2025 17:37
@Abacn
Copy link
Contributor Author

Abacn commented Oct 9, 2025

two python precommit failures not related to this change, merging for now

@Abacn Abacn merged commit 08c96f2 into master Oct 9, 2025
148 of 154 checks passed
@Abacn Abacn deleted the fix-xvr branch October 9, 2025 21:26
@Amar3tto
Copy link
Collaborator

@Abacn these workflows are still failing:
#30601
#30602

@Abacn
Copy link
Contributor Author

Abacn commented Oct 10, 2025

java.lang.RuntimeException: The Runner experienced the following error during execution:
org.apache.spark.SparkException: Only one SparkContext should be running in this JVM (see SPARK-2243).The currently running SparkContext was created at:
org.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:58)
org.apache.beam.runners.spark.translation.SparkContextFactory.createSparkContext(SparkContextFactory.java:146)

and

java.lang.RuntimeException: The Runner experienced the following error during execution:
org.rocksdb.RocksDBException: lock hold by current process, acquire time 1760099139 acquiring thread 133032358901504: /runner/_work/beam/beam/runners/samza/job-server/state/beamStore/Partition_0/LOCK: No locks available
	at org.apache.beam.runners.portability.JobServicePipelineResult.propagateErrors(JobServicePipelineResult.java:176)
	at org.apache.beam.runners.portability.JobServicePipelineResult.waitUntilFinish(JobServicePipelineResult.java:117)
	at org.apache.beam.sdk.util.construction.BaseExternalTest.tearDown(BaseExternalTest.java:51)

looks like running two test at a time caused issue

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.

2 participants