Björn Antonsson
539df2e98a
Enforce mailbox types on System actors. See #3273
2013-05-03 11:05:32 +02:00
Roland Kuhn
d6ff7166d7
Merge pull request #1394 from drexin/wip-drexin-remove-deprecated-props-calls-java
...
removed calls to deprecated Props constructor in java code
2013-05-03 01:36:45 -07:00
Roland Kuhn
f0ef1684e7
Merge pull request #1355 from akka/wip-3176-work-around-epoll-bug-√
...
#3176 - Adding an AkkaSelector that will work around the EPoll bug, as ...
2013-05-03 01:35:33 -07:00
Patrik Nordwall
0fd0d999c6
Merge pull request #1381 from akka/wip-2787-cluster-stress-patriknw
...
Prepare Cluster StressSpec for heavy testing, see #2787
2013-05-03 00:31:24 -07:00
drexin
b9d1e000d3
fixed indentation
2013-05-02 21:36:36 +02:00
Patrik Nordwall
e2b0fdeff9
Move barriers of conditional tests in StressSpec, see #2787
2013-05-02 20:23:14 +02:00
Patrik Nordwall
6635ac4032
Reduce amount of gossip data transferred in idle cluster, see #3279
...
* When seen same the gossip chat is initated with GossipStatus
message containing the vclock only
* Remove conversation flag in GossipEnvelope
* Ordinary tell instead of actorSelection when replying
2013-05-02 19:17:09 +02:00
Patrik Nordwall
671ebf8909
Additional tests of ClusterMessageSerializer
2013-05-02 19:17:08 +02:00
Patrik Nordwall
293c97c71d
Quick fix for unreachable exiting, see #3266
2013-05-02 19:17:08 +02:00
Patrik Nordwall
33a8808a6d
Enable usage of MultiJvm nrOfNodes in cluster StressSpec, see #2787
...
* Adjustments to StressSpec for testing large clusters
* Performance improvement of mute deadLetters
2013-05-02 19:17:08 +02:00
drexin
308428e7bc
removed calls to deprecated Props constructor in java code
2013-05-02 17:00:44 +02:00
Patrik Nordwall
6b51b4d824
Merge pull request #1392 from akka/wip-3290-RemoteWatcherSpec
...
AddressTerminated interference in RemoteWatcherSpec, see #3290
2013-05-02 07:29:18 -07:00
Björn Antonsson
bdfc1e4bf9
Merge pull request #1377 from akka/wip-2936-count-number-of-threads-during-tests-ban
...
Count the number of threads during tests to find leaks. #2936
2013-05-02 07:12:32 -07:00
drewhk
2d2f269b89
Merge pull request #1379 from drewhk/wip-3271-actorselection-serialization-drewhk
...
Added proper serialization for messages sent via ActorSelection #3271
2013-05-02 06:39:10 -07:00
Viktor Klang
6ab6e893e8
work around epoll() bug, see #3176
...
√: Removing selectNow and select(timeout) from Akka IO config to use only unbounded selects
RK: rebase it onto current master and remove AkkaSelector verbiage
2013-05-02 14:12:18 +02:00
Roland Kuhn
117d91e0ed
Merge pull request #1370 from akka/wip-starter-∂π
...
add akka.Main and use that to add Hello World docs
2013-05-02 04:28:27 -07:00
Patrik Nordwall
5fd1955255
AddressTerminated interference in RemoteWatcherSpec, see #3290
...
* The problem was that published AddressTerminated caused real
notification of "Other side terminated"
2013-04-30 14:59:32 +02:00
Roland Kuhn
927a00ee5a
Merge pull request #1382 from drexin/wip-drexin-remove-deprecations
...
Removed lots of deprecation warnings caused by usages of deprecated Props creators
2013-04-30 05:41:11 -07:00
Endre Sándor Varga
dbac4808f7
Added proper serialization for messages sent via ActorSelection #3271
2013-04-30 13:13:30 +02:00
Björn Antonsson
025d815a7d
Merge pull request #1391 from akka/wip-3288-serializationcompatibilityspec-failed-ban
...
SerializationCompatibilitySpec failure on JDK7. #3288
2013-04-30 03:18:40 -07:00
Roland
651f699893
add akka.Main and use that to add Hello World docs
...
- akka.Main will start an ActorSystem and one actor; when that actor
terminates the system is shut down
- HelloWorld sample with two actors
2013-04-30 11:31:17 +02:00
Patrik Nordwall
97bf35304f
Merge pull request #1387 from akka/wip-3265-RemoteNodeDeathWatchSpec-patriknw
...
Timing issue in RemoteNodeDeathWatchSpec, see #3265
2013-04-30 02:15:17 -07:00
Björn Antonsson
0fe290a1df
SerializationCompatibilitySpec failure on JDK7. See #3288
2013-04-30 09:12:50 +02:00
Viktor Klang (√)
c272f38220
Merge pull request #1356 from akka/wip-3080-include-timestamp-in-logevent-√
...
#3080 - Including a timestamp in LogEvent and in the MDC
2013-04-29 21:28:40 -07:00
Viktor Klang
7f84dbf448
#3080 - Including a timestamp in LogEvent and in the MDC
2013-04-29 15:29:40 -07:00
Viktor Klang (√)
75c9d1d5ad
Merge pull request #1376 from akka/wip-3205-TcpConnectionSpec-race-condition-√
...
#3205 - Fixing a race condition in TcpConnectionSpec
2013-04-29 15:28:46 -07:00
Roland Kuhn
e1a41a7926
Merge pull request #1388 from hseeberger/master
...
Improve wording in 2.2 migration guide
2013-04-29 13:55:27 -07:00
drewhk
8db5acd71f
Merge pull request #1369 from drewhk/wip-3256-line-oriented-pipeline-drewhk
...
Wip 3256 line oriented pipeline drewhk
2013-04-29 10:19:05 -07:00
Endre Sándor Varga
53efa43ab5
Added delimiter-byte codec that fixes SslTlsSpec #3256
2013-04-29 17:21:56 +02:00
Björn Antonsson
d34996ae11
Count the number of threads during tests to find leaks. See #2936
2013-04-29 13:32:00 +02:00
Heiko Seeberger
cb11b1025a
Improve wording in 2.2 migration guide ( closes #3284 )
2013-04-29 12:16:27 +02:00
Patrik Nordwall
f09d3fc393
Timing issue in RemoteNodeDeathWatchSpec, see #3265
...
* The EndHeartbeatReq was probably not triggered within
the 3 seconds timeout
2013-04-29 08:53:22 +02:00
Patrik Nordwall
4900f562b5
Merge pull request #1374 from akka/wip-3265-watcher-crash-patriknw
...
Stop heartbeating when watching node crash, see #3265
2013-04-28 13:16:51 -07:00
Viktor Klang
01a013e1c7
#3205 - Fixing a race condition in TcpConnectionSpec
2013-04-26 14:51:37 -07:00
Dario Rexin
bf57d6c55b
fixed instamtiation error of InboxActor in actor.dsl.Inbox
2013-04-26 22:36:57 +02:00
Dario Rexin
b0c5f231ed
removed 1 deprecation warning from akka-zeromq
2013-04-26 21:16:57 +02:00
Dario Rexin
9ae12d0c37
removed deprecation warnings from akka-transactors
2013-04-26 21:15:49 +02:00
Dario Rexin
b947b7208d
removed some deprecation warnings from akka-testkit
2013-04-26 21:12:58 +02:00
Dario Rexin
1f87f9e90e
removed deprecation warnings from akka-samples
2013-04-26 21:10:01 +02:00
Dario Rexin
8a2e522a6e
removed deprecation warnings from akka-remote
2013-04-26 21:07:38 +02:00
Dario Rexin
cfb1dfa745
removed deprecation warnings from akka-remote-tests
2013-04-26 20:54:33 +02:00
Dario Rexin
4bdfb07653
removed one deprecation warning in akka-osgi
2013-04-26 20:50:08 +02:00
Dario Rexin
8368d11ef4
removed deprecation warnings from akka-multi-node-testkit
2013-04-26 20:47:18 +02:00
Dario Rexin
3ffabf00ec
removed some deprecation warnings from akka-contrib
2013-04-26 20:44:07 +02:00
dario.rexin
3e8597d94b
more deprecation warnings removed
2013-04-26 13:54:10 +02:00
Björn Antonsson
4d12b8a065
Merge pull request #1368 from akka/wip-3237-enforce-required-mailbox-type-ban
...
Fail actor creation if mailbox doesn't conform to required type. #3237
2013-04-26 02:02:25 -07:00
Björn Antonsson
a6bf9c1408
Make SerializationCompatibilitySpec check instances and not tuples. See #3184
2013-04-26 09:31:57 +02:00
Björn Antonsson
9fd42c7cab
Fail actor creation if mailbox doesn't conform to required type. See #3237
2013-04-26 09:31:23 +02:00
Björn Antonsson
5b0c575146
Merge pull request #1364 from akka/wip-3136-make-fromconfig-supervisorstrategy-configurable-ban
...
Allow a FromConfig router to be partly configured from code #3136
2013-04-26 00:22:05 -07:00
Dario Rexin
20a819b637
removed some deprecations
2013-04-26 08:24:42 +02:00