JanusGraph / janusgraph

JanusGraph: an open-source, distributed graph database
https://janusgraph.org
Other
5.32k stars 1.17k forks source link

GitHub Actions start to fail for CQLInputFormatIT on master #2577

Closed li-boxuan closed 3 years ago

li-boxuan commented 3 years ago

See https://github.com/JanusGraph/janusgraph/runs/2374067404#step:6:123

Error: testGeoshapeGetValues Time elapsed: 7.058 s <<< ERROR! java.lang.IllegalStateException: java.net.BindException: Cannot assign requested address: Service 'sparkDriver' failed after 16 retries (on a random free port)! Consider explicitly setting the appropriate binding address for the service 'sparkDriver' (for example spark.driver.bindAddress for SparkDriver) to the correct binding address. Caused by: java.util.concurrent.ExecutionException: java.net.BindException: Cannot assign requested address: Service 'sparkDriver' failed after 16 retries (on a random free port)! Consider explicitly setting the appropriate binding address for the service 'sparkDriver' (for example spark.driver.bindAddress for SparkDriver) to the correct binding address. Caused by: java.net.BindException: Cannot assign requested address: Service 'sparkDriver' failed after 16 retries (on a random free port)! Consider explicitly setting the appropriate binding address for the service 'sparkDriver' (for example spark.driver.bindAddress for SparkDriver) to the correct binding address.

Related discussions: https://github.com/mlflow/mlflow/issues/4229 https://github.com/apache/spark/pull/24559#issuecomment-814507882

li-boxuan commented 3 years ago

Some say the workaround is to rerun GitHub Actions for now. I did a few reruns for master HEAD (fff871c) but no luck yet... will try again later.

farodin91 commented 3 years ago

@li-boxuan In my hbase tests, i get the same issue now.