xianjingfeng commented on issue #339:
URL: 
https://github.com/apache/incubator-uniffle/issues/339#issuecomment-1327995864

   > Could we add a config option for multi replicas timeout? If we use multi 
replicas, we could use this timeout.
   
   It's a little complicated. How about set real timeout to  
`rss.client.send.check.timeout.ms *  2` if `rss.data.replica.skip.enabled=true`
   
   Another problems:
   1. Before #159 it will retry 100 times, but it will retry 300 times after 
it. Should we set `rss.client.retry.max=33` for recovery it?
   2.  
   > `rss.client.send.check.timeout.ms=600000` `rss.client.retry.max=100` 
`rss.client.retry.interval.max=10000`
   
   100 * 10000 = 1000000 > 600000,  This default values seems unreasonable.
   


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