Skip to content

Commit

Permalink
revert exception
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynt4606 committed Dec 23, 2024
1 parent 5bcf9fc commit f8cd555
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import org.slf4j.LoggerFactory;

import org.apache.celeborn.common.CelebornConf;
import org.apache.celeborn.common.exception.CelebornIOException;
import org.apache.celeborn.common.exception.DriverChangedException;
import org.apache.celeborn.common.exception.PartitionUnRetryAbleException;
import org.apache.celeborn.common.identity.UserIdentifier;
import org.apache.celeborn.plugin.flink.RemoteShuffleResource;
Expand Down Expand Up @@ -332,7 +332,7 @@ private void initShuffleClient(TierShuffleDescriptorImpl remoteShuffleDescriptor
conf,
new UserIdentifier("default", "default"),
bufferSizeBytes);
} catch (CelebornIOException e) {
} catch (DriverChangedException e) {
throw new RuntimeException(e.getMessage());
}
}
Expand Down

0 comments on commit f8cd555

Please sign in to comment.