mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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…
x
Reference in New Issue
Block a user