Commit graph

20524 commits

Author SHA1 Message Date
Patrik Nordwall
569b18d56e Merge pull request #18432 from akka/wip-18176-ClusterShardingLeavingSpec-patriknw
=cls #18176 Harden ClusterShardingLeavingSpec
2015-09-11 16:32:51 +02:00
drewhk
170f24eadc Merge pull request #18450 from 2m/wip-graphstage-identity-bench
=ben add flag to benchmark GraphStage.Identity
2015-09-11 11:17:27 +02:00
Martynas Mickevičius
25cb97a1b2 =ben add flag to benchmark GraphStage.Identity 2015-09-11 11:33:29 +03:00
Patrik Nordwall
b3fedb4cf8 !per #18050 Make event adapter lookup more efficient 2015-09-10 19:48:57 +02:00
Patrik Nordwall
9e8168479a =act #18346 Document scheduler task throws 2015-09-10 17:03:18 +02:00
Patrik Nordwall
4e2b8190a3 =cls #18370 Document supervision for Cluster Sharding 2015-09-10 15:35:26 +02:00
Patrik Nordwall
a22b3be9da Merge pull request #18410 from akka/wip-18408-scala-2.11.7-patriknw
=pro #18408 Update to Scala 2.11.7
2015-09-10 11:24:04 +02:00
Patrik Nordwall
1de8f05854 Merge pull request #18427 from jamie-allen/update-books
Updated books page with the book by Vaughn Vernon
2015-09-10 10:40:14 +02:00
Patrik Nordwall
fd381df392 Merge pull request #18430 from akka/wip-17317-attaching-conductor-patriknw
=mnt #17317 Harden reconnect when attaching to test conductor
2015-09-09 19:05:19 +02:00
Patrik Nordwall
0dad493d79 Merge pull request #18424 from akka/wip-18209-doc-remote-ordering-patriknw
=doc #18209 Clarify remote message ordering
2015-09-09 19:04:46 +02:00
Patrik Nordwall
013e180e5b Merge pull request #18423 from akka/wip-15399-TestKitBase-doc-patriknw
=tes #15399 Remove warning from TestKitBase
2015-09-09 19:04:13 +02:00
Patrik Nordwall
d76cf34487 Merge pull request #18421 from akka/wip-17139-clarify-AtLeastOnceDelivery-patriknw
=per #17139 Clarify AtLeastOnceDelivery persistent state
2015-09-09 19:03:45 +02:00
Patrik Nordwall
2c144f74ea Merge pull request #18416 from akka/wip-18415-redeliver-patriknw
=per #18415 Don't start redelivery during recover
2015-09-09 19:03:01 +02:00
Patrik Nordwall
3aca98fafc Merge pull request #18435 from johanandren/wip-17556-remote-shutdown-and-back-spec-unstable-johanandren
=rem #17556 Do not fail if identity or terminated arrives
2015-09-09 19:01:41 +02:00
Patrik Nordwall
8767997806 Merge pull request #18429 from johanandren/wip-18163-document-akka-behind-nat-johanandren
=doc #18163 More visible docs about NAT support
2015-09-09 19:00:40 +02:00
Patrik Nordwall
a0d4cde950 Merge pull request #18420 from johanandren/wip-15678-clarify-slf4j-loglevel-johanandren
=doc #15678 clarify log level limits events passed to actual logger
2015-09-09 18:59:49 +02:00
Johan Andrén
97b83fb95b =rem #17556 Do not fail if identity or terminated arrives
Trying to stabilize RemoteNodeShutdownAndComesBackSpec which fails
intermittently on the test servers by replacing an unecessary check
with receiveWhile which does not fail if it times out.
2015-09-09 16:02:54 +02:00
Patrik Nordwall
e5159eb764 =cls #18176 Harden ClusterShardingLeavingSpec
In logs it is clear that the fourth node is moved to Up,
but it takes more than 5 sec to disseminate that info
2015-09-09 14:36:08 +02:00
drewhk
590f819289 Merge pull request #18419 from johanandren/wip-15001-log-debug-undhandled-docs-johanandren
=doc #15001 doc logging unhandled messages at debug
2015-09-09 11:46:42 +02:00
drewhk
f378e8266e Merge pull request #18330 from spray/w/16438-java-side-rejection-support
+htp #16438 add Java-side rejection handling support
2015-09-09 11:27:58 +02:00
Johan Andrén
e8864fc6da =doc #15001 doc logging unhandled messages at debug 2015-09-09 10:42:43 +02:00
Johan Andrén
32f8c44771 =doc #15678 clarify log level limits events passed to actual logger 2015-09-09 10:37:42 +02:00
Patrik Nordwall
42766b28f1 =mnt #17317 Harden reconnect when attaching to test conductor
The failing tests showed big variations in startup times, i.e.
JVM1 not started/bound when other JVMs tries to connect to the
test conductor. The reconnect logic was in place but it was
bound to 10 client-reconnects (10 seconds). It's better to let
it by default reconnect until the connect-timeout (20 seconds)
is elapsed.
2015-09-09 10:37:03 +02:00
Johannes Rudolph
db1be86b02 +htp #16438 add Java-side rejection handling support 2015-09-09 10:31:00 +02:00
Johannes Rudolph
96ef8875c8 !htp use immutable collections in Rejections 2015-09-09 10:28:34 +02:00
Johannes Rudolph
a70e37d65c =htc add missing Java model class for ContentTypeRange 2015-09-09 10:28:34 +02:00
Johan Andrén
ca22ae9090 =doc #18163 More visible docs about NAT support 2015-09-09 10:27:40 +02:00
Patrik Nordwall
49558dc415 Merge pull request #18414 from johanandren/wip-16074-remove-returns-johanandren
=tes #16074 remove return statements from scala sources
2015-09-09 09:02:41 +02:00
Patrik Nordwall
36e976453b Merge pull request #18413 from johanandren/wip-18226-document-self-stop-johanandren
=doc #18226 document actor stopping
2015-09-09 09:01:56 +02:00
Jamie
5cb079fd77 Fixed formatting 2015-09-09 12:04:58 +10:00
Jamie
827bcd68aa Updated books page with the book by Vaughn Vernon 2015-09-09 11:53:43 +10:00
drewhk
2eb6cea683 Merge pull request #18313 from drewhk/wip-octopus-drewhk
WIP Octopus
2015-09-08 16:50:56 +02:00
Patrik Nordwall
430751c03f =doc #18209 Clarify remote message ordering 2015-09-08 16:49:02 +02:00
Patrik Nordwall
0105675aec =tes #15399 Remove warning from TestKitBase 2015-09-08 15:59:16 +02:00
Endre Sándor Varga
19c20dfb20 +str: Support for arbitrary, fusable graph processing stages (octopus) 2015-09-08 15:34:10 +02:00
Patrik Nordwall
a6d693b8ef =per #17139 Clarify AtLeastOnceDelivery persistent state 2015-09-08 15:07:55 +02:00
Patrik Nordwall
d592914174 Merge pull request #18407 from akka/wip-18404-jmh-dep-patriknw
=pro #18404 Remove jmh from akka-protobuf
2015-09-08 14:39:25 +02:00
Patrik Nordwall
cce3690c72 =pro #18408 Update to Scala 2.11.7 2015-09-08 14:38:09 +02:00
Patrik Nordwall
8ce4622783 =per #18415 Don't start redelivery during recover 2015-09-08 13:27:24 +02:00
Johan Andrén
b3c9273be3 =tes #16074 remove return statements from scala sources 2015-09-08 11:23:39 +02:00
Johan Andrén
996ad35495 =doc #18226 document actor stopping 2015-09-08 11:14:18 +02:00
drewhk
530bd13d2a Merge pull request #18271 from agolubev/agolubev-#17693-add-Source.queue
+str #17693 add Source.queue and Sink.queue
2015-09-07 16:33:23 +02:00
Patrik Nordwall
5481df6c74 =pro #18404 Remove jmh from akka-protobuf 2015-09-07 09:27:27 +02:00
Alexander Golubev
38fe35d668 +str #17693 add Source.queue and Sink.queue 2015-09-04 12:50:05 -04:00
Patrik Nordwall
b25e76e95c Merge pull request #18401 from akka/wip-unidoc-protobuf-patriknw
=pro workaround for scalaunidoc:doc issues
2015-09-04 16:02:53 +02:00
Patrik Nordwall
e5644d406e =pro workaround for scalaunidoc:doc issues 2015-09-04 16:01:01 +02:00
Patrik Nordwall
acf0e76244 Merge pull request #18398 from akka/wip-13584-WeaklyUp2-patriknw
+clu #13584 Accept joining to be WeaklyUp during network split
2015-09-04 14:10:23 +02:00
Patrik Nordwall
22b8853314 =clu #13584 mark as experimental and some doc clarificiations 2015-09-04 14:09:41 +02:00
Veiga Ortiz, Héctor
c08bc317e2 +clu #13584 Accept joining to be WeaklyUp during network split
* experimental feature, disabled by default
* Adding documentation to mention weakly up members.
  plus adding new diagram.
2015-09-04 12:44:47 +02:00
Patrik Nordwall
c9662d8083 Merge pull request #18324 from akka/wip-15646-sharding-initial-watch-patriknw
=cls #15646 Optimize the initial watch in shard coordinator
2015-09-04 12:02:17 +02:00