You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/07/11 23:36:00 UTC

[jira] [Created] (IMPALA-7283) Consider backing off before retrying RPC

Tim Armstrong created IMPALA-7283:
-------------------------------------

             Summary: Consider backing off before retrying RPC
                 Key: IMPALA-7283
                 URL: https://issues.apache.org/jira/browse/IMPALA-7283
             Project: IMPALA
          Issue Type: Improvement
          Components: Distributed Exec
            Reporter: Tim Armstrong


[~stiga-huang] suggested here https://gerrit.cloudera.org/#/c/10744/11/be/src/service/client-request-state.cc@628
{quote}
What about sleep several seconds before the next retry like this?

 for (int i = 0; i < 3; ++i, sleep(3))

Usually it will increase success rate if there're network issues or the target server is stuck temporarily.
{quote}

This seems worth considering but I don't have the knowledge to really evaluate it
cc [~kwho] [~sailesh]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)