Commit graph

12802 commits

Author SHA1 Message Date
Ricky Elrod
324630ab9a Fix 3 dead links to a paper in akka-docs.
Make them point to an Akka mirror of the paper instead.
2013-05-08 03:57:37 -04:00
Roland Kuhn
dbe0ef0acd Merge pull request #1409 from akka/wip-3317-awaitAssert-∂π
fix TestTimeSpec, see #3317
2013-05-07 11:57:22 -07:00
drewhk
088f1019d7 Merge pull request #1408 from drewhk/wip-selector-wakeup-miss-drewhk
Fixed race causing missed wakeups
2013-05-07 11:43:32 -07:00
drewhk
27c70a3f69 Removed unnecessary comment 2013-05-07 21:42:36 +03:00
Roland
f626f1d719 fix TestTimeSpec, see #3317 2013-05-07 20:02:59 +02:00
Endre Sándor Varga
b055ba967b Fixed race causing missed wakeups 2013-05-07 18:38:54 +02:00
Patrik Nordwall
236330f3c6 Merge pull request #1401 from akka/wip-3265-heartbeating-race2-patriknw
Changed design of RemoteWatcher due to cleanup race, see #3265
2013-05-07 04:27:26 -07:00
Björn Antonsson
14faef8355 Merge pull request #1404 from akka/wip-3311-localactorrefproviderspec-failure-ban
Actor fields are cleared after Terminated is sent #3311
2013-05-07 03:32:51 -07:00
drewhk
af872086c5 Merge pull request #1405 from drewhk/wip-3315-typedprops-deploy-drewhk
TypedProps now uses deploy information #3315
2013-05-07 02:54:53 -07:00
Endre Sándor Varga
158a921ea9 TypedProps now uses deploy information #3315 2013-05-07 11:53:10 +02:00
drewhk
cc38f7d95a Merge pull request #1403 from drewhk/wip-3306-fragmented-delimiter-drewhk
Fixed decoding in the case of fragmented delimiters #3306
2013-05-07 02:49:31 -07:00
Endre Sándor Varga
3209e38d9d Fixed decoding in the case of fragmented delimiters #3306
- also improved tests
2013-05-07 11:43:48 +02:00
Björn Antonsson
aec8326308 Actor fields are cleared after Terminated is sent. See #3311 2013-05-07 11:10:05 +02:00
Björn Antonsson
ddade2c59e Merge pull request #1395 from akka/wip-3217-remotedeathwatchspec-failure-ban
Wait on shutdown of extra actor systems in tests. #3217
2013-05-07 02:03:05 -07:00
Björn Antonsson
e00ab533bb Wait on shutdown of extra actor systems in tests. See #3217 2013-05-07 11:02:03 +02:00
Patrik Nordwall
257313ce2a Merge pull request #1385 from akka/wip-3280-log-payload-size-patriknw
Logging of the size of different message types.
2013-05-07 01:05:03 -07:00
Roland Kuhn
3bc661bed6 Merge pull request #1396 from akka/wip-3293-remove-single-arg-tell-∂π
remove ActorRef#tell(Any), see #3293
2013-05-06 04:25:03 -07:00
Patrik Nordwall
7628889b43 Changed design of RemoteWatcher due to cleanup race, see #3265
* The problem was a race caused by HeartbeatReq sent out, and
  the watchee terminated immediately. That caused the RemoteWatcher
  peers watching each other without any other watch registered.
  It is racy.
* Instead of one-way heartbeats from the side beeing watched I
  changed to ping-pong style. That makes the problem go away
  and simplifies a lot of things in RemoteWatcher.
2013-05-04 17:35:12 +02:00
Roland Kuhn
cb6ba83f38 Merge pull request #1389 from akka/wip-3287-actorSelection-∂π
ActorSelection: equals/hashCode and “ask”
2013-05-03 14:49:15 -07:00
Roland
ddf2117ed7 remove ActorRef#tell(Any), see #3293
also remove FakeActorRef from SerCompSpec
2013-05-03 21:39:29 +02:00
Roland Kuhn
c84bbea4aa Merge pull request #1400 from akka/wip-3307-prepare-EC-∂π
call executor.prepare() for scheduled jobs, see #3307
2013-05-03 12:11:51 -07:00
Roland
b3db19ee05 Merge branch 'wip-3281-NullMessage-∂π' 2013-05-03 19:40:36 +02:00
Patrik Nordwall
a9cde60bee Logging of the size of different message types.
* Maximum detected size per message type is logged once
* Default configuration disables this feature
2013-05-03 15:49:42 +02:00
Patrik Nordwall
8112421ec6 Merge pull request #1383 from akka/wip-3195-member-age-patriknw
Cluster member age, and usage in singleton, see #3195
2013-05-03 06:05:28 -07:00
Roland
4afc45ac85 call executor.prepare() for scheduled jobs, see #3307 2013-05-03 14:06:34 +02:00
Patrik Nordwall
b8b65c9153 Cluster member age, and usage in singleton, see #3195
* Assign internal upNumber when member is moved to Up
* Public API Member.isOlder
* Change cluster singleton to use oldest member instead of leader
* Update samples and docs
2013-05-03 13:38:35 +02:00
Björn Antonsson
459e3e3720 Merge pull request #1378 from akka/wip-3273-enforce-mailbox-types-on-system-actors-ban
Enforce mailbox types on System actors. #3273
2013-05-03 04:04:02 -07:00
Patrik Nordwall
5326a5a117 Merge pull request #1386 from akka/wip-3270-roles-cluster-serializer-patriknw
Remove duplicates in roleMapping, see #3270
2013-05-03 03:39:02 -07:00
Roland Kuhn
4e46451f55 Merge pull request #1398 from akka/wip-3305-IO-bind-∂π
improve logging in {Tcp,Udp}Listener, see #3305
2013-05-03 02:30:28 -07:00
Björn Antonsson
539df2e98a Enforce mailbox types on System actors. See #3273 2013-05-03 11:05:32 +02:00
Roland Kuhn
1ab3987c6e Merge pull request #1393 from CodeBlock/grammarfix
[docs] fix there -> their in two places.
2013-05-03 01:47:14 -07: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
a9394d9f71 Remove duplicates in roleMapping, see #3270 2013-05-03 10:07:51 +02: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
Roland
aad2215bfb improve logging in {Tcp,Udp}Listener, see #3305
- do not log success message when bind fails
- use real port (and not zero if that was given) in further logging
2013-05-03 08:34:02 +02:00
Ricky Elrod
13719e9428 [docs] fix there -> their in two places. 2013-05-02 22:33:11 -04: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
Roland
738796c625 remove NullMessage, see #3281 2013-05-02 18:48:36 +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