warrenzhu25 commented on pull request #29082:
URL: https://github.com/apache/spark/pull/29082#issuecomment-657800015


   > Great improvement
   > 
   > Would be nice to aggregate across similar exceptions that are only 
different in terms of literal values. E.g. in your screenshot, two exceptions 
were on separate lines, although they were only different by shuffleId- 
FetchFailed(shuffleId=514/516).
   > 
   > <img alt="Screen Shot 2020-07-13 at 2 11 49 PM" width="413" 
src="https://user-images.githubusercontent.com/3013418/87349079-02c90380-c513-11ea-83b7-75647c754ce5.png";>
   
   We could do more advanced aggregation in the future. But for now, I just 
group by exception type and message, this is easier for user to understand how 
it work. If we group the ones with similar message together, we need extra 
place to show difference of these similar messages. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to