Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Version 1.12.0.0 (Version compatible with elasticsearch 7.10.0)

Compare
Choose a tag to compare
@khushbr khushbr released this 25 Nov 02:15

2020-11-24 Version 1.12.0.0 (Current)

Supported Elasticsearch version 7.10.0

Features

  • Publish shard state metrics (#212)
  • Add Master Throttling Collector Metrics (#227)
  • Publish fault detection metrics (#218)
  • [RCA] Publish fault detection metrics (#470)
  • Adding new GC info collector to the scheduled metrics collector(#225)

Enhancements

  • Updating Default Port web-server to 9600 (#233)
  • Adding collectors to ConfigOverrides to enable disable them dynamically (#488)
  • Evaluate the 128G RCAs only if CMS is the collector for OldGen (#482)
  • Enable young gen tuning by default (#489)
  • Add more RCA metrics (#492)
  • PersistableSlidingWindow#load() modification (#495)
  • Making GRPC Port Configurable (#507)
  • Modify set docker-compose path (#517)
  • Operational metrics for 128GB heap decider components (#478)
  • Adjust resizable queue lower bounds to align with the default capacity(200/1000) suggested by ES (#483)

Bug fixes

  • Cache Size metric: Using the Actual Cache Values and not the Delta (#231)
  • Fix bug where collector startTime is in nanoseconds (#486)
  • Fixes exception due to writing existing file (#490)
  • Fix actions not muting (#506)
  • Fix flaky heap size increase integration test (#516)

Infrastructure

  • Set up jacoco for code coverage (#234)

Documentation

  • [RCA] Changes to the ReadMe File and deserializing the summary. (#494)

Maintenance

  • Fix failing cache IT (#497)
  • Add ITs for JVM old gen policy (#499)
  • Fixing Spotbugs issue (#500)
  • Adding custom Suppress FindBugs class to make it JDK8 compatible (#502)
  • Use aarch64 compatible version of SQLiteJDBC (#510)
  • Collator integ test (#501)
  • Adding the Json Parser Object as the Class Member Variable (#503)
  • Add PersistableSlidingWindow UT for multiple writes (#515)
  • Updating the com.github.spotbugs to latest 4.6.0 version (#522)

Refactoring