Commit graph

12945 commits

Author SHA1 Message Date
Patrik Nordwall
ae9d28d8c3 Merge pull request #1486 from akka/wip-3348-ClusterStats-patriknw
Disable cluster stats by default, see #3348
2013-05-28 07:16:44 -07:00
Patrik Nordwall
a323936299 Disable cluster stats by default, see #3348
* Add VectorClockStats
2013-05-28 16:15:57 +02:00
Roland Kuhn
a4af04ca09 Merge pull request #1484 from akka/wip-3192-FIXMEs-∂π
fix some FIXMEs, see #3192
2013-05-28 06:57:07 -07:00
Roland Kuhn
a5364fc496 Merge pull request #1488 from akka/wip-3393-Trigger-NPE-∂π
do not close over context.self in TickGenerator, see #3393
2013-05-28 06:41:40 -07:00
Björn Antonsson
6ec9d932dd Merge pull request #1481 from akka/wip-3341-split-out-mailbox-documentation-ban
Split mailbox documentation into a separate section #3341
2013-05-28 06:29:28 -07:00
Roland
0e8b45a8fe === was not testing what it thought it did 2013-05-28 13:35:37 +02:00
Björn Antonsson
6abec367f2 Split mailbox documentation into a separate section. See #3341 2013-05-28 13:34:35 +02:00
Roland
d10281d0e4 fix some FIXMEs, see #3192
- remove some outdated ones (which were already fixed but not removed)
- make socket options fully configurable in NettyTransport
- also apply socket options to outbound connections, not only the listen
  socket
- remove timeout from taking the lock in RepointableActorRef, because we
  cannot afford to lose system messages anymore, so we should rather
  block the sender
2013-05-28 13:29:09 +02:00
Roland
7c8f3ade69 add supported zeromq version information in docs 2013-05-28 13:02:03 +02:00
Patrik Nordwall
23e76c35d5 Merge pull request #1375 from mjkrumlauf/master
#3272 - Eliminate redundant "should" in DataflowSpec test output
2013-05-28 02:54:36 -07:00
Roland
8c8cdecc68 do not close over context.self in TickGenerator, see #3393 2013-05-27 20:27:56 +02:00
Roland Kuhn
58756be937 Merge pull request #1483 from akka/wip-IO-docs-∂π
several things IO
2013-05-27 05:27:18 -07:00
Roland
caab7909d7 a few fixes after review of the IO doc changes 2013-05-27 14:26:34 +02:00
Patrik Nordwall
1b9fde8c02 Merge pull request #1475 from akka/wip-3178-err-msg-router-patriknw
Include path in error message for missing router conf, see #3178
2013-05-27 02:31:30 -07:00
Viktor Klang (√)
8e54ff4722 Merge pull request #1482 from akka/wip-3378-fix-memory-leak-in-lars-stop-√
#3378 - fixing memory leak in LARS.stop
2013-05-27 01:54:25 -07:00
Patrik Nordwall
a87093b547 Merge pull request #1477 from akka/wip-3387-scheduler-resolution-patriknw
Change default tick-duration to 10ms, see #3387
2013-05-27 01:38:46 -07:00
Patrik Nordwall
44e58cf35d Include path in error message for missing router conf, see #3178 2013-05-27 10:05:36 +02:00
Patrik Nordwall
c05262f406 Change default tick-duration to 10ms, see #3387 2013-05-27 09:20:25 +02:00
Patrik Nordwall
28d1b1f187 Merge pull request #1480 from akka/wip-3388-HeartbeatReq-patriknw
Start heartbeatSender after Welcome, see #3388
2013-05-27 00:17:43 -07:00
Patrik Nordwall
e02188d634 Merge pull request #1479 from akka/wip-3382-ClusterSingletonManagerSpec-patriknw
ClusterSingletonManagerSpec must not use 'node' from other thread, see #3382
2013-05-27 00:14:46 -07:00
Patrik Nordwall
8b6cfd3b4a Merge pull request #1476 from akka/wip-2749-validate-deploy-patriknw
Validate deployment paths at startup, see #2749
2013-05-27 00:14:07 -07:00
Patrik Nordwall
2280de38a8 Merge pull request #1474 from akka/wip-3283-non-experimental-cluster-patriknw
Remove experimental label from cluster, see #3283
2013-05-27 00:13:34 -07:00
Patrik Nordwall
3736efb79a Merge pull request #1472 from akka/wip-3225-cluster-infolog-patriknw
Config of cluster info logging, see #3225
2013-05-27 00:13:08 -07:00
Patrik Nordwall
8232ebc5eb Merge pull request #1471 from akka/wip-3252-MemberRemoved-patriknw
Add previousStatus in MemberRemoved, see #3252
2013-05-27 00:12:48 -07:00
Roland
214c29a459 fix one more warning 2013-05-27 08:32:36 +02:00
Roland
3074b0c2f8 split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
Roland
b6efd467e8 add ScalaDocs and correct UDP docs, see 3268 2013-05-26 18:29:23 +02:00
Roland
ea5b79e562 add BackpressureBuffer, see #3253
- also make a Write’s “ack” be a Tcp.Event (to suit pipelines)
- add stress test for BackpressureBuffer
- add it to SslTlsSupportSpec
- add it to the docs
2013-05-26 10:58:55 +02:00
Viktor Klang
ede2fd2725 #3378 - fixing memory leak in LARS.stop 2013-05-24 22:48:22 +02:00
drewhk
116e0a2e3e Merge pull request #1478 from drewhk/wip-disallow-outbound-on-quarantine-3285-drewhk
Quarantining completely disables outbound attempts #3285
2013-05-24 08:36:52 -07:00
Endre Sándor Varga
c36ff9717d Quarantining completely disables outbound attempts #3285
- also a bugfix for use-passive = off
2013-05-24 17:21:40 +02:00
Patrik Nordwall
ec1626b746 Start heartbeatSender after Welcome, see #3388
* Otherwise, if the Welcome message is lost, other nodes
  in the cluster will send HeartbeatRequest and it will start
  sending heartbeats without being a real member and the lost Welcome
  is not detected by the other members in the cluster
2013-05-24 15:38:28 +02:00
Patrik Nordwall
716893263a ClusterSingletonManagerSpec must not use 'node' from other thread, see #3382
* Thank you @rkuhn for finding the reason for the problem
* Sprinkled some warnings
2013-05-24 14:43:06 +02:00
Patrik Nordwall
907001fb1f Validate deployment paths at startup, see #2749 2013-05-23 18:48:02 +02:00
Patrik Nordwall
f64b68c466 Remove experimental label from cluster, see #3283 2013-05-23 18:15:20 +02:00
Roland
025a91ecc2 fix some warts in IO
- remove TcpPipelineHandler’s type parameter
- remove not-accept() failure test (which is completely bogus)
- add comments explaining more about TcpPipelineHandler.Init
- remove the funny “manager” from the Server example
2013-05-23 16:14:51 +02:00
drewhk
beed693c1b Merge pull request #1473 from drewhk/wip-proper-sync-shutdown-remoting-drewhk
Shutdown of transports  are now synchronous with system shutdown #3368
2013-05-23 07:03:24 -07:00
Endre Sándor Varga
4c3853a999 Shutdown of transports are now synchronous with system shutdown #3368 2013-05-23 14:50:31 +02:00
Björn Antonsson
410d839ce0 Merge pull request #1467 from akka/wip-3374-missing-code-samples-in-doc-ban
Cleaning up bad search and replace so docs generate correctly. See #3374
2013-05-23 04:56:05 -07:00
Björn Antonsson
d386ad081d Merge pull request #1470 from akka/wip-3269-camel-concurrent-activation-test-failed-ban
Increase timeout for akka.camel.ConcurrentActivationTest #3269
2013-05-23 04:53:01 -07:00
Patrik Nordwall
e296889ae9 Merge pull request #1468 from akka/wip-3372-RemotingSpec-fail-ask-patriknw
Increase timeout in RemotingSpec, see #3372
2013-05-23 04:40:57 -07:00
Patrik Nordwall
6779970163 Merge pull request #1469 from akka/wip-3358-MetricsCollectorSpec-patriknw
Increase timeout in MetricsCollectorSpec, see #3358
2013-05-23 04:40:17 -07:00
Patrik Nordwall
8b09108a5e Merge pull request #1465 from akka/wip-3369-RemoteRouterSpec-patriknw
Remove hardcoded port in RemoteRouterSpec, see #3369
2013-05-23 04:39:02 -07:00
Patrik Nordwall
18a3b3facf Config of cluster info logging, see #3225 2013-05-23 13:36:35 +02:00
Patrik Nordwall
ee6e80d31a Add previousStatus in MemberRemoved, see #3252 2013-05-23 11:09:32 +02:00
Viktor Klang (√)
ba88c44b6f Merge pull request #1462 from akka/wip-slight-improvement-to-coroner-output-√
Minor improvement to Coroner thread count formatting.
2013-05-23 02:07:58 -07:00
Björn Antonsson
a2a44a7bf2 Increase timeout for akka.camel.ConcurrentActivationTest. See #3269 2013-05-23 10:02:03 +02:00
Patrik Nordwall
8ace58de97 Merge pull request #1463 from akka/wip-3319-startup-error-patriknw
Error reporting when starting remoting with wrong configuration, see #3373
2013-05-23 01:00:55 -07:00
Björn Antonsson
344913777c Fix one more broken code include in docs. See #3374 2013-05-23 09:48:30 +02:00
Björn Antonsson
e92e698bd9 Merge pull request #1453 from akka/wip-3363-remotingpsec-failure-ban
Make associate in TestTransport wait for the association event linstener #3363
2013-05-23 00:34:59 -07:00