Skip to content

Commit 40c08c9

Browse files
committed
gradle rerun
Signed-off-by: tanishq ranjan <[email protected]>
1 parent 8b227b0 commit 40c08c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ private static AggregateFileCacheStats setAggregateFileCacheStats(long active, l
756756
0,
757757
0,
758758
0,
759+
0,
759760
AggregateFileCacheStats.FileCacheStatsType.OVER_ALL_STATS
760761
);
761762
FileCacheStats fullStats = new FileCacheStats(
@@ -766,6 +767,7 @@ private static AggregateFileCacheStats setAggregateFileCacheStats(long active, l
766767
0,
767768
0,
768769
0,
770+
0,
769771
AggregateFileCacheStats.FileCacheStatsType.FULL_FILE_STATS
770772
);
771773
FileCacheStats blockStats = new FileCacheStats(
@@ -776,6 +778,7 @@ private static AggregateFileCacheStats setAggregateFileCacheStats(long active, l
776778
0,
777779
0,
778780
0,
781+
0,
779782
AggregateFileCacheStats.FileCacheStatsType.BLOCK_FILE_STATS
780783
);
781784
FileCacheStats pinnedStats = new FileCacheStats(
@@ -786,6 +789,7 @@ private static AggregateFileCacheStats setAggregateFileCacheStats(long active, l
786789
0,
787790
0,
788791
0,
792+
0,
789793
AggregateFileCacheStats.FileCacheStatsType.PINNED_FILE_STATS
790794
);
791795
return new AggregateFileCacheStats(System.currentTimeMillis(), overallStats, fullStats, blockStats, pinnedStats);

0 commit comments

Comments
 (0)