Patrik Nordwall
30df518421
=tes Use ConversionCheckedTripleEquals
2015-03-10 08:17:03 +01:00
Roland Kuhn
82b8238a9c
fix warnings in remote and cluster
2015-01-30 19:02:18 +01:00
Björn Antonsson
f7b0c49045
=rem #3967 Handle refused connections as association failures
2014-04-07 15:27:17 +02:00
Roland Kuhn
4dd5fe3257
Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin
...
=all #3858 Make case classes final
2014-03-11 16:06:31 +01:00
dario.rexin
826cc74de3
!tes #2971 Make TestKit.remaining throw AssertionError outside of within
2014-03-11 11:23:12 +01:00
dario.rexin
2cbad298d6
=all #3858 Make case classes final
2014-03-07 13:20:01 +01:00
Roland Kuhn
f958760aee
Merge pull request #1857 from danielhopkins/3748-actorselection
...
3748 actorselection helpers
2014-02-13 08:30:06 +01:00
Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06:00
Dan Hopkins
6ab828bc7f
Add a serialization format to actor selections. Fixes #3748
2014-02-03 09:37:43 -07:00
Björn Antonsson
179faba453
=all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8
2014-01-31 14:13:02 +01:00
Patrik Nordwall
a11fb1dafc
=act #3572 Add parens to sender
...
* because it is not referentially transparent; normally we reserved parens for
side-effecting code but given how people thoughtlessly close over it we revised
that that decision for sender
* caller can still omit parens
2014-01-17 18:21:14 +01:00
Björn Antonsson
003609c9c5
=pro #3759 Changed to using non-deprecated ScalaTest Matchers
2013-12-18 11:32:51 +01:00
Patrik Nordwall
f89422c18e
=act,rem #3073 Make ActorSelection faster
2013-11-06 12:41:53 +01:00
Björn Antonsson
fdde09690a
=rem #3643 Remove warning message from normal remote system shutdown.
...
Conflicts:
akka-remote/src/main/scala/akka/remote/Remoting.scala
project/AkkaBuild.scala
2013-10-10 14:17:32 +02:00
Endre Sándor Varga
b566e9393d
=act, rem, clu #3521 : make serialize-messages work with core modules
2013-08-27 11:05:54 +02:00
Endre Sándor Varga
132c30d6cf
+rem #3504 : Toned down error logging and made loglevel configurable
2013-08-26 15:44:47 +02:00
Roland Kuhn
23060f1d03
Merge pull request #1573 from drewhk/wip-3475-always-log-error-remoting-drewhk
...
Error level remoting events are logged by default #3475
2013-07-04 04:58:11 -07:00
Endre Sándor Varga
d30c5bcef7
Logging of transient errors in remoting attempt 2.
2013-07-01 12:51:15 +02:00
Endre Sándor Varga
634d60d027
! remoting: EndpointWriter uses mailbox requirements instead of dispatchers #3480
2013-07-01 12:16:06 +02:00
Endre Sándor Varga
570f19f6ac
Error level remoting events are logged by default #3475
2013-06-27 15:30:41 +02:00
Roland
92db59183e
make LocalScope mean “purely local” and avoid Props serialization check, see #3210
2013-05-29 23:36:39 +02:00
Patrik Nordwall
a4a2d0500a
Increase timeout in RemotingSpec, see #3372
2013-05-23 08:48:12 +02:00
Patrik Nordwall
3d2db10787
Change defaults for Netty pools, see #3346
...
server-socket-worker-pool.pool-size-max = 2
client-socket-worker-pool.pool-size-max = 2
2013-05-17 12:05:03 +02:00
Viktor Klang
a4bce44dce
#3322 - Changing the name of the bigBounce actor in RemotingSpec to a unique one so that there is no race between tests.
2013-05-09 20:43:06 +02:00
Björn Antonsson
e00ab533bb
Wait on shutdown of extra actor systems in tests. See #3217
2013-05-07 11:02:03 +02:00
Dario Rexin
8a2e522a6e
removed deprecation warnings from akka-remote
2013-04-26 21:07:38 +02:00
Endre Sándor Varga
2b0a27be9e
Added acknowledged delivery of system messages
2013-04-18 16:10:20 +02:00
Viktor Klang
ad2e3c5e37
#3204 - Adding keypass to SSL configuration
2013-04-11 16:23:51 +02: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
e59394628c
#3206 - Adding expectTerminated to TestKit
2013-04-09 14:48:17 +02: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
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
Björn Antonsson
a4ab7a9841
Cleaning up the ActorRef serialization according to review. See #3137
2013-04-03 10:49:38 +02:00
Björn Antonsson
33080a4155
Correctly serialize local actor refs from other actor systems. See #3137
2013-04-03 10:32:13 +02:00
Rich Dougherty
a041a295ed
Drop unserializable and oversized messages, preserving association. Fixes #3070
2013-03-27 16:55:13 +13:00
Patrik Nordwall
b738487dc8
Add UID to RemoteActorRef, see #3072
...
* Sending to a previous incarnation of an actor shall fail,
to make remote actors work the same way as local ones (in
the sense that after Terminated() the ref is not working anymore)
* Changed equality of ActorRef to take the uid into account
* Parse uid fragment in RelativeActorPath and ActorPathExtractor
* Handle uid in getChild and in RemoteSystemDaemon
* Use toSerializationFormat and toSerializationFormatWithAddress
in serialization
* Replaced var uid in ActorCell and ChildRestartStats with
constructor parameters (path)
* Create the uid in one single place, in makeChild in parent
* Handle ActorRef with and without uid in DeathWatch
* Optimize ActorPath.toString and friends
* Update documentation and migration guide
2013-03-21 20:25:16 +01:00
Björn Antonsson
268b8f2185
Configure RemotingSpec to not create 500 threads. See #3134
2013-03-21 10:07:48 +01:00
Patrik Nordwall
a67fa18f8d
Reduce unwanted logging from remoting, see #2826
...
* Handle logging in EndpointManager supervisorStrategy
* Added some more exception types to be able to differentiate
failures
2013-03-11 13:36:00 +01:00
Patrik Nordwall
f4d59383d7
Log actor failures in supervisor, see #2824
...
* To make it possible to override with application
specific logging, or mute logging for certain failures
* Changed log level of Resume failures to WARNING, which
caused all the changes to the tests
2013-03-11 13:33:37 +01:00
Patrik Nordwall
9ed701a75c
Restore ssl settings in reference.conf, see #3022
...
* Cleanup and addition of configuration tests for remote settings
2013-02-11 14:45:00 +01:00
Björn Antonsson
a54659e5b4
We can't set the SHA1PRNG random source reliably from within Akka. See #2977
2013-02-08 16:20:40 +01:00
Patrik Nordwall
9dc124dacd
Remove work-around for sending to broken connections, see #2909
...
* Previous work-around was introduced because Netty blocks when sending
to broken connections. This is supposed to be solved by the non-blocking
new remoting.
* Removed HeartbeatSender and CoreSender in cluster
* Added tests to verify that broken connections don't disturb live connection
2013-01-31 13:41:02 +01:00
drewhk
fe22c7515f
Reversed protocol scheme order in Addresses
2013-01-24 17:23:51 +01:00
Endre Sándor Varga
f338acb3fb
Fixed missing hostname setting in RemotingSpec
2013-01-24 14:35:46 +01:00
Endre Sándor Varga
99adbdfab4
Changed and documented new remoting configuration #2593
2013-01-24 12:35:05 +01:00
Viktor Klang
adfeb2c1f0
#2879 - updating copyright info
2013-01-09 11:38:00 +01:00
Roland
6c31d5313e
rename AkkaSpec.{atTermination => afterTermination}
2013-01-03 17:17:12 +01:00
Roland
ff24be7650
introduce AkkaSpec.beforeTermination hook, e.g. to silence shutdown logs
...
- apply it in RemoteRouterSpec, RemoteDeathWatchSpec, RemotingSpec,
AkkaProtocolStressTest and ThrottlerTransportAdapterSpec
2013-01-03 17:09:11 +01:00
Roland
8c537fbc37
remove postfixOps warnings in remote tests
2013-01-03 12:33:09 +01:00
Roland
a367ad03da
remove fixed ports from RemotingSpec, see #2843
2013-01-03 12:29:30 +01:00