You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/08/03 07:57:21 UTC

[GitHub] [incubator-uniffle] colinmjj commented on issue #108: [Improvement] `sendCommit` should allow shuffle servers dead under the condition of ensuring data integrity

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: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org