This commit adds the ability to cluster multiple nodes together to share the same metadata through raft consensus.
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