File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
server/src/main/java/org/elasticsearch/action/admin/cluster/stats Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -591,9 +591,6 @@ tests:
591
591
- class : org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
592
592
method : test
593
593
issue : https://github.com/elastic/elasticsearch/issues/134407
594
- - class : org.elasticsearch.action.admin.cluster.stats.SearchUsageStatsTests
595
- method : testToXContent
596
- issue : https://github.com/elastic/elasticsearch/issues/135558
597
594
- class : org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDeciderTests
598
595
method : testCanAllocatePrimaryExistingInRestoreInProgress
599
596
issue : https://github.com/elastic/elasticsearch/issues/135566
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public SearchUsageStats() {
51
51
this .sections = new HashMap <>();
52
52
this .rescorers = new HashMap <>();
53
53
this .retrievers = new HashMap <>();
54
- this .extendedSearchUsageStats = ExtendedSearchUsageStats . EMPTY ;
54
+ this .extendedSearchUsageStats = new ExtendedSearchUsageStats () ;
55
55
}
56
56
57
57
/**
You can’t perform that action at this time.
0 commit comments