change logging
This commit is contained in:
parent
ba5814a72f
commit
fc812a306b
|
@ -161,7 +161,7 @@ public class ShardStateAction extends AbstractComponent {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (logger.isDebugEnabled()) {
|
if (logger.isDebugEnabled()) {
|
||||||
logger.debug("Applying started shard {}, reason [{}]", shardRouting, reason);
|
logger.debug("applying started shard {}, reason [{}]", shardRouting, reason);
|
||||||
}
|
}
|
||||||
RoutingTable newRoutingTable = shardsAllocation.applyStartedShards(currentState, newArrayList(shardRouting));
|
RoutingTable newRoutingTable = shardsAllocation.applyStartedShards(currentState, newArrayList(shardRouting));
|
||||||
if (routingTable == newRoutingTable) {
|
if (routingTable == newRoutingTable) {
|
||||||
|
|
Loading…
Reference in New Issue