Todd Persen
|
6eb6e6a993
|
Return nil when we're supposed to stop processing points.
Fix #821
|
2014-10-27 17:02:58 -04:00 |
John Shahid
|
b1646cb68d
|
Make the error message clear when a series is missing
Fix #778
|
2014-10-23 12:23:42 -04:00 |
John Shahid
|
44643de073
|
make sure we close the point iterators
|
2014-10-21 17:57:13 -04:00 |
John Shahid
|
911e1b9055
|
Use the standard heap implementation
|
2014-10-21 17:57:13 -04:00 |
John Shahid
|
7839677804
|
Return the merged data using the alias
Since we return an error if the same series has more than one alias this
fixes #270
|
2014-10-21 17:57:13 -04:00 |
John Shahid
|
78b99f60c6
|
Merge points at the shard level
|
2014-10-21 17:57:13 -04:00 |
John Shahid
|
a9d92301f6
|
More logging
|
2014-10-21 17:57:13 -04:00 |
John Shahid
|
5669346054
|
cleanup the storage keys and point iteration in the shard's code
|
2014-09-10 14:08:07 -04:00 |
John Shahid
|
5ccf2387f6
|
Refactor the point iterator loop in its own struct
|
2014-09-08 13:01:47 -04:00 |
John Shahid
|
4383375fe8
|
Split the different engines in their own types
|
2014-09-03 15:10:43 -04:00 |
Paul Dix
|
78509d918a
|
Don't ever try to query or write against a shard that is closed or deleted.
Uses a RWlock so there's no global lock on writes or queries.
|
2014-08-22 13:41:34 -04:00 |
Paul Dix
|
5403baffd3
|
Add data migration 0.7 -> 0.8
Close #809. Fix #746
|
2014-08-15 13:20:49 -04:00 |
John Shahid
|
39ea797dcd
|
Fix #690. Use idiomatic go project structure
Conflicts:
cluster/cluster_configuration.go
cluster/shard.go
coordinator/command.go
coordinator/coordinator_test.go
coordinator/raft_server.go
daemon/influxd.go
datastore/shard.go
integration/single_server_test.go
parser/query_spec.go
server/server.go
|
2014-07-14 18:47:37 -04:00 |
John Shahid
|
e5276112c1
|
Restructure the codebase to be more idiomatic
|
2014-06-30 11:31:08 -04:00 |