Commit Graph

19 Commits (baabefd455d99fa82c9b41dfae8c70271b3a5812)

Author SHA1 Message Date
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 465614c173 Modify merge to work with regex 2014-10-21 17:57:13 -04:00
John Shahid 2a890137f4 Use rocksdb 3.5.1
Fix #1019
2014-10-10 16:11:17 -04:00
John Shahid 78f8c3924c Return an error if the storage engine can't be created 2014-09-22 10:43:23 -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 dcbadb92f8 We should just keep track of the time object instead of the seconds 2014-08-07 13:14:30 -04:00
John Shahid afe3f9607b Add the sentinel values for all db on creation
Fix #772
2014-07-21 13:36:08 -04:00
John Shahid 51f5a9eef3 Lower the default map size to make it work on 32 bit machines 2014-07-15 11:11:37 -04:00
John Shahid aac69f02c5 Remove a Printf 2014-07-14 18:47:37 -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