diff --git a/query_executor.go b/query_executor.go index a88d5b889..5354e0d6e 100644 --- a/query_executor.go +++ b/query_executor.go @@ -54,6 +54,7 @@ func (q *queryExecutor) executeQuery(qry ExecutableQuery) (*Iter, error) { hostResponse.Mark(iter.err) if rt == nil { + iter.host = host break }