1.1.0
1.1.0 (2018/02/28 19:25 +00:00)
- e5519a7 updating metrics for repairProgress,segmentsDone,segmentsTotal and added keyspace to metric (@kingm5)
- 3cf121d Prevent stuck segment runner issues on uncatched exceptions (@adejanovski)
- f7a148d Remove unnecessary postpones when a segment isn't allowed to start (@adejanovski)
- bd17578 Ninja fix for error trace overload (@adejanovski)
- 6f3f3fa Initialize JMX connections on startup only when necessary. (@adejanovski)
- 00c2cc7 Fix issue with poorly registered metrics upon node restarts (@adejanovski)
- 07a897c Ninja fix for segment abort (due to a bad rebase) (@adejanovski)
- b9d8681 Switch to re-usable JMX connections instead of re-creating one each time it's needed. (@adejanovski)
- ca2341a UI update for ordering fixes (@adejanovski)
- ea1a0a0 Fix orderings of cluster names, repair runs and schedules (@adejanovski)
- 283f7e2 Add Maven uploads to Bintray (@adejanovski)
- 39e8cab turn on gpg signing of uploaded packages (@adejanovski)
- 6e2afd3 Ninja fix for hardcoded urls (@adejanovski)
- a07d2e6 UI update for segment display/abort (@adejanovski)
- 263f4ec Add ability to list and abort segments (@adejanovski)
- d30d79f fix build by using fpm directly instead of docker-compose (@adejanovski)
- 35694c3 Handle cases where a segment reaches timeout without being in either RUNNING or DONE state. (@adejanovski)
- 0091a4b Push all packages to Bintray on the master branch (beta) and tags (releases). (@adejanovski)
- 65fd58f Prevent crashing the scheduler for RepairManager.resumePendingRepairRuns() in case of unexpected exception. (@adejanovski)
- 07eadc3 added 1st set of metrics suggested (@debswade)
- 67d6721 Another fix for
IllegalStateException: startTime must be set if segment is RUNNING or DONE
(@michaelsembwever) - ff0214f Ninja fix for issue #288 (@adejanovski)
- 13524bc Fix computing too many segments on high clusters with high number of vnodes. (@adejanovski)
- 5a4bfe9 NodeStatus: Handle hostnames in endpointsStatus output (@tedoc2000)
- 6f71b67 Implemented PUT method for change intensity (@kipwoker)
- 5b563db Supported change intensity in web app (@kipwoker)
- 6d06781 Only disable RepairSegment precondition checks when JVM is running with system property "-Dreaper.disableSegmentChecks=true" (@michaelsembwever)