Jonas Bonér
6117e599d6
Added more info about how to create tickets in assembla
2011-07-06 11:17:56 +02:00
Jonas Bonér
f2dd6bddb3
1. Added configuration option for 'preferred-nodes' for a clustered actor. The replica set is now tried to be satisfied by the nodes in the list of preferred nodes, if that is not possible, it is randomly selected among the rest.
...
2. Added test for it.
3. Fixed wrong Java fault-tolerance docs
4. Fixed race condition in maintenance of connections to new nodes
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-07-05 13:28:02 +02:00
Jonas Bonér
5a04095c6b
Added multi-jvm test for ClusterDeployer
2011-06-27 08:51:54 +02:00
Jonas Bonér
38e50b77a5
Removed link to second non-existing chapter in the getting started guide
2011-06-23 14:48:48 +02:00
Roland
1c97275745
Merge branch 'temp'
2011-06-19 22:24:04 +02:00
Roland
22c067e239
add TestFSMRef docs
2011-06-19 22:20:45 +02:00
Roland
a45267e967
break out LoggingFSM trait and add rolling event log
2011-06-19 21:20:14 +02:00
Roland
39e41c6596
change all actor logging to use Actor, not ActorRef as source instance
2011-06-19 21:07:49 +02:00
Roland
76e8ef4e24
add debug traceability to FSM (plus docs)
2011-06-19 18:03:01 +02:00
Roland
ca36b556fb
add terminate(Shutdown) to FSM.postStop
2011-06-19 17:45:59 +02:00
Roland
2852e1a763
make available TestKitLight without implicit ActorRef
2011-06-19 17:41:19 +02:00
Roland
1970b96ae5
make TestKit methods return most specific type
...
document all testkit methods
2011-06-19 17:35:11 +02:00
Roland
1e4084e843
document logging and testing settings
2011-06-19 17:08:50 +02:00
Roland
8c80548493
document actor logging options
2011-06-19 17:05:19 +02:00
Roland
f3a7c4149a
document channel and !!/!!! changes
2011-06-19 17:05:16 +02:00
Roland
899b7ccdc0
first part of scala/actors docs
2011-06-19 16:35:08 +02:00
Roland
4c4fc2f058
enable quick build of akka-docs (html)
2011-06-19 16:31:18 +02:00
Derek Williams
5747fb7e64
Added myself to the team
2011-06-18 22:32:40 -07:00
Jonas Bonér
5bcbdb22eb
Merge branch 'master' of github.com:jboner/akka
2011-06-16 11:25:56 +02:00
Jonas Bonér
6f89c6270e
Renamed ReplicationSpec to TransactionLogSpec. + Added sections to the Developer Guidelines on process
2011-06-16 11:25:48 +02:00
Roland
6a3049e4c5
document Channel contravariance
2011-06-15 21:05:37 +02:00
Viktor Klang
37120150fd
Fixing ticket #908
2011-06-15 18:37:36 +02:00
Viktor Klang
0c21afebdd
Fixing ticket #907
2011-06-15 18:26:56 +02:00
Viktor Klang
e3e389e14f
Fixing spelling errors in docs
2011-06-13 16:47:18 +02:00
Viktor Klang
fa0478bc32
Replacing !!! with ?
2011-06-13 13:43:21 +02:00
Viktor Klang
fd5afde4ff
Adding 'ask' to replace 'sendRequestReplyFuture' and removing sendRequestReply
2011-06-13 13:28:29 +02:00
Jonas Bonér
5c92a2704d
Moved 'akka.remote' config elements into 'akka.cluster'
2011-06-10 20:49:00 +01:00
Viktor Klang
ed5ac01d72
Removing Jersey from the docs
2011-06-07 01:58:21 -05:00
Viktor Klang
94c977e455
Adding documentation for specifying Mist root endpoint id in web.xml
2011-06-05 22:13:16 -07:00
Viktor Klang
c3ee1244be
Removing the Jersey Http Security Module plus the AkkaRestServlet
2011-06-05 19:29:46 -07:00
Viktor Klang
b0952e5212
Renaming Future.failure to Future.recover
2011-06-02 13:33:49 -07:00
Viktor Klang
49883d8c59
Adding support for completing senderFutures when actor is stopped, closing ticket #894 . Also renaming DurableEventBasedDispatcher to DurableDispatcher
2011-05-26 20:38:42 +02:00
Peter Vlugter
fb200b094a
Fix warnings in docs
2011-05-26 17:22:13 +12:00
Peter Vlugter
046399c9df
Update docs
...
- use current version (2.0-SNAPSHOT) for easy search and replace
- some updates from akka-modules remerge
2011-05-26 17:14:42 +12:00
ticktock
3423b26d1c
updates to remove references to akka-modules
2011-05-25 15:27:11 -07:00
ticktock
a6e096dfd9
adding modules docs
2011-05-25 15:26:51 -07:00
Jonas Bonér
96367d9575
Merge branch 'master' of github.com:jboner/akka
2011-05-23 22:35:15 +02:00
Jonas Bonér
ddb2a69c19
Moved ClusterNode interface, NodeAddress and ChangeListener into akka-actor as real Trait instead of using structural typing.
...
Refactored boot dependency in Cluster/Actor/Deployer.
Added multi-jvm test for testing clustered actor deployment, check out as LocalActorRef and ClusterActorRef.
Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-23 22:35:01 +02:00
Viktor Klang
8a790b1ddf
Renaming CompletableFuture to Promise, Renaming AlreadyCompletedFuture to KeptPromise, closing ticket #854
2011-05-23 11:31:01 +02:00
Jonas Bonér
7778c93c1c
Added docs about setting JVM options and override akka.conf options to multi-jvm-testing.rst
2011-05-23 10:45:53 +02:00
Viktor Klang
3181905fed
Renaming EBEDD to Dispatcher, EBEDWSD to BalancingDispatcher, ThreadBasedDispatcher to PinnedDispatcher and PEBEDD to PriorityDispatcher, closing ticket #784
2011-05-20 22:56:30 +02:00
Viktor Klang
5a9be1be06
Adding the migration guide from 0.10 to 1.0 closing ticket #871
2011-05-20 13:37:28 +02:00
Viktor Klang
cd3cb8cd57
Renaming akka.routing.Dispatcher to Router, as per ticket #729
2011-05-20 12:29:48 +02:00
Jonas Bonér
88946889b4
Fixed wrong import in multi-jvm-test.rst. Plus added info about where the trait resides.
2011-05-19 03:15:39 -07:00
Jonas Bonér
76d9c3c33a
1. Added docs on how to run the multi-jvm tests
...
2. Fixed cyclic dependency in deployer/cluster boot up
3. Refactored actorOf for clustered actor deployment, all actorOf now works
2011-05-19 10:58:30 +02:00
Viktor Klang
e52c24f063
Adding warning of using WorkStealingDispatcher with TypedActors
2011-05-18 11:54:16 +02:00
Jonas Bonér
263f441f79
fixed typo in docs
2011-05-18 09:58:14 +02:00
Peter Vlugter
b1122c1d91
Bump docs version to 2.0-SNAPSHOT
2011-05-18 12:46:26 +12:00
Peter Vlugter
53038ca469
Fix docs
2011-05-18 12:07:31 +12:00
Viktor Klang
3a255ef083
Fixing typos
2011-05-17 22:22:47 +02:00