Cycle to next server on failure in meta client

pull/5428/head
Paul Dix 2015-12-30 18:36:56 -05:00 committed by David Norton
parent 1e63fa4e2c
commit e9e63b573b
1 changed files with 1 additions and 0 deletions

View File

@ -447,6 +447,7 @@ func (c *Client) retryUntilExec(typ internal.Command_Type, desc *proto.Extension
index, err = c.exec(url, typ, desc, value)
tries++
currentServer++
if err == nil {
c.waitForIndex(index)