Releases: diegopacheco/dynomite-cluster-checker
Releases · diegopacheco/dynomite-cluster-checker
1.0-GA
0.7.1
FIX bugs:
- Fix connection bug introduced on 0.7.0
- Fix false positive with "awesomeSbrubles_" key - change to "awesomeSbrubles"
0.7.0
- Remove hardcoded port(8102) and get by the parameter.
0.6
- Cache Connections
- Force to use proper logging
- Code Cleanup
- Improve execution time.
0.5.0
- Lots of Refactoring
- New Algorithm: Open connection just once and re-use.
- Better usage of resources(dyno connections)
- Better Code: Better Design using Tasks.
- Clean code: Better OO Design and Introduced Guice.
- Improve documentation: Cleaner and more precise.
0.4.0
- Upgrade Jetty 6 to 9
- We are no longer using jetty plugin
- We are using gretty plugin
- Memory is limited to 2gb at gretty plugin
0.3.0
- Telemetry mode is fully working. I couple of fixes was made here.
- DCC now uses dyno 1.5.7 which previously had a memory leak on Connection when you was trying to close the connection. Now this si fixed. Thanks to the update to dyno 1.5.7
- Small bugs and enhancements
0.2.1 - main Telemety Mode
- We made Telemetry mode works on main class.
0.2.0 - Telemety Mode
0.2.0 Telemetry Mode:
- Telemety Mode: Return 0 for OK and 1 for failure.
0.1.0
- Nodes Checks
- Ping/Pong Check
- Cluster Replication Check
- Cluster Failover Check
- REST API for the JSON report