Skip to content

Commit f2538e8

Browse files
committed
Added comment
Signed-off-by: Nils Bandener <[email protected]>
1 parent 66f19f0 commit f2538e8

File tree

1 file changed

+1
-0
lines changed
  • src/integrationTest/java/org/opensearch/test/framework/data

1 file changed

+1
-0
lines changed

src/integrationTest/java/org/opensearch/test/framework/data/TestData.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public void putDocuments(Client client, String name, int rolloverAfter) {
235235
}
236236

237237
if (i > nextRollover) {
238+
// This creates several generations of backing indices for data streams
238239
client.admin().indices().rolloverIndex(new RolloverRequest(name, null));
239240

240241
nextRollover += rolloverAfter;

0 commit comments

Comments
 (0)