Open jbrennan333 opened 1 year ago
apache/spark@fb67ce2680 adds a bunch of new metrics for push based shuffle. Do we care about this in our shuffle code?
We do. We had to copy/port over the push helper and the block fetcher iterator, both classes were updated in this PR. It would make sense to "sync up" these classes.
apache/spark@fb67ce2680 adds a bunch of new metrics for push based shuffle. Do we care about this in our shuffle code?