Skip to content

Commit 7886659

Browse files
committed
Fix copy/paste comment
1 parent 6f2ea34 commit 7886659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/internalClusterTest/java/org/elasticsearch/index/shard/IndexShardIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)