Patrik Nordwall
e75f43c53e
=act #17255 Temporary disable windows-connection-abort-workaround
...
(cherry picked from commit 5d557261082421dda234ad37656d6940252158af)
2015-04-22 10:30:58 +02:00
hepin
e0f06fdee7
+act #13516 add getByteString and getBytes method with a given length
2015-04-21 14:33:48 +08:00
Roland Kuhn
db8d02ff06
Merge pull request #17201 from hepin1989/fix-#15898
...
#15898 change ActorPath to abstract class to make the methods in the com...
2015-04-20 21:24:43 +02:00
Roland Kuhn
630a80eaad
Merge pull request #17215 from hepin1989/fix-17168
...
=act #17168 avoid copy in Props for the same mailbox or dispatcher
2015-04-20 21:08:26 +02:00
hepin
665ad9e424
=act #17168 avoid copy in Props for the same mailbox or dispatcher
2015-04-20 20:15:25 +08:00
Patrik Nordwall
234f9c46cf
Merge pull request #17209 from akka/wip-17169-ReliableProxySpec-patriknw
...
=con #17169 Add missing barrier in ReliableProxySpec
2015-04-17 11:35:26 +02:00
hepin
e6aea0b7d1
#15898 change ActorPath to abstract class to make the methods in the companion usable in java
2015-04-17 10:12:20 +08:00
Roland Kuhn
ff6a2c9ef5
switch README from textile to markdown and freshen it up
2015-04-16 22:10:32 +02:00
Roland Kuhn
559ff0eed8
Merge pull request #17207 from akka/wip-17206-document-stop-self-∂π
...
=act #17206 properly document semantics of context.stop(self)
2015-04-16 08:37:26 +02:00
Roland Kuhn
baf63d37f0
=act #17206 properly document semantics of context.stop(self)
2015-04-15 16:35:31 +02:00
Patrik Nordwall
ca526232e1
=con #17169 Add missing barrier in ReliableProxySpec
2015-04-15 14:17:49 +02:00
Patrik Nordwall
0d403311b2
=rem #16346 Close connection after refused connection attempt
2015-04-15 13:46:44 +02:00
Patrik Nordwall
05b841eee5
Merge pull request #17204 from akka/wip-16141-get-subscribers-of-mediator-patriknw
...
+con #16141 Add GetTopics message to DistributedPubSubMediator providing list of topics
2015-04-15 13:08:26 +02:00
Benjamin Poserow
8d6b899be8
+con #16141 Add GetTopics message to DistributedPubSubMediator providing list of topics
2015-04-15 11:29:28 +02:00
Roland Kuhn
2bb208297d
Merge pull request #17154 from akka/wip-13869-cluster-singleton-speedup-patriknw
...
=con #13869 Speedup startup of Cluster singleton
2015-04-14 21:24:45 +02:00
Patrik Nordwall
b205800f63
Merge pull request #17180 from akka/wip-doc-singleton-role-patriknw
...
=doc Clarify cluster singleton role
2015-04-14 17:12:57 +02:00
Patrik Nordwall
2ecfa42801
=con #13869 Speedup startup of Cluster singleton
...
* avoid the hand-over/take-over attempts when starting the
ClusterSingletonManager for the normal clase when the cluster is
in a good shape, i.e. no exiting member that might run previous
singleton instance
2015-04-14 16:21:25 +02:00
Patrik Nordwall
a12bca1b15
=doc Clarify cluster singleton role
2015-04-13 10:07:14 +02:00
Patrik Nordwall
a93cce7bf4
Merge pull request #17178 from akka/wip-15914-max-received-message-size-master-patriknw
...
=act #15914 Clarify and correct max-received-message-size (for validation)
2015-04-13 09:57:56 +02:00
Patrik Nordwall
f1437b8754
Merge pull request #17155 from akka/wip-17151-RemoteNodeRestartGateSpec-patriknw
...
=rem #17151 Add missing barrier in RemoteNodeRestartGateSpec
2015-04-13 08:06:40 +02:00
Patrik Nordwall
dc54fa08a2
=act #15914 Clarify and correct max-received-message-size
...
(cherry picked from commit c8c07e7a9f8aa4a9b65a9a75e3eb29ea24a99f1f)
2015-04-13 08:03:10 +02:00
Konrad Malawski
437e64500c
Merge pull request #17152 from ktoso/wip-forMaxOverride-FSM-ktoso
...
=act #17140 FSM: forMax(Inf) can now override stateTimeout
2015-04-09 17:34:39 +02:00
Konrad Malawski
bdedb1039f
=act #17140 FSM: forMax(Inf) can now override stateTimeout
2015-04-09 17:32:18 +02:00
Roland Kuhn
76717c9e47
Merge pull request #17134 from romusz/150402-romusz-expand-scheduler-doc
...
Expand the documentation of Scheduler
2015-04-09 10:58:51 +02:00
Patrik Nordwall
863920db48
=rem #17151 Add missing barrier in RemoteNodeRestartGate
2015-04-08 15:28:16 +02:00
Patrik Nordwall
ea2219950d
Merge pull request #17147 from akka/wip-17080-move-socketutils-master-patriknw
...
=tes #17080 Move TestUtils to testkit.SocketUtil (for validation)
2015-04-08 13:03:56 +02:00
Konrad Malawski
8ad51fba39
Merge pull request #17144 from colinrgodsey/15170-bytestringser-2
...
ByteString serialization
2015-04-08 11:44:03 +02:00
Patrik Nordwall
79e7fe22de
=tes #17080 Move TestUtils to testkit.SocketUtil
...
(cherry picked from commit 3df2a822efa7e1330d564ceea7506d606359e17c)
Conflicts:
akka-actor-tests/src/test/scala/akka/actor/ActorPerfSpec.scala
akka-actor-tests/src/test/scala/akka/io/UdpIntegrationSpec.scala
akka-durable-mailboxes/akka-file-mailbox/src/main/scala/akka/actor/mailbox/filebased/filequeue/Journal.scala
akka-testkit/src/main/scala/akka/testkit/SocketUtil.scala
2015-04-08 08:21:38 +02:00
Colin Godsey
1984a76195
=act #15170 bytestring serialization
2015-04-07 09:34:21 -05:00
Konrad Malawski
8d34880dff
Merge pull request #17050 from ktoso/wip-actor-path-errors-impr-ktoso
...
+act #17012 improve err msg on invalid actor name/path
2015-04-07 11:05:38 +02:00
Konrad Malawski
c31469dd29
+act #17012 improve err msg on invalid actor name/path
...
Resolves #17012
2015-04-07 11:04:54 +02:00
Konrad Malawski
d6df645f37
Merge pull request #17138 from ktoso/wip-fix-timeouts-ktoso
...
=typ #17137 increase await timeout, allow using dilation
2015-04-05 22:01:40 +02:00
Konrad Malawski
54aa559fa4
Merge pull request #17120 from akka/wip-15677-deprecate-microkernel-patriknw
...
=ker #15677 Deprecate Microkernel
2015-04-05 11:59:31 +02:00
Konrad Malawski
dd828fed1f
=typ #17137 increase await timeout, allow using dilation
2015-04-03 15:50:41 +02:00
Konrad Malawski
fb7c76736f
Merge pull request #17136 from hepin1989/fix-17315
...
#17135 replace substring with take to avoid Exception in non English evn
2015-04-03 15:35:15 +02:00
hepin
cea44acb16
#17135 replace substring with take to avoid Exception in non English evn
2015-04-03 17:40:07 +08:00
Paul Roman
6d28671cbe
Expand the documentation of Scheduler
2015-04-02 13:18:24 -04:00
Konrad Malawski
4e8daf19ea
Merge pull request #17117 from akka/wip-16910-doc-master-patriknw
...
=doc #16910 Fix include sections in fault tolerance docs (for validation)
2015-04-02 15:46:21 +02:00
Konrad Malawski
0ff6f5e244
Merge pull request #17127 from akka/wip-16737-NPE-LocalSnapshotStore-patriknw
...
=per #16737 avoid NPE when snapshot dir is removed
2015-04-02 14:14:30 +02:00
Konrad Malawski
faefc32237
Merge pull request #17086 from hepin1989/master
...
#15825 add isEmpty and nonEmpty to ByteStringBuilder
2015-04-02 10:57:47 +02:00
Roland Kuhn
3842320e95
Merge pull request #17119 from akka/add-akka-typed-to-build-∂π
...
add Akka Typed to build
2015-04-01 23:33:23 +02:00
Roland Kuhn
48848ac241
add Akka Typed to build
2015-04-01 21:58:31 +02:00
Martynas Mickevičius
e509e62a57
Merge pull request #17128 from akka/wip-15817-cancel-ticks-patriknw
...
=con #15817 add missing cancel of scheduled sharding task
2015-04-01 18:38:16 +03:00
Patrik Nordwall
a460a7a8ff
=con #15817 add missing cancel of scheduled sharding task
2015-04-01 15:04:39 +02:00
Patrik Nordwall
cc636929a5
=per #16737 avoid NPE when snapshot dir is removed
...
* also best effort to recreate the directory if it is removed
2015-04-01 14:50:28 +02:00
Patrik Nordwall
d79fe79802
Merge pull request #17078 from bantonsson/wip-16946-HTFU-ReliableProxyMultiJvmSpec-ban
...
=con #16946 Make ReliableProxyMultiJvmSpec not reuse proxy actor name
2015-04-01 14:21:47 +02:00
Patrik Nordwall
c6cb71a421
=ker #15677 Deprecate Microkernel
2015-04-01 12:01:07 +02:00
Patrik Nordwall
ef387af2fc
=doc #16910 Fix include sections in fault tolerance docs
...
* and don't show AkkaSpec in doc code
(cherry picked from commit 23be60395cdea846ef168960cd05e88c6bd29556)
Conflicts:
akka-docs/rst/scala/code/docs/actor/FaultHandlingDocSpec.scala
akka-docs/rst/scala/fault-tolerance.rst
2015-04-01 10:50:30 +02:00
Konrad Malawski
83854f87c9
Merge pull request #17102 from ktoso/wip-promiseActorRef-wrong-deathwatch-ktoso
...
=act #17087 PromiseActorRef (ask pattern) must send right Terminated()
2015-03-31 15:14:27 +02:00
Konrad Malawski
71529cb4b5
Merge pull request #17069 from colinrgodsey/colinrgodsey-17028-2
...
optimized temp buffer for IndexedSeq
2015-03-30 17:07:22 +02:00