SteNicholas commented on code in PR #2746:
URL: https://github.com/apache/celeborn/pull/2746#discussion_r1770977852


##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/Master.scala:
##########
@@ -1069,13 +1096,18 @@ private[celeborn] class Master(
     if (shouldResponse) {
       // UserResourceConsumption and DiskInfo are eliminated from WorkerInfo
       // during serialization of HeartbeatFromApplicationResponse
+      var appRelatedShuffles = statusSystem.registeredAppAndShuffles.get(appId)

Review Comment:
   ```suggestion
         val appRelatedShuffles = 
statusSystem.registeredAppAndShuffles.getOrDefault(appId, 
Collecitons.emptySet())
   ```



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

Reply via email to