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 01:37
a8aa2e0

2020-11-24 Version 1.12.0.0 (Current)

Supported Elasticsearch version 7.10.0

Features

  • Publish fault detection metrics (#470)

Enhancements

  • 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

  • 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

Documentation

  • 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