Commit graph

12466 commits

Author SHA1 Message Date
Endre Sándor Varga
01e3c5fce7 Added setIssueHandshake() to enable auto-handshake 2013-01-03 15:01:33 +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
Endre Sándor Varga
b2a050bbe9 Cleaned up chaining of ChannelGroupFutures 2013-01-03 12:06:53 +01:00
Crossing-Tech
94b145fc95 patriknw comments commited
* .conf, .properties, .json configuration files
        * string interpolation
        * take place of the legacy actorSystemConfig
2013-01-03 11:46:09 +01:00
drewhk
f2aa94727a Merge pull request #990 from drewhk/wip-hardened-flushing-drewhk
Hardened flushing by sending a final "null" message
2013-01-03 02:29:19 -08:00
Endre Sándor Varga
fa494863a0 Hardened flushing by sending a final "null" message 2013-01-03 10:58:32 +01:00
Roland
040e4c8601 remove fixed ports from ThrottlerTransportAdapterSpec, see #2843 2013-01-02 23:45:46 +01:00
Roland
5297db2950 remove fixed ports from AkkaProtocolStressTest, see #2843 2013-01-02 23:37:01 +01:00
Roland
da6c2f3b54 remove fixed ports from RemoteCommunicationSpec, see #2843 2013-01-02 23:13:50 +01:00
Roland
b004f1210e replace Channel[] trait with simple Tuple2 for nicer syntax 2013-01-02 21:22:49 +01:00
Patrik Nordwall
dad40d456a Fix race in CircuitBreakerMTSpec, see #2823 2013-01-02 17:03:19 +01:00
Patrik Nordwall
0dda2ad361 Merge pull request #976 from akka/wip-2856-pinned-keep-alive-patriknw
Allow allow-core-timeout=off conf of PinnedDispatcher, see #2856
2013-01-02 03:06:01 -08:00
Patrik Nordwall
efc093a4a0 Merge pull request #980 from akka/wip-2801-improve-ClusterRoundRobinRoutedActorSpec-patriknw
Check routees in a better way in ClusterRoundRobinRoutedActorSpec, see #2801
2013-01-02 03:04:22 -08:00
Roland
3521e27efe clean it up a little
- remove Parent trait and use ChannelList to describe the parent
- remove ugly hack and switch to erasure-based dispatch to the channels
- add parentChannel
- make ChannelRef a value class
2013-01-01 21:30:59 +01:00
Roland
8a4fca72f7 add selfChannel and createChildren 2012-12-31 18:38:06 +01:00
Roland
db40d51c05 half-done PoC of typed channels 2012-12-31 16:37:58 +01:00
Christophe Pache
f492e64345 Concerning akka in osgi:
ActorRefProvider contains in akka-cluster or akka-remote bundle are not found by the akka-actor bundle, thus exposing those if required
2012-12-28 17:24:21 +01:00
Christophe Pache
76f22ea42a Let the ActorSystem find its configuration outside of the bundle, in the OSGi etc directory, following this order:
etc/bundle-BUNDLE_SYMBOLIC_NAME.conf
    etc/bundle-BUNDLE_ID.conf
    etc/akka.conf
    akka-actor classpath config (using the original  OsgiActorSystemFactory.actorSystemConfig method.)

Configurations fallback from the most to the less specific one.

For the moment, as I haven't found test on ActorSystem Configuration in OSGi, I did not add test for this feature.
    	modified:   akka-osgi/src/main/scala/akka/osgi/OsgiActorSystemFactory.scala
2012-12-28 16:01:35 +01:00
Viktor Klang
51ed8b06b5 Switching to ByteString in FSMDocSpec to get rid of warnings in pattern matching 2012-12-26 17:00:58 +01:00
Viktor Klang
d7f7076a94 #2848 - Removing the UUID from AkkaException 2012-12-26 16:50:12 +01:00
Viktor Klang
5fff91f482 Turning off stacktraces for ConnectException, to cut down the noise in the logs 2012-12-26 16:24:30 +01:00
Viktor Klang (√)
3cd9cca74a Merge pull request #982 from akka/wip-minor-cleanup-√
Moderate restructuring of NettyTransport
2012-12-23 13:16:51 -08:00
Roland
8c547aa2e6 update multi-jvm docs for scalatest 1.9.1 2012-12-23 20:18:19 +01:00
Roland
f48bdbecf2 update to CrossVersion.binary deps
- scala-stm_2.10 % 0.7
- scalatest_2.10 % 1.9.1
- scalacheck_2.10 % 1.10.0
2012-12-23 10:24:07 +01:00
Björn Antonsson
b197fc2664 Merge pull request #977 from akka/wip-2820-transformationsamplejapispec-failure-ban
#2820 TransformationSampleJapiSpec failure
2012-12-23 00:52:41 -08:00
Viktor Klang
1a770621f7 Moderate restructuring of NettyTransport 2012-12-21 21:44:07 +01:00
Roland
40d2d482e0 update link of migration guide to 2.0.4 2012-12-21 21:23:52 +01:00
Björn Antonsson
4b55276f59 Merge pull request #979 from akka/wip-2822-resizerspec-fix-ban
Harden ResizerSpec a bit more. See #2822
2012-12-21 11:07:58 -08:00
Viktor Klang (√)
7e91e48b69 Merge pull request #981 from akka/wip-minor-cleanup-√
Minor cleanups in new remoting
2012-12-21 10:11:51 -08:00
Viktor Klang
bf2593300b Minor restructuring of the EndpointWriter 2012-12-21 18:12:22 +01:00
Roland
ea08994d24 update to staged 2.10.0 release, CrossVersion.binary, see #2684 2012-12-21 17:18:03 +01:00
Viktor Klang
40204de3e7 Minor cleanups in new remoting 2012-12-21 15:51:52 +01:00
Patrik Nordwall
0d185e297d Check routees in a better way in ClusterRoundRobinRoutedActorSpec, see #2801 2012-12-21 15:03:29 +01:00
Björn Antonsson
0bb55870cd Harden ResizerSpec a bit more. See #2822 2012-12-21 14:52:38 +01:00
Björn Antonsson
8bf7c03158 Bump allowed times to 20 seconds since MemberUp comes later now. See #2820 2012-12-21 14:27:36 +01:00
drewhk
8a9f30d4ac Merge pull request #970 from drewhk/wip-2844-promise-already-completed-drewhk
Fixes in NettyTransport, ThrottlerTransportAdapter, removal of Status #2844
2012-12-21 04:41:05 -08:00
Endre Sándor Varga
af5e756508 Fixes in NettyTransport, ThrottlerTransportAdapter, removal of Status #2844
- Promise was completed twice erroneously
 - Purged the trait Status from Transport, using failed futures instead
 - using intercept instead of try ... catch in tests
 - added termination hook for UntrustedSpec to shut down second system
 - Fixed threading issues in ThrottlerTransportAdapter
 - Removed nulls from exception constructors
 - replaced Promise.successful(...).future with Future.successful
2012-12-21 13:04:49 +01:00
Patrik Nordwall
84933c1234 Allow allow-core-timeout=off conf of PinnedDispatcher, see #2856 2012-12-21 12:32:43 +01:00
Roland Kuhn
0585651794 Merge pull request #974 from akka/wip-2851-PeekMailbox-∂π
fix sometimes-off-by-one in PeekMailbox, see #2851
2012-12-21 01:48:06 -08:00
Roland
298bab0cd8 fix sometimes-off-by-one in PeekMailbox, see #2851 2012-12-21 10:46:45 +01:00
Roland Kuhn
a7f8fe7e8e Merge pull request #952 from akka/wip-2783-guarantees-∂π
discuss message delivery guarantees in more detail, see #2783
2012-12-20 10:34:35 -08:00
Roland
7535c24164 discuss message delivery guarantees in more detail, see #2783
- also add PeekMailbox extension for demonstration of that principle
2012-12-20 19:31:24 +01:00
Viktor Klang (√)
970ea36184 Merge pull request #967 from akka/wip-2818-prolong-timeouts-typedactorspec-√
#2818 - prolonging TypedActorSpec timeouts for the Option-returning met...
2012-12-20 06:13:16 -08:00
Viktor Klang
08ea72aa35 Merge branch 'master' of github.com:akka/akka 2012-12-20 15:12:39 +01:00
Viktor Klang
c2a7fc3ed3 Minor boyscouting substituting a null for Actor.noSender 2012-12-20 15:12:25 +01:00
Viktor Klang (√)
fa13c7d401 Merge pull request #968 from drewhk/wip-2834-fix-address-in-weightedrouteespec-drewhk
Changed protocol fields from "akka" to "tcp.akka"
2012-12-20 05:43:36 -08:00
Viktor Klang (√)
e6bb697812 Merge pull request #971 from akka/wip-2841-remove-stacktraces-√
#2841 – remove stack traces from new remoting exceptions
2012-12-20 05:08:18 -08:00
Viktor Klang
da84f03e46 #2841 – remove stack traces from new remoting exceptions 2012-12-20 13:57:53 +01:00
Patrik Nordwall
a3efff4141 Merge pull request #972 from akka/wip-2837-jul-toc-master-patriknw
Add java.util.logging to contrib toc, see #2837
2012-12-20 04:53:11 -08:00