spark-instrumented-optimizer/.github/workflows
Gengliang Wang dac6f175a6 [SPARK-35387][INFRA] Increase the JVM stack size for Java 11 build test
### What changes were proposed in this pull request?

After merging https://github.com/apache/spark/pull/32439, there is flaky error from the Github action job "Java 11 build with Maven":

```
Error:  ## Exception when compiling 473 sources to /home/runner/work/spark/spark/sql/catalyst/target/scala-2.12/classes
java.lang.StackOverflowError
scala.reflect.internal.Trees.itransform(Trees.scala:1376)
scala.reflect.internal.Trees.itransform$(Trees.scala:1374)
scala.reflect.internal.SymbolTable.itransform(SymbolTable.scala:28)
scala.reflect.internal.SymbolTable.itransform(SymbolTable.scala:28)
scala.reflect.api.Trees$Transformer.transform(Trees.scala:2563)
scala.tools.nsc.transform.TypingTransformers$TypingTransformer.transform(TypingTransformers.scala:51)
```
We can resolve it by increasing the stack size of JVM to 256M. The container for Github action jobs has 7G memory so this should be fine.

### Why are the changes needed?

Fix flaky test failure in Java 11 build test

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Github action test

Closes #32521 from gengliangwang/increaseStackSize.

Authored-by: Gengliang Wang <ltnwgl@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2021-05-12 10:49:09 -07:00
..
benchmark.yml [SPARK-35302][INFRA] Benchmark workflow should create new files for new benchmarks 2021-05-04 19:02:52 +09:00
build_and_test.yml [SPARK-35387][INFRA] Increase the JVM stack size for Java 11 build test 2021-05-12 10:49:09 -07:00
cancel_duplicate_workflow_runs.yml [SPARK-34053][INFRA][FOLLOW-UP] Disables canceling push/schedule workflows 2021-01-12 23:10:20 +09:00
labeler.yml [SPARK-35101][INFRA] Add GitHub status check in PR instead of a comment 2021-04-18 11:33:42 +09:00
notify_test_workflow.yml [SPARK-35120][INFRA][FOLLOW-UP] Try catch an error to show the correct guidance 2021-04-21 13:32:04 +08:00
publish_snapshot.yml [BUILD][MINOR] Do not publish snapshots from forks 2020-12-23 00:22:42 +09:00
stale.yml [SPARK-30173] Tweak stale PR message 2020-01-07 08:34:59 -06:00
test_report.yml [SPARK-34874][INFRA] Recover test reports for failed GA builds 2021-03-26 18:12:28 +09:00
update_build_status.yml [SPARK-35120][INFRA] Guide users to sync branch and enable GitHub Actions in their forked repository 2021-04-19 10:40:50 -07:00