influxdb/cluster
Jason Wilder 027b6e36e7 Fix inconsistent results from show measurements
Running show measurements in a partially replicated cluster produces inconsistent
results due to the connection pooling.  When running remote meta-data queries,
the cluster service ends ups keeping map shard request open but still checks the connection
back into the pool. This causes inconsistent results because data from the last request
interferes with the new request.

This removes the connection pool which fixes the issue.  It also has the side effect of fixing
a nodes pool connections that have gone bad when a node restarts.  For example, in a 3 node cluster
that has been responding to queries correctly, restarting 1 node will cause all the other to fail
to query that node indefinitely.  This is now fixed as well.
2015-08-31 14:31:00 -06:00
..
internal fix #3414: shard mappers perform query re-writing 2015-08-04 09:49:50 -04:00
client_pool.go Use read locks instead of write lock for connection pools checkout 2015-06-08 11:21:07 -06:00
config.go Allow remote mapping to be forced 2015-07-20 10:44:45 -07:00
config_test.go Allow the PointWriter timeout to be configurable 2015-07-02 12:50:12 -04:00
points_writer.go Allow the PointWriter timeout to be configurable 2015-07-02 12:50:12 -04:00
points_writer_test.go Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
rpc.go fix #3414: shard mappers perform query re-writing 2015-08-04 09:49:50 -04:00
rpc_test.go Remove ownerID from protobufs 2015-06-02 14:45:52 -06:00
service.go convert SHOW MEASUREMENTS to a distributed query 2015-08-23 23:09:51 -04:00
service_test.go convert SHOW MEASUREMENTS to a distributed query 2015-08-23 23:09:51 -04:00
shard_mapper.go Fix inconsistent results from show measurements 2015-08-31 14:31:00 -06:00
shard_mapper_test.go Fix inconsistent results from show measurements 2015-08-31 14:31:00 -06:00
shard_writer.go RemoteShard mapping now performed over TCP 2015-07-20 10:44:38 -07:00
shard_writer_test.go Rename cluster unit test function 2015-07-17 13:05:15 -07:00