tgravescs commented on issue #23310: [SPARK-26363][WebUI] Avoid duplicated KV 
store lookups for task table
URL: https://github.com/apache/spark/pull/23310#issuecomment-449406533
 
 
   At a high level it could be better because he is storing the executor info 
in executorIdToLogs hashmap as he goes through each executor and if you have 
multiple tasks on the same executor it would have already loaded that info from 
the kv store.   So it could be less lookups.  Need to look in more detail.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to