Releases: thelastpickle/cassandra-reaper
Releases · thelastpickle/cassandra-reaper
2.2.2
2.2.2 (2021/03/09 17:24 +00:00)
- 9083694 Fix EACH and LOCAL modes (@adejanovski)
- e200a03 Add EACH integration tests for Cassandra and Postgres (@adejanovski)
2.2.1
2.2.1 (2021/02/24 14:14 +00:00)
- 6beea94 Fix hardcoded keyspace names and bad pgsql cluster mapping (@adejanovski)
- 5fc5677 Further reduce the number of LWTs involved in segment orchestration (@adejanovski)
2.2.0
2.2.0 (2021/02/22 06:17 +00:00)
- 26c710b New segment orchestration with concurrent repairs. (@adejanovski)
- bb797a3 Fix the redirect for the custom ingress path, post Reaper UI login (@Jenishk56)
- 97fa433 Store replicas in the segments (@adejanovski)
2.1.3
2.1.3 (2020/12/22 13:08 +00:00)
- 3110511 Fix interrupted system call error for shiro initialization (@fatihafizoglu)
- 0a8b915 Remove redundant timeline.css (from older version of the package) (@burmanm)
- 80e4b78 Update Dockerfile to use maintained alpine JDK8 image and install bash to allow bashism in the configure-persistence.sh (@burmanm)
- fabedbb Fix dependency issues in bower, lock font-awesome to 4.6.3 (@burmanm)
- 63a72ad If enableDynamicSeeds is disabled, do not update the seeds list even when readding the same cluster (@burmanm)
- 1fbf033 Move JMX auth credentials out of dockers reaper configuration and into configure-jmx-credentials script. This allows users to start reaper without configuring REAPER_JMX_AUTH_USERNAME and REAPER_JMX_AUTH_PASSWORD. (@van-vliet)
- 24aa024 Expose max pending compactions as configuration option in the docker image using environment variable. (@van-vliet)
2.1.2
2.1.2 (2020/11/03 04:41 +00:00)
- f1c29f6 [UI] Fix switching between clusters in the repair/schedule screens (@adejanovski)
2.1.1
2.1.1 (2020/10/22 15:25 +00:00)
- 7c19b86 Fix Astra migrations with LWTs not being properly allowed. (@adejanovski)
- 56985e8 Use explicit QUORUM on LWTs (@adejanovski)
- a7070a3 Prevent migration 25 from failing if repairs are missing from the repair_run table. (@adejanovski)
2.1.0
2.1.0 (2020/10/15 14:22 +00:00)
- 3e9aa88 Fix race conditions when receiving COMPLETE/SUCCESS notifications if database updates are slow (@adejanovski)
- a9a39e8 Support Astra as storage backend (@adejanovski)
- 2a676b0 Lighten the load on Cassandra backend with less repair_run scans (@adejanovski)
- c93ca03 Fixed typo, noddetool s/b nodetool (@johnsmartco)
- cc6f789 Cache the clusters list for ten seconds (@michaelsembwever)
- 14800fb Change default number of segments per node to a value that will avoid timeouts in most cases. (@adejanovski)
- 1ad7d4b When there are no broadcasters and no known subscriptions, only check for updated events once per minute (@michaelsembwever)
- f54cc11 Only execute distributed reaper operations once we detect multiple reaper instances (@michaelsembwever)
- d6b96e2 Expose pending compactions in /compactions + show them in UI. Fixes #877. (@rzvoncek)
- 61a57fe [UI] Fix color & text wrapping in progress bars. Fixes #874 (@rzvoncek)
- 64bf301 Follow symlinks when searching for reaper jar. (@Bo98)
- a3af825 ISSUE-823: Upgrade UI to React 16 (@ossarga)
- 505eb3a Docker: allow automatic cluster registration (@rzvoncek)
- 33d903c Make JMX credentials configurable when running via Docker (@rzvoncek)
- 7084995 Including spreaper cli to docker image (@velo)
- d16f82e Dockerfile: Bring back the touch on reaper yml file (@rzvoncek)
- 7d66972 Fix file handling + posting forms in spreaper (@rzvoncek)
- 64b4747 Add JMXMP support and customizable AddressTranslator (@vroyer)
- 1288d6e Enable sidecar tests when using Elassandra (@rzvoncek)
- 5eee992 Re-enable docker hub image push during build (@adejanovski)
- 2b7f847 check is enableDynamicSeedList is set before updating seeds (@jsanda)
- 8a28b2d Add launcher SSL/TLS support (@plastikat)
- d39b7a2 [python3] Migrated spreaper python file to python3 style (@albundy83)
- 305be59 [python3] Fixed debian package for spreaper (@albundy83)
- b970844 add support of JAVA_HOME environment (@therb1)
- 896b72b refactor systemd service (@therb1)
- ad51839 Add timestamps to the file logger (@michaelsembwever)
- f94dbf6 Follow symlinks when searching for reaper jar. (@Bo98)
- 6f228c4 update docs and cassandra docker-compose service (@jsanda)
- 40dde9a use docker-compose exec instead of docker exec (@jsanda)
- 62d06fa Added support for custom address translation (@maxshel)
- 72237e3 Add a way to exclude clusters from auto-scheduling (@atallahade)
- 005c949 Issue #809 : Allow for JMX Credentials to be strored alongside JMX Port in the backend storage system. (@denniskline)
2.0.5
2.0.5 (2020/06/19 06:56 +00:00)
- 14800fb Change default number of segments per node to a value that will avoid timeouts in most cases. (@adejanovski)
- 9c51d5b Update documentation for the segment count per node docker var (@adejanovski)
- db59386 ISSUE #900: CI config updates (@ossarga)
- 43ee000 Use checkou@v2 in the GHA workflows (@rzvoncek)
- e1b4aa1 Fix broken Elassandra tests (@rzvoncek)
- 21a993a ISSUE #900: CI config updates (@ossarga)
- 64bf301 Follow symlinks when searching for reaper jar. (@Bo98)
- 6bddbfc Prepare next bug fix release (@adejanovski)
2.0.4
2.0.4 (2020/04/10 12:43 +00:00)
- 5acb462 Add Elassandra integration tests and fix typo in version number (@rzvoncek)
- 64b786c Treat started segments as running when aborting. (@smarsching)
- 818c43b Add timestamps to the file logger (@michaelsembwever)
2.0.3
2.0.3 (2020/03/02 06:12 +00:00)
- 7774e4e Fix large partitions in the metrics v2 table for the sidecar (@adejanovski)
- 05e5f32 Avoid aborting repair segments too early. (@smarsching)