Commit Graph

9 Commits (cdff90865559c42a41b16dc8b46194f10e8a1bf2)

Author SHA1 Message Date
John Shahid 020dd3cb27 Return an error if the storage engine can't be created 2014-09-24 18:06:03 -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 . Fix 
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 
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 . 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