Skip to content

Releases: Netflix/dynomite-manager

Fix restores; Restart dynomite process if it's down (attempt 2)

14 Dec 04:02
032d365
Compare
Choose a tag to compare
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

14 Dec 02:30
032d365
Compare
Choose a tag to compare
Merge pull request #129 from smukil/restart_server_process_if_down

Restart Dynomite process if it stops running

stats_listen

24 Apr 18:06
3379f21
Compare
Choose a tag to compare
stats_listen Pre-release
Pre-release
Merge pull request #100 from Netflix/stats_listen

Add stats_listen option in dynomite yml file

Secure Storage Port in Cluster Describe

21 Feb 00:05
12aefc4
Compare
Choose a tag to compare

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

20 Feb 20:39
2aab607
Compare
Choose a tag to compare
Merge pull request #96 from Netflix/securePort

Add a configuration for secure port

Expose Ports

09 Feb 18:41
40489af
Compare
Choose a tag to compare
  • Port numbers are now stored in Cassandra token cluster
  • Port numbers are integrated in the JSON response to the client

Deduplication cass calls

17 Jan 23:43
5e834ff
Compare
Choose a tag to compare

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

14 Dec 21:34
Compare
Choose a tag to compare
  • RocksDB Loglevel configurable through FPs
  • Increasing size of memtables from 128MB to 256MB
  • Simplifying ARDB configurations
  • Exposing more information on REST Status

Restore fix

28 Oct 00:32
Compare
Choose a tag to compare
Restore fix Pre-release
Pre-release
v2.0.10

fixing bug in restores

Configuration Names

25 Oct 20:31
Compare
Choose a tag to compare
Configuration Names Pre-release
Pre-release

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 container
  • CassCommonConfig: configures the Cassandra properties. If Cassandra is not used then these properties do not have to be implemented in the container
  • CommonConfig: common configuration across sidecars.