Commit graph

8660 commits

Author SHA1 Message Date
Eugene Vigdorchik
2eb7cf31b5 Merge branch 'master' of github.com:jboner/akka 2011-12-30 17:46:57 +04:00
Eugene Vigdorchik
7b9e9d2fe0 ZK related fixed. No review since there's nothing to review. 2011-12-30 17:46:04 +04:00
Viktor Klang
f22f229619 Removing all but 2 uses of dispatcher.eventStream in Future.scala
this means we can look into requiring an ExecutionContext instead of MessageDispatcher
2011-12-30 14:15:27 +01:00
Viktor Klang
e78739f7e5 Adding more docs to Serialization and making sure that the Protobuf stuff gets its manifests 2011-12-30 14:15:27 +01:00
Viktor Klang
cffe60bf43 Closing #1584 and #1585 2011-12-30 14:15:26 +01:00
Viktor Klang
840cacfd2a initial commit on serialization docs 2011-12-30 14:14:12 +01:00
Viktor Klang
b7cf3e9541 Adding ScalaDoc to ExecutionContext 2011-12-30 13:51:07 +01:00
Viktor Klang
b34dc4c33b Introducing ExecutionContext to MessageDispatcher and attaching it to Future 2011-12-30 13:48:31 +01:00
Viktor Klang
018033b9d5 Removing some leftovers in the remoting and tweaking the ActorTimeoutSpec 2011-12-30 12:49:53 +01:00
Viktor Klang
f704eb476d Switching to encoding and decoding the remote messages inside the Netty pipeline 2011-12-30 12:38:27 +01:00
Viktor Klang
5d2bd2492f Switching to using OrderedMemoryAware executor same for all of the remoting, added more remote config tests and switched to mem size conf 2011-12-30 12:04:20 +01:00
Viktor Klang
88d2427b7f Fixing race in ActorTimeoutSpec and a shadowing import in RoutingSpec 2011-12-30 11:25:39 +01:00
Roland
0fc8ae5d73 Merge branch 'wip-improve-docs-rk' 2011-12-30 00:25:11 +01:00
Roland
fa2440aeca Merge branch 'wip-1190-remote-DeathWatch-∂π' 2011-12-30 00:22:33 +01:00
Roland
023f4eb0ec fix review comments 2011-12-30 00:12:49 +01:00
Roland
e7a120f923 document EventStream, see #1507
- fix some Java API issues
- also mention dead letters, see #1491
2011-12-30 00:00:25 +01:00
Roland
d181a35fa7 fall back to unhandled() in onReceive() in docs 2011-12-29 20:49:26 +01:00
Roland
6571f34d91 add debug logging for unsuccessful actorFor 2011-12-29 19:56:12 +01:00
Viktor Klang
64fb2d853d Re-adding the ExecutionHandler to try to combat OOME 2011-12-29 18:00:44 +01:00
Roland
df02ca73fb check validity of path elements (actor names), see #1567 2011-12-29 17:32:35 +01:00
Roland
c4f3a93268 implement routing.FromConfig, see #1554 2011-12-29 17:23:35 +01:00
Roland
0ed6a67e08 Remote DeathWatch (2): make it work
- introduce EmptyLocalActorRef, which is returned for unsuccessful
  look-ups of local scope
- this fixes the problem that actors—after their death—can still be
  looked up without losing their identity; otherwise behave like
  DeadLetterActorRef
- adapt tests accordingly
- make DeathWatchSpec reusable and build remote test from it
- remove several unused imports of LocalActorRef
- use LocalRef/RemoteRef in pattern matches where applicable: these are
  marker traits for a ref’s scope; InternalActorRef mandates a scope as
  per its self-type
2011-12-29 16:27:32 +01:00
Roland
b15f4a2f1a remove wasteful way of logging 2011-12-29 16:27:10 +01:00
Roland
0f9f23b4cd replace % in generated names with ~
to make generated path elements conform to URI spec (% is binary escape)
2011-12-29 16:26:14 +01:00
Viktor Klang
6e9126bb67 Merge conflict resolved 2011-12-29 14:35:31 +01:00
Viktor Klang
c371752b37 Adding ScalaDoc to EventStream 2011-12-29 14:30:44 +01:00
Viktor Klang
3ac4672ac7 Adding ScalaDoc to EventStream 2011-12-29 13:50:54 +01:00
Viktor Klang
f566182786 Adding ScalaDoc to Logging and reinstating the implicit def that converts an ActorSystem to EventStream 2011-12-29 11:25:58 +01:00
Viktor Klang
32da0da1d7 Removing testing residue from EventStream 2011-12-29 10:37:20 +01:00
Roland
4e3e2633a4 integrate Java remoting sample into docs 2011-12-28 19:09:08 +01:00
Henrik Engstrom
b3d19d6342 Updated Java remote sample to send unhandled messages to deadletters. See #1571 2011-12-28 19:02:18 +01:00
Viktor Klang
88d09846cf Making the debug an explicit field 2011-12-28 18:18:11 +01:00
Viktor Klang
de5f842cef Merge branch 'master' of github.com:jboner/akka 2011-12-28 18:07:48 +01:00
Viktor Klang
5fd515d16c Removing MonitorableThread 2011-12-28 17:50:29 +01:00
Roland
6f721ec106 fix eclipse build: config/ is gone, must not depend on it 2011-12-28 16:50:57 +01:00
Roland
05e11b6fa3 Merge remote-tracking branch 'origin/master' into wip-improve-docs-rk 2011-12-28 16:15:20 +01:00
Mike Krumlauf
ddc4640007 Javadoc modification: Changed system.actorOf(classOf[MyActor]) to system.actorOf(MyActor.class) to reflect Java syntax (instead of Scala). 2011-12-28 09:11:11 -05:00
Henrik Engstrom
23aa095964 Updated README to explain the Java sample. See #1571 2011-12-28 14:33:43 +01:00
Roland
2fbef5b5ce various documentation improvements
- document DeathWatch
- actorOf vs. actorFor
2011-12-28 13:13:39 +01:00
Viktor Klang
ea150eff61 Merge branch 'master' of github.com:jboner/akka 2011-12-28 13:03:00 +01:00
Viktor Klang
519c8fb830 Removing unused import and DurableMailboxException from the DurableMailbox.scala 2011-12-28 12:43:48 +01:00
Viktor Klang
f8aca9eee5 Adding ScalaDoc to ThreadPoolBuilder.scala 2011-12-28 12:43:28 +01:00
viktorklang
ef234b002b Merge pull request #194 from jboner/wip-java-remote-sample-he
Added remote Java sample. See #1571
2011-12-28 02:38:26 -08:00
Henrik Engstrom
f21651d747 Minor changes - updated after feedback. See #1571 2011-12-28 01:40:58 +01:00
Henrik Engstrom
a764b2bbdd Added remote Java sample. See #1571 2011-12-27 22:13:02 +01:00
Viktor Klang
2dffb2b659 Removing wasteful DNS resolve 2011-12-27 20:17:48 +01:00
viktorklang
0dfd91665b Merge pull request #192 from jboner/wip-auto-adjust-max-min-pool-sizes-√
Automatically changing min/max so that min is always <= max and max is a...
2011-12-27 11:08:51 -08:00
viktorklang
23489f5b3c Merge pull request #193 from jboner/wip-1462-1535-verify-serializability-√
Wip 1462 1535 verify serializability √
2011-12-27 11:08:14 -08:00
Viktor Klang
d50a07c74b Breaking the verification test up in 3 pats 2011-12-27 20:07:21 +01:00
Viktor Klang
4e4d956211 Removing nodename from the necessities in the remoting docs 2011-12-27 18:17:09 +01:00