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 0414673 commit 5681cf6Copy full SHA for 5681cf6
server/src/main/java/org/apache/uniffle/server/ShuffleServerGrpcService.java
@@ -908,7 +908,7 @@ public void getShuffleResultForMultiPart(
908
909
auditContext.withAppId(appId).withShuffleId(shuffleId);
910
auditContext.withArgs(
911
- "partitionsList=" + partitionsList + ", blockIdLayout=" + blockIdLayout);
+ "partitionsListSize=" + partitionsList.size() + ", blockIdLayout=" + blockIdLayout);
912
913
StatusCode status = verifyRequest(appId);
914
if (status != StatusCode.SUCCESS) {
0 commit comments