Skip to content

Latest commit

 

History

History
417 lines (304 loc) · 13.5 KB

CHANGES.md

File metadata and controls

417 lines (304 loc) · 13.5 KB

Changes

Version 6.0.1

Version 6.0.0

  • Bump Spring, Tomcat, Java, SnakeYaml, Jackson and various other dependencies - Issues #704, #754

Version 5.0.5

  • Update dependencies to C* 5.0 - Issue #734
  • Bump org.springframework:spring-web from 5.3.34 to 5.3.39 - Issue #733
  • Bump commons-io:commons-io to 2.17.0 - Issue #732
  • State what versions are maintained - Issue #658
  • Investigate Java 17 - Issue #607
  • RetryPolicy: After failing the last connection attempt, the retry time is still applied - Issue #702
  • Define logging levels formally - Issue #666
  • Deprecate cassandra-all to use testContainers instead - Issue #701
  • Update Mockito and JUnit versions - Issue #687
  • Metric status logger for troubleshooting - Issue #397

Version 5.0.4

  • ecChronos will break if repair interval is shorter than the initial delay - Issue #667

Version 5.0.3

  • Spring Framework URL Parsing with Host Validation is vulnerable - Issue #661
  • Possibility for repairs to never be triggered - Issue #264

Version 5.0.2

  • Containerized ecchronos restarting tomcat when Cassandra peer is overloaded - Issue #650
  • Bump tomcat to 9.0.86 - Issue #653
  • Bump springboot to 2.7.18 - Issue #653

Version 5.0.1

  • Improve hang preventing task - Issue #544
  • Improve Description of unwind_ratio - Issue #628

Merged from Version 4.0

Version 4.0.7

  • Removes OSGI/Karaf support - Issue #657

Version 4.0.6

  • Separate serial consistency configuration from remoteRouting functionality - Issue #633

Version 5.0.0

  • Build Ecchronos with Java 11 - Issue 616
  • Bump logback from 1.2.10 to 1.2.13 (CVE-2023-6378) - Issue #622
  • Progress for on demand repair jobs is either 0% or 100% - Issue #593
  • Make priority granularity configurable - Issue #599
  • Bump springboot from 2.7.12 to 2.7.17 - Issue #604
  • Bump io.micrometer from 1.9.2 to 1.9.16 - Issue #604
  • Bump io.dropwizard.metrics from 4.2.10 to 4.2.21 - Issue #604
  • Bump jackson-dataformat-yaml from 2.13.5 to 2.15.2 - Issue #602
  • Make locks dynamic based on TTL of lock table - Issue #543
  • Add new repair type parallel_vnode - Issue #554
  • Add validation of repair interval and alarms - Issue #560
  • Insert into repair history only on session finish - Issue #565
  • Use Caffeine caches instead of Guava - Issue #534
  • Validate TLS config for JMX and CQL - Issue #529
  • Add support for incremental repairs - Issue #31
  • Bump java driver from 4.14.1 to 4.17.0
  • Bump guava from 31.1 to 32.0.1 (CVE-2023-2976)
  • Fix shebang in ecctool - Issue #504
  • Bump springboot from 2.7.5 to 2.7.12 - Issue #500
  • Drop support for Python < 3.8 - Issue #474
  • Drop support for Java 8 and Cassandra < 4 - Issue #493
  • Bump guava from 18.0 to 31.1 - Issue #491
  • Reread repair configuration when a node state changes - Issues #470 and #478
  • Support configuring backoff for failed jobs - Issue #475
  • Dropping keyspaces does not clean up schedules - Issue #469

Merged from 1.2

  • Fix calculation of tokens per repair - Issue #570

Merged from 1.0

  • Fix logging fault reporter raising duplicate alarm - Issue #557
  • Fix priority calculation for local queue - Issue #546
  • Skip unnecessary reads from repair history - Issue #548
  • Fix repair job priority - Issue #515

Merged from 1.2

  • Fix calculation of tokens per repair - Issue #570

Merged from 1.0

  • Fix logging fault reporter raising duplicate alarm - Issue #557

Version 4.0.5

Merged from 1.0

  • Fix priority calculation for local queue - Issue #546
  • Skip unnecessary reads from repair history - Issue #548

Version 4.0.4

Merged from 1.0

  • Fix repair job priority - Issue #515

Version 4.0.3

  • Bump jackson-databind from 2.13.4.1 to 2.13.4.2
  • Improve logging in repairState - Issue #463
  • Set name for all threads - Issue #459
  • Bump apache-karaf from 4.3.6 to 4.3.8 (CVE-2022-40145)

Version 4.0.2

  • Add support for excluding metrics on tags - Issue #446
  • Fix ecctool start with jvm.options - Issue #433
  • Add time.since.last.repaired metric - Issue #423
  • Bump springboot from 2.7.2 to 2.7.5 - Issue #427
  • Use micrometer as metric framework - Issue #422
  • Allow global prefix for metrics - Issue #417
  • Bump prometheus simpleclient from 0.10.0 to 0.16.0 - Issue #416
  • Move exclusion of metrics to each reporter - Issue #411
  • Bump jackson-databind from 2.13.2.2 to 2.13.4.1
  • Default duration to GC grace, repairInfo for table - Issue #409
  • Don't create auth-provider if CQL credentials disabled - Issue #398
  • Add possibility to decide reporting for metrics - Issue #390
  • Update ecctool argparser descriptions - Issue #395
  • Disable driver metrics if statistics.enabled=false - Issue #391
  • Reload sslContext for cql client if certs change - Issue #329
  • Expose java driver metrics - Issue #368
  • Split metrics into separate connector - Issue #369
  • Add possibility to exclude metrics through config - Issue #367
  • Fix help for ecctool run-repair - Issue #365
  • Sort repair-info based on repaired-ratio - Issue #358
  • Support keyspaces and tables with camelCase - Issue #362
  • Fix limit for repair-info - Issue #359
  • Remove version override of log4j - Issue #356
  • Throw configexception if yaml config contains null - Issue #352
  • Add cluster-wide support for repair-info - Issue #156
  • Example size targets are incorrect in schedule.yml - Issue #337
  • Add repair-info - Issue #327
  • Add config to skip schedules of tables with TWCS - Issue #151
  • Add metric for failed and succeeded repair tasks - Issue #295
  • Remove deprecated v1 REST interface
  • Migrate to datastax driver-4.14.1 - Issue #269
  • Add PEM format support - Issue #300

Version 3.0.1 (Not yet released)

Merged from 1.2

  • Fix calculation of tokens per repair - Issue #570

Merged from 1.0

  • Fix logging fault reporter raising duplicate alarm - Issue #557
  • Fix priority calculation for local queue - Issue #546
  • Skip unnecessary reads from repair history - Issue #548
  • Fix repair job priority - Issue #515

Version 3.0.0

  • Add support for repairs without keyspace/table - Issue #158
  • Add Cassandra health indicator and enable probes - Issue #192
  • Add support for clusterwide repairs - Issue #299
  • Add custom HTML error page
  • Make fault reporter pluggable
  • Fix JMX URI validation with new Java versions - Issue #306
  • Reworked rest interface - Issue #257
  • Bump springboot from 2.6.4 to 2.6.6
  • Offset next runtime with repair time taken - Issue #121
  • Remove deprecated scripts (ecc-schedule, ecc-status, ecc-config)
  • Add blocked status - Issue #284

Version 2.0.7 (Not yet released)

Merged from 1.2

  • Fix calculation of tokens per repair - Issue #570

Merged from 1.0

  • Fix logging fault reporter raising duplicate alarm - Issue #557
  • Fix priority calculation for local queue - Issue #546
  • Skip unnecessary reads from repair history - Issue #548
  • Fix repair job priority - Issue #515
  • Fix malformed IPv6 for JMX - Issue #306

Version 2.0.6

  • Add ecc-schedule command - Issue #158
  • Consolidate all scripts into single script with subcommands - Issue #170
  • Bump springboot from 2.5.6 to 2.6.4 (CVE-2021-22060, CVE-2022-23181)
  • Bump logback from 1.2.3 to 1.2.10 (CVE-2021-42550)
  • Bump apache-karaf from 4.2.8 to 4.3.6 (CVE-2021-41766, CVE-2022-22932)
  • Always create pidfile - Issue #253
  • Sort repair-status on newest first - Issue #261

Version 2.0.5

  • Step log4j-api version to 2.15.0 - Issue #245

Version 2.0.4

  • Handle endpoints with changing IP addresses - Issue #243
  • Log exceptions during creation/deletion of schedules
  • Update gson to 2.8.9 - Issue #239
  • Update netty to 4.1.69.Final
  • Many exceptions if Ongoing Repair jobs cannot be fetched - Issue #236
  • Update springbootframework to 2.5.6 - Issue #233
  • Update netty to 4.1.68.Final - Issue #228
  • Schedules are not deleted when dropping tables - Issue #230
  • Step simpleclient to 0.10.0

Version 2.0.3

  • Fixed signing issue of karaf feature artifact

Version 2.0.2 (Not Released)

  • Support certificatehandler pluggability
  • Improve logging - Issue #191
  • Fix On Demand Repair Jobs always showing topology changed after restart
  • Fix reoccurring flag in ecc-status showing incorrect value
  • Update Netty io version to 4.1.62.Final
  • Update commons-io to 2.7
  • Update spring-boot-dependencies to 2.5.3 - Issue #223

Merged from 1.0

  • Step karaf to 4.2.8
  • Improve Alarm logging - Issue #191

Version 2.0.1

  • Add possibilities to only take local locks - Issue #175
  • Remove default limit of ecc-status
  • Process hangs on timeout - Issue #190

Version 2.0.0

  • OnDemand Job throws NPE when scheduled on non-existing table/keyspace - Issue #183

Merged from 1.2

  • Repairs not scheduled when statistics disabled - Issue #176

Version 2.0.0-beta

  • Add Code Style - Issue #103
  • Avoid using concurrent map - Issue #101
  • Move alarm handling out of TableRepairJob
  • Add State to each ScheduledJob
  • Change executable file name from ecChronos to ecc
  • Change configuration file name from ecChronos.cfg to ecc.cfg
  • Add RepairJobView
  • Add HTTP server with REST API - Issue #50
  • Expose metrics through JMX - Issue #75
  • Add ecc-config command that displays repair configuration
  • Remove usage of joda time - Issue #95
  • Proper REST interface - Issue #109
  • Make scheduler interval configurable - Issue #122
  • Add manual repair - Issue #14
  • Use yaml format for configuration - Issue #126
  • Use springboot for REST server - Issue #111
  • Add Health Endpoint - Issue #131
  • Use table id in metric names - Issue #120
  • Add authentication for CQL and JMX - Issue #129
  • Add TLS support for CQL and JMX - Issue #129
  • Expose Springboot configuration - Issue #149
  • Per table configurations - Issue #119

Merged from 1.2

  • Add support for sub range repairs - Issue #96
  • Locks get stuck when unexpected exception occurs - Issue #177

Merged from 1.1

  • Add Karaf commands that exposes repair status

Merged from 1.0

  • Dynamic license header check - Issue #37
  • Unwind ratio getting ignored - Issue #44
  • Reduce memory footprint - Issue #54
  • 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
  • Cache locking failures to reduce unnecessary contention - Issue #70
  • Trigger table repairs more often - Issue #72
  • Reduce error logs to warn for some lock related failures
  • Fix slow query of repair_history at start-up #86
  • Reduce cache refresh time in TimeBasedRunPolicy to quicker react to configuration changes
  • 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.2.0 (Not yet released)

  • Fix calculation of tokens per repair - Issue #570
  • Repairs not scheduled when statistics disabled - Issue #175

Merged from 1.0

  • Fix logging fault reporter raising duplicate alarm - Issue #557
  • Fix priority calculation for local queue - Issue #546
  • Skip unnecessary reads from repair history - Issue #548
  • 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 logging fault reporter raising duplicate alarm - Issue #557
  • Fix priority calculation for local queue - Issue #546
  • Skip unnecessary reads from repair history - Issue #548
  • 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 logging fault reporter raising duplicate alarm - Issue #557
  • Fix priority calculation for local queue - Issue #546
  • Skip unnecessary reads from repair history - Issue #548
  • 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