Skip to content

Commit

Permalink
Merge branch 'ecchronos-2.0' into ecchronos-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masokol committed Jul 28, 2023
2 parents 438e57f + 403e8b2 commit 4627f69
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## Version 3.0.1 (Not yet released)

### Merged from 1.0

* Fix repair job priority - Issue #515

## Version 3.0.0

* Add support for repairs without keyspace/table - Issue #158
Expand All @@ -14,8 +20,12 @@
* Remove deprecated scripts (ecc-schedule, ecc-status, ecc-config)
* Add blocked status - Issue #284

## Version 2.0.7 (Not yet released)

### Merged from 1.0

* Fix repair job priority - Issue #515
* Fix malformed IPv6 for JMX - Issue #306

## Version 2.0.6

Expand Down Expand Up @@ -130,6 +140,103 @@
* Add JVM options file
* Make policy changes quicker - Issue #117

## Version 1.2.0 (Not yet released)

* Repairs not scheduled when statistics disabled - Issue #175

### Merged from 1.0

* Fix repair job priority - Issue #515
* Fix malformed IPv6 for JMX - Issue #306
* Step karaf to 4.2.8
* Improve Alarm logging - Issue #191
* Locks get stuck when unexpected exception occurs - Issue #177

## Version 1.1.4 (Not yet released)

#### Merged from 1.0

* Fix repair job priority - Issue #515
* Fix malformed IPv6 for JMX - Issue #306

## Version 1.1.3

* Step karaf to 4.2.8
* Improve Alarm logging - Issue #191
* Locks get stuck when unexpected exception occurs - Issue #177

## Version 1.1.2

### Merged from 1.0

* Add Code Style - Issue #103
* Avoid using concurrent map - Issue #101
* Avoid concurrent modification exception in RSI#close - Issue #99
* Support symlink of ecc binary - PR #114
* Close file descriptors in background mode - PR #115
* Add JVM options file
* Make policy changes quicker - Issue #117

## Version 1.1.1

### Merged from 1.0

* Reduce cache refresh time in TimeBasedRunPolicy to quicker react to configuration changes

## Version 1.1.0

* Add Karaf commands that exposes repair status

### Merged from 1.0

* Fix slow query of repair_history at start-up #86

## Version 1.0.8 (Not yet released)

* Fix repair job priority - Issue #515
* Fix malformed IPv6 for JMX - Issue #306
* Step karaf to 4.2.8
* Improve Alarm logging - Issue #191
* Locks get stuck when unexpected exception occurs - Issue #177

## Version 1.0.7

* Avoid concurrent modification exception in RSI#close - Issue #99
* Support symlink of ecc binary - PR #114
* Close file descriptors in background mode - PR #115
* Add JVM options file
* Make policy changes quicker - Issue #117

## Version 1.0.6

* Reduce cache refresh time in TimeBasedRunPolicy to quicker react to configuration changes

## Version 1.0.5

* Fix slow query of repair_history at start-up #86

## Version 1.0.4

* Reduce error logs to warn for some lock related failures

## Version 1.0.3

* Trigger table repairs more often - Issue #72
* Cache locking failures to reduce unnecessary contention - Issue #70

## Version 1.0.2

* Locking failures log too much - Issue #58
* Fix log file rotation - Issue #61
* Correct initial replica repair group - Issue #60
* Fix statistics when no table/data to repair - Issue #59

## Version 1.0.1

* Dynamic license header check - Issue #37
* Unwind ratio getting ignored - Issue #44
* Reduce memory footprint - Issue #54

## Version 1.0.0

* First release

0 comments on commit 4627f69

Please sign in to comment.