Acarter#10
Open
calcu16 wants to merge 335 commits into
Open
Conversation
…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.
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
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.