forked from rhavyn/norbert
-
Notifications
You must be signed in to change notification settings - Fork 6
Acarter #10
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
Open
calcu16
wants to merge
335
commits into
jhartman:master
Choose a base branch
from
linkedin:acarter
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Acarter #10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…changes necessary to support Scala cross-building with Gradle using versions 2.8.1 and 2.10.3. Gradle will suffix all Scala modules with the appropriate Scala version suffix (e.g. cluster becomes cluster_2.8.1 and cluster_2.10). Clients that consume Norbert artifacts will have to update the names used in their dependencies to include the suffix. To produce _2.10 artifacts, the crossBuild property needs to be set to true (e.g. gradle -PcrossBuild=true build) otherwise only tasks for the default Scala version (2.8.1) will be executed. Cross-building should be enabled when publishing artifacts but otherwise you may wish to keep it disabled (e.g. if generating an IDE project or if you are iterating on code and don't want the build to take 2x as long)
cross build against scala versions 2.10.3 and 2.8.1
Lock-free version of FutureAdapterListener, Ability to send parameters f...
Bumping up the gradle version
Pushing the lock-free version of FutureAdapterListener
Bumping up the gradle version
Deploy Scala version 2.10.3
Use scala 2.8.1 for sbt
Fanout-control prototype
Bumping up the gradle version
Adding shutdown pause for shutting down a netty server
Bumping up gradle version
First draft for TDNA
Add downstreamCallback to DarkCanaryResponseHandler
Conflicts: gradle.properties
Acarter branch
Remove logging in case fanout controller cannot find a node within li…
Remove infinite retries from sendMessage.
Logger Enhancement.
Stop sending requests to a dark host when it cannot serve them
… if an exception happens in lookupCurrentNodes which can cause the NoNodesAvailableException
Fix ZooKeeperClusterManager: currentNodes may be cleared accidentally if an exception happens in lookupCurrentNodes which can cause the NoNodesAvailableException
When sending DarkCanary request, add the header fields from original Request to newRequest.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.