Skip to content

Commit 5681cf6

Browse files
committed
Revert print partitionsList as it could be many partition
1 parent 0414673 commit 5681cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/uniffle/server/ShuffleServerGrpcService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ public void getShuffleResultForMultiPart(
908908

909909
auditContext.withAppId(appId).withShuffleId(shuffleId);
910910
auditContext.withArgs(
911-
"partitionsList=" + partitionsList + ", blockIdLayout=" + blockIdLayout);
911+
"partitionsListSize=" + partitionsList.size() + ", blockIdLayout=" + blockIdLayout);
912912

913913
StatusCode status = verifyRequest(appId);
914914
if (status != StatusCode.SUCCESS) {

0 commit comments

Comments
 (0)