Commit graph

12623 commits

Author SHA1 Message Date
Endre Sándor Varga
35f2255e64 The test implicitly relied on a loss of a message 2013-04-12 15:52:39 +02:00
Roland Kuhn
d5a658f433 Merge pull request #1328 from spray/master
Tone down error logging by explicitly handling handler termination in TcpConnection
2013-04-12 03:43:21 -07:00
Viktor Klang (√)
92f3bbf7b4 Merge pull request #1331 from akka/wip-3204-add-keypass-to-ssl-config-√
#3204 - Adding keypass to SSL configuration
2013-04-11 13:32:26 -07:00
Patrik Nordwall
3cfe8f28a2 Merge pull request #1324 from akka/wip-3209-remove-unreachable-patriknw
Don't send Remove command to unreachable, see #3209
2013-04-11 08:02:19 -07:00
Viktor Klang
ad2e3c5e37 #3204 - Adding keypass to SSL configuration 2013-04-11 16:23:51 +02:00
Mathias
efaef76444 Some cleanup 2013-04-11 14:34:53 +02:00
Mathias
ec13033e5e Fix Connectable channel failed to connect assertion error on OS/X 2013-04-11 14:34:50 +02:00
Mathias
913ed46c1a Tone down error logging of DeathPactExceptions via dedicated SupervisorStrategy 2013-04-11 14:34:50 +02:00
Björn Antonsson
7f4acad67f Merge pull request #1298 from akka/wip-1910-create-protobuf-messages-for-cluster-messages-ban
Protobuf serialization of cluster messages. #1910
2013-04-11 05:32:21 -07:00
Björn Antonsson
fdf6df7254 Merge pull request #1329 from akka/wip-3216-failed-akka-sample-osgi-ban
Make karaf osgi-sample extract to target directory #3216
2013-04-11 03:05:02 -07:00
Björn Antonsson
73f0f44ddb Protobuf serialization of cluster messages. See #1910 2013-04-11 10:09:05 +02:00
Björn Antonsson
f3a47f1987 Make karaf osgi-sample extract to target directory. See #3216 2013-04-11 08:39:09 +02:00
Roland Kuhn
c39542240c Merge pull request #1317 from akka/wip-3199-ActWithStash-∂π
make lifecycle hooks work when using Stash, see #3199
2013-04-10 06:42:39 -07:00
Viktor Klang (√)
676fdb675c Merge pull request #1325 from akka/wip-3198-tag-coronerspec-as-timing-sensitive-√
#3198 - Making CoronerSpec taggedAs TimingTest
2013-04-10 06:01:15 -07:00
Patrik Nordwall
64f664a706 Merge pull request #1327 from akka/wip-3218-netty-3.6.5-patriknw
Upgrade to Netty 3.6.5.Final, see #3218
2013-04-10 04:47:00 -07:00
drewhk
ac9376d8dd Merge pull request #1320 from drewhk/wip-3156-remotingspec-test-interference-drewhk
Fixed wrongly configured retry-gate to avoid test-interference
2013-04-10 04:43:29 -07:00
Viktor Klang
2c5370f7ba #3198 - Making CoronerSpec taggedAs TimingTest 2013-04-10 13:07:31 +02:00
Viktor Klang (√)
e7083dcac3 Merge pull request #1326 from akka/wip-3215-fix-raec-in-JavaTestkitSpec—√
#3215 - fixing race in JavaTestkitSpec
2013-04-10 04:06:25 -07:00
Patrik Nordwall
883c7462ec Upgrade to Netty 3.6.5.Final, see #3218 2013-04-10 12:23:00 +02:00
drewhk
9a6fdd2536 Merge pull request #1278 from drewhk/wip-3156-terminated-system-message-drewhk
Terminated is now a system message
2013-04-10 02:59:29 -07:00
Viktor Klang
dd03b40c5a #3215 - fixing race in JavaTestkitSpec 2013-04-10 10:56:09 +02:00
Endre Sándor Varga
7b13ecea25 Terminated is now a SystemMessage 2013-04-10 09:38:11 +02:00
Viktor Klang (√)
2c4c5b0594 Merge pull request #1316 from akka/wip-3207-longer-timeout-in-futuredocspec-√
#3207 - prolonging the timeouts in FutureDocSpec to be less flaky when ...
2013-04-09 15:45:37 -07:00
Viktor Klang (√)
90dcb6545f Merge pull request #1322 from akka/wip-3206-add-expectTerminated-4-realz-√
#3206 - Adding expectTerminated to TestKit
2013-04-09 15:44:50 -07:00
Patrik Nordwall
da621c502f Don't send Remove command to unreachable, see #3209 2013-04-09 21:06:48 +02:00
Endre Sándor Varga
d97e6eb003 Fixed all occurences of "retry-latch" 2013-04-09 16:59:30 +02:00
Viktor Klang
e59394628c #3206 - Adding expectTerminated to TestKit 2013-04-09 14:48:17 +02:00
Roland Kuhn
631391b7d6 Merge pull request #1292 from spray/tcp-peer-half-close-3185
Fix half-closed TCP connection if peer closed first, see #3185
2013-04-09 04:36:52 -07:00
Endre Sándor Varga
8dda02b694 Fixed wrongly configured retry-gate to avoid test-interference and reduce logs 2013-04-09 13:07:39 +02:00
Björn Antonsson
abc4652bc0 Merge pull request #1319 from akka/wip-3212-make-osgi-sample-build-again-ban
Make akka-sample-osgi-dining-hakkers compile again #3212
2013-04-09 03:08:27 -07:00
Johannes Rudolph
5f58c54bdb add Tcp.register overload with keepOpenOnPeerClosed parameter for Java usage 2013-04-09 11:24:55 +02:00
Johannes Rudolph
e532a77824 Tcp: hide support for half-closed connections behind Register.keepOpenOnPeerClosed 2013-04-09 11:24:55 +02:00
Johannes Rudolph
fd05cad103 TcpConnection: use pattern matching 2013-04-09 11:24:55 +02:00
Johannes Rudolph
1b95f65cf4 io: handle half-closed connection when peer closed first
This allows to send data back to the peer even if the peer already has sent
EOF/FIN as specified for TCP. To fully close a connection, the handler has
to close its side of the connection now actively once it is finished with
writing even if it received a `PeerClosed` message before.
2013-04-09 11:24:55 +02:00
Björn Antonsson
1a8be3aad2 Make akka-sample-osgi-dining-hakkers compile again. See #3212 2013-04-09 11:02:36 +02:00
Viktor Klang
6222848c71 #3207 - prolonging the timeouts in FutureDocSpec to be less flaky when there's a GC pause 2013-04-09 10:39:55 +02:00
Roland
cdd884b967 make lifecycle hooks work when using Stash, see #3199
Unfortunately the need to call super.postStop() and friends mandates
that Stash (and FSM had the same problem) extends Actor instead of just
declaring it as a self type. We cannot always win.
2013-04-09 10:00:26 +02:00
Roland Kuhn
632c310e9a add link from Actor JavaDoc to UntypedActor 2013-04-09 10:38:24 +03:00
Roland Kuhn
6e2c4b9989 Merge pull request #1306 from spray/master
io: catch CancelledKeyExceptions in SelectionHandler, see #3191
2013-04-09 00:17:01 -07:00
Patrik Nordwall
fe31aa1948 Merge pull request #1315 from akka/wip-remoting-terminated-exc-patriknw
Supress stack trace for exc thrown when remoting is stopped
2013-04-09 00:11:46 -07:00
Roland Kuhn
2375972969 Merge pull request #1291 from akka/wip-3174-pipelines-∂π
implement and document Pipelines, see #3174
2013-04-08 13:13:23 -07:00
Patrik Nordwall
9270bfa70b Merge pull request #1313 from akka/wip-2797-cluster-router-stop-routees-patriknw
ClusterRouterConfig should stop remote deployed routees, see #2797
2013-04-08 12:38:26 -07:00
Patrik Nordwall
52a6e6b23b Merge pull request #1312 from akka/wip-2734-router-termination-patriknw
Don't stop dynamic router when all routees terminated, see #2734
2013-04-08 12:37:16 -07:00
Roland Kuhn
1835b641e6 Merge pull request #1310 from vivosys/akkaosgisample
Akka OSGi sample
2013-04-08 12:32:24 -07:00
Patrik Nordwall
9f45dd90b7 Merge pull request #1304 from akka/wip-2839-dispatcher-deploy-config-patriknw
Add dispatcherId to deployment config, see #2839
2013-04-08 12:03:43 -07:00
Roland
d794b14b2b implement and document Pipelines, see #3174
- heavily inspired by spray.io.Pipeline
- fully functional style: a stage returns the resulting commands and
  events, which makes it impossible to mess with the pipeline from the
  inside
- object allocations are optimized away for emtpy and 1-elem results
- added type-safety, verifying that stages match up
- management commands “from the side” for configuration or async events
- full Java API and docs
2013-04-08 20:57:04 +02:00
Roland
d9d7d45ac2 add @throws annotation to actor life-cycle hooks, see #3188 2013-04-08 20:55:04 +02:00
Patrik Nordwall
c77cdeb86b Merge pull request #1277 from akka/wip-3074-deprecate-actorFor-patriknw
Deprecate actorFor in favor of ActorSelection, see #3074
2013-04-08 11:48:48 -07:00
Roland Kuhn
7a8dbda95d Merge pull request #1294 from spray/tcp-connection-immediate-Received-message
TcpConnection: forward received data to handler immediately without concatenating buffers
2013-04-08 11:00:39 -07:00
Patrik Nordwall
887af975ae Deprecate actorFor in favor of ActorSelection, see #3074
* Deprecate all actorFor methods
* resolveActorRef in provider
* Identify auto receive message
* Support ActorPath in actorSelection
* Support remote actor selections
* Additional tests of actor selection
* Update tests (keep most actorFor tests)
* Update samples to use actorSelection
* Updates to documentation
* Migration guide, including motivation
2013-04-08 18:11:52 +02:00