This commit is contained in:
Boaz Leskes 2015-12-08 09:36:10 +01:00
parent 82b502c21f
commit 0809e4a65f
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public class TransportIndexAction extends TransportReplicationAction<IndexReques
update = operation.parsedDoc().dynamicMappingsUpdate(); update = operation.parsedDoc().dynamicMappingsUpdate();
if (update != null) { if (update != null) {
throw new RetryOnPrimaryException(shardId, throw new RetryOnPrimaryException(shardId,
"Dynamics mappings are not available on the node that holds the primary yet"); "Dynamic mappings are not available on the node that holds the primary yet");
} }
} }
final boolean created = indexShard.index(operation); final boolean created = indexShard.index(operation);