Skip to content

Releases: Netflix/dyno

Do not use Port for Host comparison

01 Feb 04:20
Compare
Choose a tag to compare

The previous fix for moving to compareTo broke the change where we did not use port for host comparison.
Fix It!

Connection Piling fixes

23 Jan 22:59
Compare
Choose a tag to compare

This release fixes a bunch of issues recently occured due to the changes in the comparator contract for Host object.

Fix Client Connections piling up

20 Jan 18:59
Compare
Choose a tag to compare

There are cases where the ip address from token map supplier and host supplier could be different especially in environments like AWS where there could be different private and public ip address. Hence ip address is not a very reliable way to compare hosts. This lead to client constantly trying to make new connections to the dynomite cluster and hence piling up.

We now use host names and rack to compare and match the hosts. And this issue is resolved

Port fix

22 Dec 23:46
Compare
Choose a tag to compare

Dyno can use any port.

v1.5.6

01 Nov 17:58
Compare
Choose a tag to compare
Merge pull request #152 from jcacciatore/feature-cleanup-config-doc

Documentation cleanup for config settings

Bug on host object

31 Oct 03:37
Compare
Choose a tag to compare

Details can be found in: #153

v1.5.5

28 Oct 00:09
Compare
Choose a tag to compare
Switch to jdk8

update travis

27 Oct 21:51
Compare
Choose a tag to compare
v1.5.4

removing debug verbosity

Gradle 3.1 and NetflixOSS 3.5.1

27 Oct 20:13
Compare
Choose a tag to compare

This release updates the Gradle and NetflixOSS

ZADD with more parameters

27 Oct 03:06
Compare
Choose a tag to compare
  • zadd with parameters to support xx, nx and ch params by @v1r3n