Commit graph

13248 commits

Author SHA1 Message Date
Patrik Nordwall
713478f963 Merge pull request #1671 from akka/wip-3529-identify-sugar-patriknw
+act #3529 Add convenience helper for looking up an actor by identity
2013-08-27 02:14:19 -07:00
Patrik Nordwall
37c4053b29 +act #3529 Add convenience helper for looking up an actor by identity
* ActorSelection.resolveOne
2013-08-27 11:13:33 +02:00
Patrik Nordwall
d319e3f4d6 Merge pull request #1675 from akka/wip-finish-connect-retries-patriknw
=act #3525 Retry finishConnect after OP_CONNECT
2013-08-27 01:34:25 -07:00
drewhk
562b2fa1a3 Merge pull request #1681 from drewhk/wip-3504-tone-down-remote-logging-drewhk
+rem #3504: Toned down error logging and made loglevel configurable
2013-08-27 01:33:28 -07:00
Johannes Rudolph
0a88fbefae =act #3525 Retry finishConnect after OP_CONNECT
Patch picked from 63648f1780
2013-08-27 10:33:19 +02:00
Patrik Nordwall
2c76ea5eb2 Merge pull request #1678 from akka/wip-3527-wrong-match-patriknw
=rem #3527 Correction of match in reWatch
2013-08-27 01:26:29 -07:00
Patrik Nordwall
0debd45b4e Merge pull request #1677 from akka/wip-3500-doc-di-patriknw
=doc #3500 Add section about Dependency Injection
2013-08-27 01:17:39 -07:00
Patrik Nordwall
226935b66c Merge pull request #1669 from oakwhiz/master
=act Fix typo in scheduler error message
2013-08-27 00:59:11 -07:00
Patrik Nordwall
a8919944cc Merge pull request #1654 from taylorleese/more_cluster_client_docs
=con Add a few more details to the cluster client docs.
2013-08-27 00:52:54 -07:00
Endre Sándor Varga
132c30d6cf +rem #3504: Toned down error logging and made loglevel configurable 2013-08-26 15:44:47 +02:00
Patrik Nordwall
12a442f7d0 =rem #3527 Correction of match in reWatch 2013-08-26 11:59:19 +02:00
Patrik Nordwall
2087dfc1a0 =doc #3500 Add section about Dependency Injection 2013-08-26 09:58:16 +02:00
Patrik Nordwall
cdea2af973 Merge pull request #1661 from akka/wip-3015-s3-patriknw
=pro #3015 Upload dist to S3 downloads.typesafe.com
2013-08-23 04:56:14 -07:00
Patrik Nordwall
7f3b56d0a6 Merge pull request #1653 from akka/wip-3527-remote-watch-uid-patriknw
=rem #3527 Take actor system uid into consideration in remote watch
2013-08-23 00:06:51 -07:00
oakwhiz
7dc2e05228 =act Fix typo in scheduler error message 2013-08-22 16:43:31 -07:00
drewhk
fcacbbbddf Merge pull request #1623 from drewhk/wip-3519-clusterrouter-supervisor-fix-drewhk
=clu #3519 Cluster router should use provided supervisor strategy
2013-08-22 02:25:16 -07:00
drewhk
c8394cae3a Merge pull request #1616 from drewhk/wip-actorselection-ask-test-drewhk
+act #3532: Add ask support for Java API
2013-08-22 02:22:30 -07:00
Patrik Nordwall
637598a28b =rem #3527 Take actor system uid into consideration in remote watch
* When actor system was restarted quickly the new system replied to
  heartbeats and Terminated was never triggered for actors in old
  system.
* Solved by sending an extra Watch system message when first hearbeat
  is received for an address and when a change of system uid is detected.
2013-08-22 11:03:02 +02:00
Endre Sándor Varga
d85039c1a6 =rem #3527 Fail fatally when negative acknowledgement is unfulfillable 2013-08-22 11:03:02 +02:00
Endre Sándor Varga
cc15919512 =rem #3527 Throw away system message delivery state when new UID from a remote Address is detected 2013-08-22 11:02:51 +02:00
Björn Antonsson
5a1d9136f0 Merge pull request #1652 from akka/wip-3535-missing-tcp.commandfailed-ban
=act #3535 Report CommandFailed for early IOExceptions
2013-08-21 07:34:45 -07:00
Endre Sándor Varga
12989a9078 =clu #3519 Cluster router should use provided supervisor strategy 2013-08-21 15:03:24 +02:00
Patrik Nordwall
a6f8b5516a =pro #3015 Upload dist to S3 downloads.typesafe.com 2013-08-21 14:44:14 +02:00
Patrik Nordwall
c10eadbd33 Merge pull request #1660 from akka/wip-stash-size-patriknw
=act Cleanup size > 0 anti-pattern in Stash
2013-08-21 05:23:27 -07:00
Patrik Nordwall
194bb3d703 Merge pull request #1649 from akka/wip-3531-orElse-decider-patriknw
=doc #3531 Recommend orElse’ing super.supervisorStrategy.decider
2013-08-21 05:15:04 -07:00
Taylor Leese
a27cf16ed8 Merge branch 'master' into more_cluster_client_docs 2013-08-21 04:37:35 -07:00
drewhk
ae801199a5 Merge pull request #1651 from drewhk/wip-3485-remoting-dispatcher-drewhk
+rem #3485 Make dispatcher for all remoting actors configurable
2013-08-21 02:43:47 -07:00
Björn Antonsson
b7b38fccca =act #3535 Report CommandFailed for early IOExceptions
To reproduce the failure you have to manually turn on the firewall
for the server port. That causes the connect to throw a
"java.net.SocketException: Permission denied".
2013-08-21 11:38:33 +02:00
Patrik Nordwall
798d616ce9 =act Cleanup size > 0 anti-pattern in Stash 2013-08-21 08:55:23 +02:00
Endre Sándor Varga
01b3be1242 +rem #3485 Make dispatcher for all remoting actors configurable 2013-08-20 14:01:30 +02:00
Endre Sándor Varga
5e3dcaa0da +act #3532: Add ask support for Java API 2013-08-20 13:25:27 +02:00
Björn Antonsson
ffea36a8c8 Merge pull request #1650 from akka/wip-3552-upgrade-scalatest-for-dbuild-ban
=pro #3552 Upgrade ScalaTest to 1.9.2-SNAP2 for dbuild
2013-08-20 03:51:13 -07:00
Patrik Nordwall
3d601e8738 Merge pull request #1648 from akka/wip-3526-public-log-failure-patriknw
!act #3526 Make SupervisorStrategy.logFailure public
2013-08-20 03:47:28 -07:00
Patrik Nordwall
f3db27e535 Merge pull request #1647 from akka/wip-3536-cluster-jmx-script-patriknw
=clu #3536 Update doc of hostname port params in cluster jmx script
2013-08-20 03:13:12 -07:00
Taylor Leese
47f33c9294 Add a few more details to the cluster client docs. 2013-08-20 03:09:59 -07:00
Patrik Nordwall
be842260ee Merge pull request #1646 from akka/wip-3546-ignore-gossip-loglevel-patriknw
=clu #3546 Change log level of gossip from unknown
2013-08-20 03:09:56 -07:00
Patrik Nordwall
f375ac17c3 Merge pull request #1645 from akka/wip-3517-AdaptiveLoadBalancingRouter-off-by-one-patriknw
=clu #3517 Guard against wrong random selection
2013-08-20 03:02:43 -07:00
drewhk
0a7e9e6dc5 Merge pull request #1615 from drewhk/wip-wrong-match-epwriter-drewhk
=rem #3555: Wrong and superfluous pattern match in EndpointWriter
2013-08-20 02:02:46 -07:00
Endre Sándor Varga
89a3454245 =rem #3555: Wrong and superfluous match in EndpointWriter 2013-08-20 11:01:42 +02:00
Roland Kuhn
8ab5226885 Merge pull request #1628 from fanf/patch-4
=doc Update ZeroMQ pub/sub port mismatch between doc and code example
2013-08-20 01:54:03 -07:00
drewhk
89bd2ed06c Merge pull request #1622 from drewhk/wip-internalize-sysmsg-helper-traits-drewhk
!act Marked StashWhen* marker traits as internal API
2013-08-20 01:51:00 -07:00
Francois Armand
23540b3f3d =doc Update ZeroMQ pub/sub port mismatch between doc and code example 2013-08-19 15:55:22 +02:00
Björn Antonsson
4a2b6effb3 =pro #3552 Upgrade ScalaTest to 1.9.2-SNAP2 for dbuild
* This can't go into 2.2.x since ScalaTest 1.9.2-SNAP2 has source incompatible changes and the dependecy in akka-multi-node-node-testkit would force people to upgrade.
2013-08-19 15:08:29 +02:00
Patrik Nordwall
0d859f1424 =doc #3531 Recommend orElse’ing super.supervisorStrategy.decider 2013-08-19 15:00:41 +02:00
Patrik Nordwall
d4f95d4ab7 !act #3526 Make SupervisorStrategy.logFailure public
* This change is not source compatible since anyone that has
  overridden logFailure will have compilation error
  "has weaker access privileges; it should be public"
2013-08-16 16:03:03 +02:00
Patrik Nordwall
a731f3b6b6 =clu #3536 Update doc of hostname port params in cluster jmx script
* This was changed in the switch to jmxsh (72aa5ef), but since
  we released with space separator I updated the documentation to that
  format.
2013-08-16 15:42:16 +02:00
Patrik Nordwall
4323a64183 =clu #3546 Change log level of gossip from unknown
* It is pretty normal when joining so users should not be worried
* Change to debug level
2013-08-16 15:29:05 +02:00
Roland Kuhn
822f80bc69 Merge pull request #1643 from octo47/wip-3542-no-defensive-unsubscribe
Resolves high contention on unsubscribeAddresssTermination #3547
2013-08-16 05:34:38 -07:00
Roland Kuhn
b195769f59 Merge pull request #1641 from joa/patch-1
Update cluster.rst
2013-08-16 05:24:43 -07:00
Roland Kuhn
7b374badeb Merge pull request #1639 from akka/wip-durable-mb-doc-∂π
=doc Move up dependency info for DurableMailboxSpec
2013-08-16 05:22:51 -07:00