4f49cd01c8Added a nil check before trying to use a host to execute a query. This was causing nil pointer dereference exceptions as described at https://github.com/gocql/gocql/issues/743. Also made some optimizations to reduce lock scoping in the TokenAwareHostPolicy
9 years ago
Chris Bannister
a04d2a5e3fadd queryExecutor which executes queries.