zuston commented on code in PR #396:
URL: https://github.com/apache/incubator-uniffle/pull/396#discussion_r1046614271


##########
storage/src/main/java/org/apache/uniffle/storage/common/HdfsStorage.java:
##########
@@ -99,15 +99,16 @@ public void updateWriteMetrics(StorageWriteMetrics metrics) 
{
   ShuffleWriteHandler newWriteHandler(CreateShuffleWriteHandlerRequest 
request) {
     try {
       String user = request.getUser();
-      return new HdfsShuffleWriteHandler(
+      return new PooledHdfsShuffleWriteHandler(

Review Comment:
   Done



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