Skip to content

Commit

Permalink
[Backport 2.x] Adds release notes - 1.3.20 (#772)
Browse files Browse the repository at this point in the history
* Adds release notes - 1.3.20 (#769)

* release notes - 1.3.20

Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>

* Adds license files

Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>

* Fixes test cases

Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>

* Fixes test cases

Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>

---------

Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
Co-authored-by: Gagan Juneja <gjjuneja@amazon.com>
(cherry picked from commit c43119e)

* Fixes license file

Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>

---------

Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
Co-authored-by: Gagan Juneja <gagandeepjuneja@gmail.com>
Co-authored-by: Gagan Juneja <gjjuneja@amazon.com>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent 56ac635 commit c1830dc
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 @@ -8,6 +8,7 @@
import static org.opensearch.performanceanalyzer.commons.stats.metrics.StatExceptionCode.NODESTATS_COLLECTION_ERROR;
import static org.opensearch.performanceanalyzer.commons.stats.metrics.StatMetrics.NODE_STATS_ALL_SHARDS_METRICS_COLLECTOR_EXECUTION_TIME;

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 @@ -278,6 +279,7 @@ public NodeStatsMetricsAllShardsPerCollectionStatus(ShardStats shardStats) {
}

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

0 comments on commit c1830dc

Please sign in to comment.