소스 검색

fix: set host when executing queries without retry policies.

Gabriel Aszalos 7 년 전
부모
커밋
b4eb62ec1c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      query_executor.go

+ 1 - 0
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
 		}