We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b429f7 commit 648b964Copy full SHA for 648b964
client/src/main/java/org/apache/celeborn/client/ShuffleClientImpl.java
@@ -1624,7 +1624,7 @@ public void onSuccess(ByteBuffer response) {
1624
} else {
1625
// Workers that do not incorporate changes from [CELEBORN-1721]
1626
// will respond with a status of empty response.
1627
- // For backward compatibility, we should keep logic of check response remaining.
+ // For backward compatibility, we should keep logic of check response remaining.
1628
pushState.onSuccess(hostPort);
1629
callback.onSuccess(response);
1630
}
0 commit comments