Skip to content

Releases: Netflix/dyno

Added Features stable

19 Sep 18:04
Compare
Choose a tag to compare

This release stabilizes the new features:

  • Dual writes
  • cross-zone fallback
  • Private IP address support

Dyno secure in VPC

04 Sep 16:19
Compare
Choose a tag to compare
  • Limits Dyno to obtain and keep track of tokens only for nodes in each local datacenter. It addresses a security issue of making HTTP calls for Dynomite-manager tokens across regions. The only negative implication is when we use the JMX getTopologySnapshot we will only see same Datacenter tokens. Hence, we need to check client nodes in all regions to make sure the token distribution is correct.
  • Fixes the bug that the HostToken received from the JSON does not contain a private IP address, hence a node could not be added in the Host connection pool.
  • Added extra reliability in the way we perform requests for the cluster_describe. Before it would try one node and if it failed it would propagate the exception to the connection pool. Now it tries multiple nodes (twice by default) and propagates the last node to the connection pool.
  • Dual writes
  • Fixing some white spaces and some Java convention.

Bug fixes for dual write

14 Aug 00:34
Compare
Choose a tag to compare
Pre-release
Merge pull request #126 from jcacciatore/bugfix-dualwrites

Bug fixes for dual write functionality

Dual Writes

11 Aug 18:51
Compare
Choose a tag to compare
Dual Writes Pre-release
Pre-release

Release candidate includes:

  • Favoring private ip address usage over public hostnames if available
  • Dual Write functionality (see corresponding Wiki page for details)

Cross-rack fallback

22 Jul 23:39
Compare
Choose a tag to compare
Cross-rack fallback Pre-release
Pre-release

Details in this commit

v1.4.6: Merge pull request #115 from jcacciatore/fix-compression-npe

07 Jun 17:10
Compare
Choose a tag to compare

Bug fixes that address the following:

  1. If the local zone is not known the client was throwing an NPE while inferring the replication factor from the topology
  2. If a miss occurs while reading a key and compression is enabled an NPE will be thrown

Minor bug fixes

02 Jun 20:03
Compare
Choose a tag to compare
Minor bug fixes Pre-release
Pre-release

Minor fixes related to compression and zone aware configuration. See commits for details.

v1.4.5

01 Jun 23:16
Compare
Choose a tag to compare
Merge pull request #116 from Netflix/dev

Dev