Skip to content

Commit

Permalink
fix: set host when executing queries without retry policies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr authored and Zariel committed May 23, 2018
1 parent c8b22ec commit b4eb62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func (q *queryExecutor) executeQuery(qry ExecutableQuery) (*Iter, error) {
hostResponse.Mark(iter.err)

if rt == nil {
iter.host = host
break
}

Expand Down

0 comments on commit b4eb62e

Please sign in to comment.