influxdb/coordinator
Edd Robinson e88192b282 Fixes issue with point hitting wrong shard
If a point was written that was earlier than any existing shards
it would be written to the earliest existing shard that had an
end time later than the point's time.

This ensures that when a point is written and there are no shards that
the point will fit into exactly, a new shard group will be created.
2016-10-19 21:06:29 +01:00
..
config.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Use defaults from `meta` package for `CREATE DATABASE` 2016-08-30 13:23:49 -05:00
meta_client_test.go Use defaults from `meta` package for `CREATE DATABASE` 2016-08-30 13:23:49 -05:00
points_writer.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_internal_test.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_test.go Ensure points map to correct shard groups 2016-09-30 13:58:56 +01:00
statement_executor.go fixed two typo 2016-10-13 13:43:38 +08:00
statement_executor_test.go concurrent series limit 2016-08-09 08:58:01 -06:00