Skip to content

Conversation

@calcu16
Copy link

@calcu16 calcu16 commented Aug 15, 2016

No description provided.

Christopher Freeman and others added 30 commits March 3, 2014 16:26
…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...
Pushing the lock-free version of FutureAdapterListener
Deploy Scala version 2.10.3
Fanout-control prototype
Bumping up the gradle version
Adding shutdown pause for shutting down a netty server
thesiddharth and others added 30 commits July 27, 2015 13:32
Add downstreamCallback to DarkCanaryResponseHandler
Conflicts:
	gradle.properties
Remove logging in case fanout controller cannot find a node within li…
Remove infinite retries from sendMessage.
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.