Skip to content

Commit 648b964

Browse files
committed
Update ShuffleClientImpl.java
1 parent 7b429f7 commit 648b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/apache/celeborn/client/ShuffleClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ public void onSuccess(ByteBuffer response) {
16241624
} else {
16251625
// Workers that do not incorporate changes from [CELEBORN-1721]
16261626
// will respond with a status of empty response.
1627-
// For backward compatibility, we should keep logic of check response remaining.
1627+
// For backward compatibility, we should keep logic of check response remaining.
16281628
pushState.onSuccess(hostPort);
16291629
callback.onSuccess(response);
16301630
}

0 commit comments

Comments
 (0)