Commit graph

14596 commits

Author SHA1 Message Date
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
Konrad Malawski
884e8d08a8 =act #17087 PromiseActorRef (ask pattern) must send right Terminated() 2015-03-30 16:19:48 +02:00
hepin
954a86bf80 -#15825 add isEmpty and nonEmpty to ByteStringBuilder 2015-03-28 13:39:46 +08:00
drewhk
213a5a4300 Merge pull request #16880 from drewhk/wip-16224-gate-should-open-on-inbound-connect-drewhk
=rem #16224: Not terminate connections if quarantine id do not match
2015-03-26 18:59:04 +01:00
Endre Sándor Varga
a6e10f154f =rem #16224: Not terminate connections if quarantine id do not match 2015-03-26 16:11:48 +01:00
Patrik Nordwall
b3636ee856 Merge pull request #17073 from mehmeteking/master
+tes #17023 Adding ForwardActor among test-kit actors
2015-03-26 14:51:33 +01:00
Ekin Gecikligun
6b1b8316c7 +tes #17023 Adding ForwardActor among test-kit actors 2015-03-26 13:29:36 +02:00
Björn Antonsson
cdb7eee0c3 =con #16946 Make ReliableProxyMultiJvmSpec not reuse actor name 2015-03-26 12:04:00 +01:00
drewhk
d9db42b757 Merge pull request #16884 from drewhk/wip-16505-forwardport-drewhk
=rem #16505: Do not publish AddressTerminated (missing fwd port)
2015-03-25 14:44:15 +01:00
Patrik Nordwall
2571b6ef49 Merge pull request #17044 from ummels/router-group-deathwatch-fix
=act #17040 Let RouterActor remove ActorRefRoutee on termination
2015-03-25 14:37:26 +01:00
Endre Sándor Varga
dffd7b0bbd fixed ClusterShardingSpec 2015-03-25 13:09:04 +01:00
Patrik Nordwall
7aa9fe25f2 Merge pull request #17024 from carrot-garden/persistence-leveldb-dependency
!per #15884 Make LevelDB an optional dependency
2015-03-25 09:07:55 +01:00
Colin Godsey
9bfb0fed27 direct ByteBuffer performance note
via https://gist.github.com/colinrgodsey/9bc606d09d035ba2334c we
discovered it was always faster to copy to a direct buffer when dealing
with NIO. No concessions need be made for wrapping in-heap data.
2015-03-24 17:04:10 -05:00
Colin Godsey
8aa610a2aa optimized tmp buffer for IndexedSeq
Avoid resizing and potentially copying the tmp buffer for IndexedSeqs
larger than the tmp buffer
2015-03-24 16:53:10 -05:00
Andrei Pozolotin
5c5e07ec4e !per #15884 Make LevelDB an optional dependency 2015-03-24 13:58:09 -05:00
Martynas Mickevičius
823ccdd3ca Merge pull request #17054 from nordicway/actor-docs
=doc fix PoisonPill typo in Actor lifecycle
2015-03-19 13:34:00 -07:00
nordicway
eea08743f5 =doc fix PoisonPill typos 2015-03-19 19:55:03 +01:00
Martynas Mickevičius
fb34d4e83b Merge pull request #17055 from drozzy/patch-1
Spelling mistakes and clarifications.
2015-03-19 10:20:20 -07:00
drozzy
f1d0f877e1 Spelling mistakes and clarifications. 2015-03-19 13:22:12 -03:00
Michael Ummels
141e4af3c4 =act #17040 Let RouterActor remove ActorRefRoutee on termination 2015-03-15 20:23:30 +01:00
Patrik Nordwall
39e7f05db8 Merge pull request #17022 from akka/wip-13875-leader-reachability-patriknw
=clu #13875 Fix regression in leader selection
2015-03-15 06:50:14 -07:00
Roland Kuhn
dca7c42ae4 Merge pull request #16793 from akka/wip-TypedMultiMap-∂π
add akka.util.TypedMultiMap
2015-03-14 21:12:10 +01:00
Patrik Nordwall
fe98dae650 =clu #13875 Fix regression in leader selection
* The leader is selected by picking the first reachable member, but in
  #13875 we had to let the self member be unreachable in the Reachability
  table and that was not considered in the logic of the leader selection.
* That means changed behavior that is unwanted, especially when there
  is only one node left the leader could be evaluated to None instead
  of Some(selfUniqueAddress).
* Note that #13875 has not been released yet.
2015-03-14 11:41:28 -07:00
Roland Kuhn
109187e364 Merge pull request #17017 from bantonsson/wip-16620-io-failure-logging-master-ban
=act #16620 Log cause of bind and connect failures (Forward Pick)
2015-03-14 18:17:27 +01:00
Roland Kuhn
8485cd2ebb Merge pull request #17026 from jtescher/copyright-year
Changes all occurances of Typesafe copyright to extend to 2015
2015-03-13 18:53:38 +01:00
Julian Tescher
00f6a58e7c Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
Patrik Nordwall
125adbff7a Merge pull request #16661 from akka/wip-ConversionCheckedTripleEquals-patriknw
=tes Use ConversionCheckedTripleEquals
2015-03-10 15:58:39 +01:00
Patrik Nordwall
30df518421 =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
Roland Kuhn
142d9a51af Merge pull request #17027 from akka/wip-clarify-ActorSelection-∂π
=doc add clarification on ActorSelection vs. ActorRef
2015-03-09 15:11:43 +01:00
Roland Kuhn
7ea8f59527 =doc add clarification on ActorSelection vs. ActorRef 2015-03-09 15:09:56 +01:00
Patrik Nordwall
1313fb736d Merge pull request #17011 from carrot-garden/serialization-identifiers
+all #16632 Make serialization identifiers configurable in reference.con...
2015-03-06 16:08:31 +01:00
Sergey Kisel
56275766c4 =act #16620 Log cause of bind and connect failures
=act #16620 Reverted back error logging for establishing connection exception

=act #16620 Reverted back error logging for establishing connection exception in UdpConnection
2015-03-06 11:25:04 +01:00
Andrei Pozolotin
6332f888ce +all #16632 Make serialization identifiers configurable in reference.conf 2015-03-05 11:55:05 -06:00
Björn Antonsson
c013823a5b Merge pull request #16886 from elegoff/patch-1
Update building-akka.rst
2015-03-05 14:37:12 +01:00
Björn Antonsson
35ce5663c0 Merge pull request #16977 from ruurtjan/master
=doc Fixed links in camel docs
2015-03-05 14:16:40 +01:00
Ruurtjan
dea726049b =doc Fixed links in camel docs 2015-03-05 10:44:13 +01:00
Björn Antonsson
064eea6180 Merge pull request #16690 from kosii/16536-ask-with-actorselection-kosii
=act #16536 actor selection now completes ask
2015-03-04 21:07:20 +01:00
Balázs Kossovics
062fea2096 =act #16536 actor selection now completes ask
To implement the feature VirtualPathContainer.! was overridden to handle
ActorSelectionMessages. In ActorSelectionMessages only SelectChildName
elements are supported to disallow counterintuitive behaviors (like
completing all outstanding ask operations).
2015-03-04 16:38:50 +01:00
Björn Antonsson
8e4f1d966e Merge pull request #16794 from carrot-garden/persistence-multiple-plugins
+per #15587 Make it possible to use multiple persistence plugins
2015-03-04 15:19:43 +01:00
Konrad Malawski
33e83f95c2 Merge pull request #16971 from ktoso/port-missing-java-api-fromints-ktoso
+act adds missing java api for byte string
2015-03-02 10:39:12 +01:00
Konrad Malawski
4da2593de5 +act adds missing java api for byte string 2015-03-02 09:00:33 +01:00
Konrad Malawski
c8795b62fa Merge pull request #16877 from pawelkaczor/master
=doc #16874 clean up `Relationship between deliver and confirmDelivery` section
2015-02-20 09:20:04 +01:00
pkaczor
a6913a9271 =doc #16874 clean up Relationship between deliver and confirmDelivery section 2015-02-20 09:07:43 +01:00
Andrei Pozolotin
18dfd39686 +per #15587 Make it possible to use multiple persistence plugins 2015-02-19 21:25:52 -06:00
Eric Le Goff
b6ff45dd45 Update building-akka.rst
sbt Has moved thus some loink are deprecated
2015-02-17 13:51:57 +01:00