Bo Zhang created SPARK-48631: -------------------------------- Summary: Fix test case "error during accessing host local dirs for executors" Key: SPARK-48631 URL: https://issues.apache.org/jira/browse/SPARK-48631 Project: Spark Issue Type: Test Components: Spark Core Affects Versions: 4.0.0 Reporter: Bo Zhang
There is a logical error in test case "error during accessing host local dirs for executors" in ShuffleBlockFetcherIteratorSuite. It tries to test fetching host-local blocks, but the host-local BlockManagerId is configured incorrectly, and ShuffleBlockFetcherIterator will treat those blocks as remote blocks instead. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org