Remove logging statement when no shards are active

This commit is contained in:
Jason Tedor 2015-12-05 11:29:28 -05:00
parent fe0b9be472
commit 74a81b4a26
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ public class IndexingMemoryController extends AbstractLifecycleComponent<Indexin
// is actually using (using IW.ramBytesUsed), so that small indices (e.g. Marvel) would not
// get the same indexing buffer as large indices. But it quickly gets tricky...
if (activeShardCount == 0) {
logger.debug("no active shards");
return;
}