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


##########
cli/src/main/scala/org/apache/celeborn/cli/master/MasterSubcommandImpl.scala:
##########
@@ -224,18 +225,39 @@ class MasterSubcommandImpl extends Runnable with 
MasterSubcommand {
   private[master] def runShowContainerInfo: ContainerInfo = 
defaultApi.getContainerInfo
 
   override private[master] def reviseLostShuffles: HandleResponse = {
+    if (StringUtils.isEmpty(commonOptions.apps)) {

Review Comment:
   Could this condition combine with line 240?



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