maobaolong commented on code in PR #2196:
URL: 
https://github.com/apache/incubator-uniffle/pull/2196#discussion_r1816919574


##########
server/src/main/java/org/apache/uniffle/server/ShuffleTaskInfo.java:
##########
@@ -307,4 +318,25 @@ public String toString() {
         + shuffleDetailInfos
         + '}';
   }
+
+  public void setProperties(Map<String, String> properties, ShuffleServerConf 
serverConf) {

Review Comment:
   Since I need to check whether  this server enabled bitmap optimized feature 
by SERVER_WITH_MEMORY_STORAGE_TYPE_OPTIMIZE_ENABLED



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