jerqi commented on code in PR #1611:
URL: 
https://github.com/apache/incubator-uniffle/pull/1611#discussion_r1548792409


##########
internal-client/src/main/java/org/apache/uniffle/client/request/RssGetShuffleIndexRequest.java:
##########
@@ -47,7 +47,7 @@ public RssGetShuffleIndexRequest(
   @VisibleForTesting
   public RssGetShuffleIndexRequest(
       String appId, int shuffleId, int partitionId, int partitionNumPerRange, 
int partitionNum) {
-    this(appId, shuffleId, partitionId, partitionNumPerRange, partitionNum, 1, 
0);
+    this(appId, shuffleId, partitionId, partitionNumPerRange, partitionNum, 3, 
1000);

Review Comment:
   We can put them into a new class together.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to