rickyma commented on issue #1631:
URL: 
https://github.com/apache/incubator-uniffle/issues/1631#issuecomment-2044654707

   I think the following code snipet should be put inside the try-block:
   ```
   if (!bufferPool.getOrDefault(appId, new HashMap<>()).containsKey(shuffleId)) 
{
     LOG.info(
         "Shuffle[{}] for app[{}] has already been removed, no need to flush 
the buffer",
         shuffleId,
         appId);
     return;
   }
   ```
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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