Commit Graph

11 Commits (3a7ef7684f2b273993918a4b824a0ec56f0dc24a)

Author SHA1 Message Date
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