File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/internalClusterTest/java/org/elasticsearch/index/shard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ public void testShardWriteLoadsArePresent() {
378378 assertTrue (shardWriteLoads .isEmpty ());
379379 }
380380
381- // Turn on collection of write load stats.
381+ // Turn on collection of write- load stats.
382382 updateClusterSettings (
383383 Settings .builder ()
384384 .put (
@@ -389,7 +389,7 @@ public void testShardWriteLoadsArePresent() {
389389 );
390390
391391 try {
392- // Force a ClusterInfo refresh to run collection of the node thread pool usage stats.
392+ // Force a ClusterInfo refresh to run collection of the write-load stats.
393393 ClusterInfoServiceUtils .refresh (clusterInfoService );
394394 final Map <ShardId , Double > shardWriteLoads = clusterInfoService .getClusterInfo ().getShardWriteLoads ();
395395
You can’t perform that action at this time.
0 commit comments