zuston commented on issue #198:
URL: 
https://github.com/apache/incubator-uniffle/issues/198#issuecomment-1289957666

   > > we also met this error, but in fact it's rpc timeout, when we in compose 
client mode, the one time read exception will be catch, then try to read other 
storage , and if the result is empty, then the exception will be gone. at last 
client will check the blocks map, found the Inconsistent blocks issue. so am 
thinking there is exception confuse, some case is not inconsistent blocks 
issue, just read timeout maybe cased by high load shuffle server. suggest to 
change the code to raise another exception for this case to void the confuse
   > 
   > 
   > 
   > What you want seems to be implemented in this pr 
https://github.com/apache/incubator-uniffle/pull/276? Is it right?
   
   #276 just fix the block inconsistency in multiple replica. I think we just 
fast fail when encountering rpc timeout in this issue.


-- 
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-unsubscr...@uniffle.apache.org

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

Reply via email to