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
Patrik Nordwall
551e2d1321
Stop heartbeating when watching node crash, see #3265
2013-04-25 21:25:46 +02:00
Patrik Nordwall
b62f5f46f5
Merge pull request #1361 from akka/wip-3247-UnreachableNodeJoinsAgainSpec-patriknw
...
Solve UnreachableNodeJoinsAgainSpec problem, see #3247
2013-04-25 05:32:08 -07:00
drewhk
d2d0801d3a
Merge pull request #1372 from drewhk/wip-configurable-max-frame-size-drewhk
...
Configurable maximum frame size for Netty driver
2013-04-25 05:31:26 -07:00
Endre Sándor Varga
cf36292265
Fixes to Patrik's comments
2013-04-25 13:46:29 +02:00
Endre Sándor Varga
7e36a72bd8
Configurable maximum frame size for Netty driver
...
- also, increased default to 128k
2013-04-25 13:34:50 +02:00
Patrik Nordwall
72bfc4e84f
Merge pull request #1363 from akka/wip-3243-CircuitBreakerMTSpec-patriknw
...
Increase time limits in CircuitBreakerMTSpec, see #3243
2013-04-24 08:31:54 -07:00
Patrik Nordwall
649547842a
Merge pull request #1367 from akka/wip-3255-ClusterDeathWatchSpec2-patriknw
...
Additional coordination of shutdown in ClusterDeathWatchSpec, see #3255
2013-04-24 08:31:07 -07:00
Patrik Nordwall
677b509394
Merge pull request #1362 from akka/wip-3257-RemoteWatcherSpec-patriknw
...
RemoteWatcherSpec interference with real quarantining, see #3257
2013-04-24 08:30:12 -07:00
Patrik Nordwall
19283207ff
Additional coordination of shutdown in ClusterDeathWatchSpec, see #3255
...
* Added testconductor shutdown of actor system
* Renamed previous shutdown to exit
2013-04-24 11:58:07 +02:00
Björn Antonsson
b2494819d9
Move resolver so that all dependent projects find the artifact.
2013-04-24 11:24:04 +02:00
Björn Antonsson
90c7b9b545
Merge pull request #1366 from akka/wip-use-scalabuff-snapshot-so-build-works-on-windows-ban
...
Use ScalaBuff 1.2.0-SNAPSHOT so the build works on windows.
2013-04-24 00:01:16 -07:00
Patrik Nordwall
cb576ad711
Merge pull request #1359 from akka/wip-cluster-client-api
...
API adjustments to ClusterClient, see #3264
2013-04-23 10:17:54 -07:00
Patrik Nordwall
2ebb2a0b9c
Solve UnreachableNodeJoinsAgainSpec problem, see #3247
...
* UnreachableNodeJoinsAgain failed because of gated connection
* Removed default test value of retry-gate-closed-for, instead
default from reference.conf is used, i.e. 0s
* deadLetters logging love
2013-04-23 15:43:10 +02:00
Patrik Nordwall
c1b08fb6dc
Merge pull request #1365 from akka/wip-3255-ClusterDeathWatchSpec-patriknw
...
Coordinate shutdown of ClusterDeathWatchSpec with messages, see #3255
2013-04-23 05:50:20 -07:00
Patrik Nordwall
428e71690f
Coordinate shutdown of ClusterDeathWatchSpec with messages, see #3255
...
* Added MultiNodeClusterSpec.EndActor for this purpose
* Changed UnreachableNodeJoinsAgainSpec to use the same
2013-04-23 11:56:12 +02:00
Björn Antonsson
620b054de2
Use ScalaBuff 1.2.0-SNAPSHOT so the build works on windows.
2013-04-23 11:54:26 +02:00
Björn Antonsson
6aa7dc7f97
Allow a FromConfig router to be partly configured from code. See #3136
2013-04-23 11:36:10 +02:00
Patrik Nordwall
1cd4d2206c
Increase time limits in CircuitBreakerMTSpec, see #3243
2013-04-23 09:49:35 +02:00
Patrik Nordwall
f5af7f861a
RemoteWatcherSpec interference with real quarantining, see #3257
2013-04-23 08:40:15 +02:00
drewhk
7094daf313
Merge pull request #1358 from drewhk/wip-3245-udp-temporary-address-drewhk
...
Udp tests now use ports acquired from a DatagramSocket
2013-04-22 07:32:31 -07:00
Endre Sándor Varga
3b41eaa1f7
Udp tests now use port acquired from a DatagramSocket #3245
2013-04-22 16:31:06 +02:00
drewhk
e4b455da6a
Merge pull request #1360 from drewhk/wip-3242-remotenodedeathwatchslow-failed-drewhk
...
Fixed misnamed barrier
2013-04-22 07:26:53 -07:00
Roland Kuhn
9bdfb51f45
also fix java/io.rst link to EchoServer et al
2013-04-22 17:13:35 +03:00
Roland Kuhn
e96706c7e5
Merge pull request #1357 from etaty/patch-1
...
Fix links to EchoServer.scala
2013-04-22 07:11:50 -07:00
Endre Sándor Varga
d0cd2be542
Fixed misnamed barrier
2013-04-22 14:00:30 +02:00
Patrik Nordwall
7634964b96
API adjustments to ClusterClient, see #3264
...
* Message wrappers in ClusterClient, so that DistributedPubSubMediator
is not leaking to the client api
* Register methods in ClusterReceptionistExtension, for convenience and
clarity
2013-04-22 13:03:29 +02:00
Valerian
62037757fa
Fix links to EchoServer.scala
2013-04-22 00:33:04 +03:00