johnyangk commented on a change in pull request #219: [NEMO-351] Empowering 
Nemo with fast I/O using Apache Crail
URL: https://github.com/apache/incubator-nemo/pull/219#discussion_r292247888
 
 

 ##########
 File path: 
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/BlockManagerWorker.java
 ##########
 @@ -493,6 +502,8 @@ private BlockStore getBlockStore(final 
DataStoreProperty.Value blockStore) {
       case LocalFileStore:
         return ControlMessage.BlockStore.LOCAL_FILE;
       case GlusterFileStore:
+        return ControlMessage.BlockStore.LOCAL_FILE; //since it is treated the 
same way as LOCAL_FILE
 
 Review comment:
   I'm not sure about this.
   When using GlusterFileStore, a file can be accessed from any executor, 
whereas when using LocalFileStore, a file can be accessed only from the 
executor that produced the file

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to