Deleting them broke the build.
This commit moves meta data from the influxdb.Server and extracts it out to a new "meta" package. This package handles all strongly consistent data in the database and maintains a small set of metadata in-memory. Conflicts: meta/store.go
This commit includes various fixes to improve the stability of the raft package tests and benchmarks.