Added cluster state version to the debug logging of shards instances used in search.

This commit is contained in:
Boaz Leskes 2013-09-04 11:08:00 +02:00
parent e5b829303e
commit f93efc3605

View File

@ -404,7 +404,7 @@ public abstract class TransportSearchTypeAction extends TransportAction<SearchRe
sb.append(result.shardTarget());
}
logger.debug("Moving to second phase, based on results from: {}", sb);
logger.debug("Moving to second phase, based on results from: {} (cluster state version: {})", sb, clusterState.version());
}
moveToSecondPhase();
}