Skip to content

Commit

Permalink
Adds release notes - 1.3.20 (#769)
Browse files Browse the repository at this point in the history
* release notes - 1.3.20

Signed-off-by: Gagan Juneja <[email protected]>

* Adds license files

Signed-off-by: Gagan Juneja <[email protected]>

* Fixes test cases

Signed-off-by: Gagan Juneja <[email protected]>

* Fixes test cases

Signed-off-by: Gagan Juneja <[email protected]>

---------

Signed-off-by: Gagan Juneja <[email protected]>
Co-authored-by: Gagan Juneja <[email protected]>
(cherry picked from commit c43119e)
  • Loading branch information
Gaganjuneja authored and github-actions[bot] committed Dec 9, 2024
1 parent 5e5a9c7 commit 509cd45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Version 1.3.20 Release Notes

Compatible with OpenSearch 1.3.20
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
package org.opensearch.performanceanalyzer.collectors;


import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.common.collect.ImmutableMap;
Expand Down Expand Up @@ -303,6 +304,7 @@ public NodeStatsMetricsAllShardsPerCollectionStatus(ShardStats shardStats) {
}

@SuppressWarnings("checkstyle:parameternumber")
@JsonCreator
public NodeStatsMetricsAllShardsPerCollectionStatus(
long queryCacheHitCount,
long queryCacheMissCount,
Expand Down

0 comments on commit 509cd45

Please sign in to comment.