Releases: Netflix/dynomite-manager
Releases · Netflix/dynomite-manager
Fix restores; Restart dynomite process if it's down (attempt 2)
Merge pull request #129 from smukil/restart_server_process_if_down Restart Dynomite process if it stops running
Fix restores; Restart dynomite process if it's down
Merge pull request #129 from smukil/restart_server_process_if_down Restart Dynomite process if it stops running
stats_listen
Merge pull request #100 from Netflix/stats_listen Add stats_listen option in dynomite yml file
Secure Storage Port in Cluster Describe
This release adds a secure storage port in the cluster describe json.
It is expected that Dyno will take these and use them for connection is SSLSocketFactory is provided by the user
Secure Port in Cluster Describe
Merge pull request #96 from Netflix/securePort Add a configuration for secure port
Expose Ports
- Port numbers are now stored in Cassandra token cluster
- Port numbers are integrated in the JSON response to the client
Deduplication cass calls
This release includes a caching layer between DM and Cassandra token cluster. This can protect the Cassandra cluster from getting overloaded by the client requesting for the token supplier.
RocksDB improvements
- RocksDB Loglevel configurable through FPs
- Increasing size of memtables from 128MB to 256MB
- Simplifying ARDB configurations
- Exposing more information on REST Status
Restore fix
v2.0.10 fixing bug in restores
Configuration Names
Dynomite-manager (DM) consists of multiple configurations.
FloridaConfig
: configures the DM-related properties.AWSCommonConfug
: configures the AWS properties. If AWS is not used then these properties do not have to be implemented in the containerCassCommonConfig
: configures the Cassandra properties. If Cassandra is not used then these properties do not have to be implemented in the containerCommonConfig
: common configuration across sidecars.