removed a left over debug log
This commit is contained in:
parent
33bb2ecfa8
commit
ae09f85c9e
|
@ -121,7 +121,6 @@ public class TransportClusterStatsAction extends TransportNodesOperationAction<C
|
|||
continue;
|
||||
}
|
||||
for (IndexShard indexShard : indexService) {
|
||||
logger.warn("" + indexShard.shardId() + " " + indexShard.state());
|
||||
if (indexShard.routingEntry().active()) {
|
||||
// only report on fully started shards
|
||||
shardsStats.add(new ShardStats(indexShard, SHARD_STATS_FLAGS));
|
||||
|
|
Loading…
Reference in New Issue