influxdb/meta/internal
Ben Johnson 767307eed6 convert meta shard owners to objects
This commit converts meta.ShardInfo.OwnerIDs from a slice of ids
to a slice of objects. This is to support adding statuses for a
shard for a given node. For example, a node may have a shard
assigned to it but it is currently copying the shard and is not
ready to serve data for it.

The old `OwnerIDs` is marked as deprecated, however, the code
still supports loading from older protobuf-encoded data.
2015-08-31 16:33:13 -06:00
..
meta.pb.go convert meta shard owners to objects 2015-08-31 16:33:13 -06:00
meta.proto convert meta shard owners to objects 2015-08-31 16:33:13 -06:00