不一致のタイプ
バージョン 7.0 で追加。
The checkMetadataConsistency
command performs a series of consistency
checks on sharding metadata and indexes and returns an array of inconsistency
documents.
Inconsistency Type | 説明 |
---|---|
コレクションには、異なるシャード間で一致しないオプションが含まれています。 バージョン8.0の新機能。 | |
コレクションは、 バージョン 7.0 で追加。 | |
ルーティング テーブルには、コレクション シャードキーに対応していない min キーまたは max キーを持つ チャンクが含まれています。 バージョン 7.0 で追加。 | |
The routing table contains a zone with a min key or max key that doesn't correspond to the collection shard key. バージョン 7.0 で追加。 | |
A collection is registered in the バージョン 7.0 で追加。 | |
An index exists on two different shards that contains differing metadata or a specific index is missing on some shards. バージョン 7.0 で追加。 | |
A collection is registered on the sharding catalog but does not exist on the corresponding shard. バージョン8.0の新機能。 | |
シャーディングされたコレクションには、ルーティング テーブルがなくても存在します。 バージョン 7.0 で追加。 | |
A sharded collection exists that doesn't have an index compatible with the collection shard key. バージョン 7.0 で追加。 | |
A range gap exists in the routing table. The last chunk boundary in the routing table does not reach the maximum key value. バージョン 7.0 で追加。 | |
A range gap exists in the routing table. The first chunk does not start from the minimum key value. バージョン 7.0 で追加。 | |
ルーティング テーブルには、同じコレクションの連続する 2 つのチャンク間に範囲ギャップが存在します。 バージョン 7.0 で追加。 | |
The routing table of a collection contains two chunks with overlapping shard key ranges. バージョン 7.0 で追加。 | |
A shard is missing routing information for a collection. バージョン8.0の新機能。 | |
An unsharded collection has an invalid shard key. バージョン8.0の新機能。 | |
An unsharded collection contains multiple chunks. バージョン8.0の新機能。 | |
Overlapping zones exist for the same collection. バージョン 7.0 で追加。 |