pan3793 commented on code in PR #2045:
URL: 
https://github.com/apache/incubator-celeborn/pull/2045#discussion_r1378533513


##########
common/src/main/java/org/apache/celeborn/common/protocol/StorageInfo.java:
##########
@@ -23,10 +23,13 @@
 public class StorageInfo implements Serializable {
   public enum Type {
     MEMORY(0),
+    @Deprecated
     HDD(1),
+    @Deprecated

Review Comment:
   Emm... why deprecate them?



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

Reply via email to