Commit graph

1610 commits

Author SHA1 Message Date
Patrik Nordwall
ea78e6d805 Documentation of constent hashing router, see #944
* Document sample to illustrate usage
* Rewrote RouterViaConfig to real DocSpec
* Added configuration snippets for all router types
2012-09-11 20:51:26 +02:00
Patrik Nordwall
521d20ba73 Make ConsistentHash immutable, see #944
* Makes it thread safe
* Also changed two scary (mutable Array) fields in MurmurHash to private
* Note in migration guide about changed api for ConsistentHash
2012-09-11 20:51:02 +02:00
Patrik Nordwall
13515088c7 Merge branch 'master' into wip-2103-cluster-routers-patriknw
Conflicts:
	akka-docs/project/migration-guide-2.0.x-2.1.x.rst
2012-09-11 16:41:26 +02:00
Patrik Nordwall
c7e2f720df Merge pull request #694 from akka/wip-2455-cluster-experimental-patriknw
Mark cluster as experimental, see #2455
2012-09-11 06:27:02 -07:00
Patrik Nordwall
3066ddad44 Incorparate review feedback, see #2455 2012-09-11 15:22:17 +02:00
Patrik Nordwall
911ef6b97e Merge pull request #668 from akka/wip-1588-cluster-death-watch-patriknw
Death watch hooked up with cluster failure detector, see #1588
2012-09-11 06:13:44 -07:00
Patrik Nordwall
018a949678 Merge branch 'master' into wip-2103-cluster-routers-patriknw
Conflicts:
	akka-cluster/src/multi-jvm/scala/akka/cluster/ClientDowningNodeThatIsUnreachableSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/ClientDowningNodeThatIsUpSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/ConvergenceSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/LeaderDowningNodeThatIsUnreachableSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/LeaderElectionSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/MultiNodeClusterSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/SingletonClusterSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/SplitBrainSpec.scala
	akka-cluster/src/multi-jvm/scala/akka/cluster/UnreachableNodeRejoinsClusterSpec.scala
	akka-cluster/src/test/scala/akka/cluster/ClusterSpec.scala
	akka-remote/src/main/scala/akka/routing/RemoteRouterConfig.scala
2012-09-11 10:55:47 +02:00
Patrik Nordwall
a6a2eba231 Mark cluster as experimental, see #2455
* Speparate section in docs, explaining what experimental means
* Renamed the artifactId to akka-cluster-experimental and
 akka-remote-tests-experimental
2012-09-11 09:18:00 +02:00
Viktor Klang
d73c27106f Removing the smartypants setting from setup.py 2012-09-10 16:38:49 +02:00
Viktor Klang
3cac192841 There was an error in the placement of the smartypants setting, fixed that and added exit code to the output if pygment installation fails. 2012-09-10 16:37:29 +02:00
Viktor Klang (√)
edaa9520ce Merge pull request #680 from akka/wip-autoversion-√
Switching to autoselecting scala version for the artifact of akka-cluste...
2012-09-09 14:51:38 -07:00
Viktor Klang (√)
bef089e288 Merge pull request #682 from akka/wip-2427-√
#2427 - Hiding AkkaSpec from FSMDocSpec
2012-09-09 14:51:04 -07:00
Viktor Klang (√)
4e7e89528f Merge pull request #683 from akka/wip-2476b-√
#2476 - Fixing broken links to typesafe.com (master)
2012-09-09 14:48:34 -07:00
Viktor Klang (√)
da8a62545d Merge pull request #686 from akka/wip-2432-√
#2432 - turning off smarty pants so that our quotes don't get mangled in...
2012-09-09 14:47:51 -07:00
Viktor Klang
0c7094f6af #2441 - Updating howto.rst to include all the summer of blog posts and removed the howdoi.rst 2012-09-07 18:29:31 +02:00
Viktor Klang
ac55ce7693 #2432 - turning off smarty pants so that our quotes don't get mangled in code samples. 2012-09-07 18:03:46 +02:00
Patrik Nordwall
b400b0b818 Merge branch 'master' into wip-2103-cluster-routers-patriknw
Conflicts:
	akka-remote/src/main/scala/akka/routing/RemoteRouterConfig.scala
2012-09-07 16:57:49 +02:00
Viktor Klang
4e60405708 #2476 - Fixing broken links to typesafe.com 2012-09-07 16:14:04 +02:00
Viktor Klang
5169630c4e #2427 - Hiding AkkaSpec from FSMDocSpec 2012-09-07 16:03:37 +02:00
Viktor Klang
d895806b6e Switching to autoselecting scala version for the artifact of akka-cluster 2012-09-07 15:48:39 +02:00
Viktor Klang (√)
e7e18a205c Merge pull request #674 from akka/wip-2469-√
#2469 - Switching to scala.util.Try instead of Either[Throwable, T] in t...
2012-09-06 12:08:31 -07:00
Viktor Klang (√)
369e056ddb Merge pull request #663 from gseitz/wip-2123-allow-escape-sequences-in-ActorPath-gseitz
Allow escape sequences in actor names, see #2123.
2012-09-06 03:10:35 -07:00
Viktor Klang (√)
b8ddc1c565 Merge pull request #667 from akka/wip-2463-√
Wip 2463 √
2012-09-06 03:09:35 -07:00
Viktor Klang
5c5d8674f2 Adding migration docs for the Either => Try changes as well as cleaning up a couple of imports 2012-09-06 11:59:22 +02:00
Viktor Klang
4eee04cb60 #2469 - Switching to scala.util.Try instead of Either[Throwable, T] in the codebase 2012-09-06 03:17:51 +02:00
Gerolf Seitz
07daa444f0 Docs update for escaped characters in names, see#2123 2012-09-03 21:42:24 +02:00
Patrik Nordwall
dad04cf9e5 DeathWatch must only notify when watching, see #1588
* Discard Terminated when not watching the subject
* This will filter eventual duplicates
* Note about the fw case  in Scaladoc of Terminated
* Added description of changed behaviour in migration guide
2012-09-03 18:36:11 +02:00
Viktor Klang
f066f2d043 #2463 - Making it possible to configure the Deserializer for 0MQ and fixing an exhaustiveness check in patmat for SocketOptions 2012-08-31 13:56:37 +02:00
Patrik Nordwall
6b3161acbe Merge pull request #651 from akka/wip-1916-cluster-doc-patriknw
First part of usage doc for cluster, see #1916
2012-08-31 03:27:59 -07:00
Patrik Nordwall
602852ba12 Some clarifications from review, see #1916 2012-08-31 12:27:17 +02:00
Björn Antonsson
9d7ac4009d Merge pull request #660 from akka/wip-2314-rewrite-future-docs-to-scala.concurrent.future-ban 2012-08-31 03:04:15 -07:00
Viktor Klang
22ba933152 The Unborkening 2012-08-31 10:48:31 +02:00
Viktor Klang
d209247b7f Clarifying in the docs that the user gets an ActorRef and not a RoutedActorRef 2012-08-30 18:09:31 +02:00
Viktor Klang
4c859420d1 Adding :ActorRef to signal that actorOf returns an ActorRef for routers as well 2012-08-30 18:05:28 +02:00
Viktor Klang
2c251ccf1c #2436 - Changing typo in untyped actor code 2012-08-30 16:27:00 +02:00
Björn Antonsson
6a23ff6add Clarified that the Future is in the Scala Standard Library. See #2314 2012-08-30 14:52:25 +02:00
Viktor Klang (√)
da7b6ef3f3 Merge pull request #657 from akka/wip-2451-√
#2451 - Changing so that Stash overrides postStop instead so that stashe...
2012-08-30 05:37:37 -07:00
Viktor Klang (√)
4ab5cef2e9 Merge pull request #656 from akka/wip-2396-√
#2396 - Removing the Props.apply(ActorContext => Actor.Receive) method a...
2012-08-30 05:37:17 -07:00
Viktor Klang (√)
b404d75521 Merge pull request #649 from bjornharrtell/patch-4
Add warning about passing mutable state into the constructor of an Actor
2012-08-30 05:36:51 -07:00
Patrik Nordwall
228525a458 Describe API changes for custom routers in migration guide 2012-08-30 13:32:13 +02:00
Patrik Nordwall
39a71e50d6 Fix compilation errro in docs code 2012-08-30 12:48:11 +02:00
Viktor Klang
f9a58ea430 Reintroduced preRestart override for Stash and added Stash-changes to the migration docs 2012-08-30 12:18:51 +02:00
Björn Antonsson
217a9c2cf9 Changing Doc from Akkas futures to Scalas futures and cleanup of examples. See #2314 2012-08-30 12:18:01 +02:00
Viktor Klang
3c3c84d4d8 Adding migration notes around the removal of Props(ActorContext => Actor.Receive) 2012-08-30 12:03:09 +02:00
Jonas Bonér
042f9f8206 Fixed typo 2012-08-30 10:13:27 +03:00
Björn Harrtell
15b225b7a6 Add warning block 2012-08-29 17:11:31 +02:00
Patrik Nordwall
a237058b64 First part of usage doc for cluster, see #1916
* Sample app, akka-sample-cluster
* Preparing Your Project for Clustering
* A Simple Cluster Example
* Automatic vs. Manual Joining
* Automatic vs. Manual Downing
* Configuration
2012-08-27 17:15:11 +02:00
Amir Moulavi
d0703d1361 Merge branch 'master' of github.com:amir343/akka 2012-08-27 09:28:45 +02:00
Amir Moulavi
a281e627a9 A typo is corrected. It should be 'affect' instead of 'effect' 2012-08-27 09:28:08 +02:00
Björn Harrtell
d65ed2a007 Add warning about passing mutable state into the constructor of an Actor
I was bitten by this when I created actors as a reaction in recieve, passing sender as parameter to the new Actor.
2012-08-25 13:05:27 +03:00