File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
main/java/org/elasticsearch/reservedstate/service
test/java/org/elasticsearch/health/node Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,6 @@ public Path watchedFile() {
115115 return watchedFile ;
116116 }
117117
118- public FileSettingsHealthTracker healthIndicatorService () {
119- return healthIndicatorTracker ;
120- }
121-
122118 /**
123119 * Used by snapshot restore service {@link org.elasticsearch.snapshots.RestoreService} to prepare the reserved
124120 * state of the snapshot for the current cluster.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected HealthInfo createTestInstance() {
3535 diskInfoByNode ,
3636 randomBoolean () ? randomDslHealthInfo () : null ,
3737 repositoriesInfoByNode ,
38- ( randomFloat () < 0.1 )
38+ randomBoolean ( )
3939 ? FileSettingsHealthInfo .INDETERMINATE
4040 : mutateFileSettingsHealthInfo (FileSettingsHealthInfo .INDETERMINATE )
4141 );
You can’t perform that action at this time.
0 commit comments