Marcelo Vanzin created SPARK-22275: -------------------------------------- Summary: ReplayListenerSuite doesn't clean up properly after itself Key: SPARK-22275 URL: https://issues.apache.org/jira/browse/SPARK-22275 Project: Spark Issue Type: Bug Components: Tests Affects Versions: 2.3.0 Reporter: Marcelo Vanzin Priority: Minor
The test failures from https://github.com/apache/spark/pull/18805 show a bunch of errors in the logs related to this suite: {noformat} 17/10/13 06:53:26.609 dispatcher-event-loop-15 ERROR Worker: Failed to launch executor app-20171013030138-0000/3 for Test replay. java.lang.IllegalStateException: Shutdown hooks cannot be modified during shutdown. at org.apache.spark.util.SparkShutdownHookManager.add(ShutdownHookManager.scala:195) {noformat} That's the app name for this test but the error message shows up in logs in a completely separate test suite. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org