colinmjj commented on issue #108:
URL: 
https://github.com/apache/incubator-uniffle/issues/108#issuecomment-1203614143

   > I found if use `MEMORY_LOCALFILE`, `finishShuffle` will not be called, and 
buffer in server side may not flush in time, and than reader will fail because 
read index file fail. as follows `Error happened when get shuffle index for 
appId[application_xxx], shuffleId[3], partitionId[1], Can't find folder 
/HDATA/2/rssdata/application_xxx/3/1-1`
   
   @xianjingfeng With current implementation, write shuffle data to N shuffle 
server can handle the situation about shuffle server failed. But it will cost N 
times storage.  User can make such choice.


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