Github user gaborgsomogyi commented on a diff in the pull request:
https://github.com/apache/spark/pull/19893#discussion_r155556989
--- Diff: core/src/test/scala/org/apache/spark/SparkFunSuite.scala ---
@@ -34,12 +36,24 @@ abstract class SparkFunSuite
with Logging {
// scalastyle:on
+ val threadWhiteList = Set(
+ "rpc-client.*", "rpc-server.*", "shuffle-client.*", "shuffle-server.*",
--- End diff --
I've made deepdive what these threads are and put documentation for each.
I'll execute a build with them and let's see the new numbers.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]