FMX commented on code in PR #2045:
URL:
https://github.com/apache/incubator-celeborn/pull/2045#discussion_r1378544302
##########
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:
Because we distribute slots according to device fetch time and write time
instead of device type. So the idea is to treat HDD and SSD as same storage
tier.
Currently available tiers are Local and HDFS, MEMORY and OSS will be
available soon.
--
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]