Abacn commented on PR #36444:
URL: https://github.com/apache/beam/pull/36444#issuecomment-3390312205

   ```
   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to