Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anigam selective retry stuff #6

Closed
wants to merge 73 commits into from

Conversation

abhinigam
Copy link

Fixed a bug in the latest version of norbert. Code path is as follows:
a) We hit the initial timeout and do not receive all the responses.
b) The number of responses which do not arrive before initial timeout is greater than FailureThreshold we throw away the responses from the failed nodes.
Affects duplicatesOk=false code path.

Dmytro Ivchenko and others added 30 commits June 28, 2013 12:39
FIX: change version back to 0.6.33
Fixed some norbert tuning parameters to take into account milliseconds to microseconds
Updating Netty Version in Norbert for USCP 2050
Tim Worboys and others added 29 commits December 5, 2013 18:37
… provides duplicatesOk for a single request
Removing the use math.abs, which caused a difference between the java
and scala version becasue scala returns Ints, where java returns longs
I have added a new bind function which allows you to bind using the
hostname and port to allow people to get the hostname themselves and
pass it in if they have a more efficient way than getCanonicalName
Update gitignore and README file
…le MockClock object, which breaks test case. In this change, I convert the MockClock to class and all MockClock object references to instance of MockClock.
Fixing the test case concurrency issue.
Allowing bind to work with hostname and port
…ned load balancer. Prior to this change, load balancer can loop up 2^32 times. Unecessary states checking also discarded.
Fixing inefficiency of default round-robin load balancer for partitioned loadbalancer.
Bumping up the version for load balancer fixes.
…port for JUnit so that tests are discoverable by Gradle
refactored code to be source compatible with Scala 2.10 and added support for JUnit so that tests are discoverable by Gradle
Fixing the capability round-robin test cases.
Fixing counter incrementing for capability round-robin.
bumping version to 0.6.55
@abhinigam abhinigam closed this Feb 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.