Derek Williams
e8f16952a6
Avoid allocating varargs array and stack builder
2011-12-31 09:18:01 -07:00
Eugene Vigdorchik
5ec128f83a
Merge branch 'master' of github.com:jboner/akka
2011-12-31 11:34:31 +04:00
Eugene Vigdorchik
5d47342d31
Final fix to zk client, distributed testing for akka works. Happy NY to everyone!
2011-12-31 11:33:55 +04:00
Viktor Klang
7108a54f22
Unborking docs, ScalaDoc....
2011-12-30 22:44:52 +01:00
Viktor Klang
69c56acaf3
Unborking master
2011-12-30 22:13:25 +01:00
Viktor Klang
fbb7cb20a1
Adding Java docs for Serialization, and discovered some flaws with the Java API, that have been fixed
2011-12-30 22:06:41 +01:00
Viktor Klang
d8b2f88ced
Adding Scala reST docs for Serialization
2011-12-30 20:57:40 +01:00
Viktor Klang
ca911038eb
Adding Scala reST docs for Serialization
2011-12-30 20:46:04 +01:00
Viktor Klang
aba206da93
Rewriting the ProtobufSerializer to be a bit less imperative
2011-12-30 19:20:24 +01:00
Viktor Klang
4387b0c27f
Adding minor ScalaDoc to SerializationExtension
2011-12-30 19:15:35 +01:00
Viktor Klang
7aa8904a28
Fixing VerifySerializabilitySpec
2011-12-30 19:13:09 +01:00
Viktor Klang
56cc66437f
Removing a shadowing import in ProtobufSerializer.scala
2011-12-30 19:09:42 +01:00
Viktor Klang
1dc981725d
Catching up with master
2011-12-30 19:06:16 +01:00
Viktor Klang
f76e085226
Correct wording
2011-12-30 18:51:07 +01:00
Viktor Klang
0e941d7646
Adding some more ScalaDoc to Future to explain foreach, withFilter and filter
2011-12-30 18:11:32 +01:00
Viktor Klang
e47f449143
Adding throws-clause to the invoke method in TypedActorInvocationHandler
2011-12-30 17:55:27 +01:00
Viktor Klang
2a05ec288c
Switching to backing off by cancel the ChannelFuture
2011-12-30 17:40:11 +01:00
Viktor Klang
dfcd1571fd
Adding backoff-timeout to remote configuration
2011-12-30 17:24:23 +01:00
viktorklang
7c02287b66
Merge pull request #198 from jboner/wip-1530-detach-futures-from-message-dispatcher-√
...
Wip 1530 detach futures from message dispatcher √
2011-12-30 07:44:24 -08:00
Viktor Klang
1f1288ac03
Fixing typeSignature in ExecutionContext
2011-12-30 16:26:30 +01:00
Viktor Klang
2b250f8e4c
Added converters from Executor and ExecutorService to ExecutionContext
2011-12-30 15:54:27 +01:00
Viktor Klang
31fba01ba2
Adding more ScalaDoc to Serializer
2011-12-30 15:09:34 +01:00
Viktor Klang
4c7d9cbc1e
Formatting Future.scala
2011-12-30 15:04:59 +01:00
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