You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@celeborn.apache.org by "AngersZhuuuu (via GitHub)" <gi...@apache.org> on 2023/02/22 06:34:57 UTC

[GitHub] [incubator-celeborn] AngersZhuuuu commented on a diff in pull request #1259: [CELEBORN-325] After worker restart, throw NPE when receive not found partition

AngersZhuuuu commented on code in PR #1259:
URL: https://github.com/apache/incubator-celeborn/pull/1259#discussion_r1113891265


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/PushDataHandler.scala:
##########
@@ -473,7 +474,7 @@ class PushDataHandler extends BaseMessageHandler with Logging {
               ByteBuffer.wrap(Array[Byte](StatusCode.HARD_SPLIT.getValue)))
           } else {
             val msg = s"Partition location wasn't found for task(shuffle $shuffleKey, map $mapId," +
-              s" attempt $attemptId, uniqueId ${loc.getUniqueId})."

Review Comment:
   Here throw the NPE



-- 
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: issues-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org