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

[GitHub] [incubator-celeborn] waitinfuture commented on a diff in pull request #1425: [CELEBORN-521] correct exception and unify unRetryableException

waitinfuture commented on code in PR #1425:
URL: https://github.com/apache/incubator-celeborn/pull/1425#discussion_r1166215062


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/FetchHandler.scala:
##########
@@ -36,6 +36,7 @@ import org.apache.celeborn.common.network.protocol.Message.Type
 import org.apache.celeborn.common.network.server.{BaseMessageHandler, ChunkStreamManager, CreditStreamManager}
 import org.apache.celeborn.common.network.util.{NettyUtils, TransportConf}
 import org.apache.celeborn.common.protocol.PartitionType
+import org.apache.celeborn.common.util.ExceptionUtils

Review Comment:
   import org.apache.celeborn.common.exception.CelebornException
   can be deleted in Line29



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