FMX commented on code in PR #2045:
URL:
https://github.com/apache/incubator-celeborn/pull/2045#discussion_r1378546153
##########
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:
To keep compatible with old clients, HDD and SSD cannot be deleted or
renamed. So I just 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]