Commit graph

22357 commits

Author SHA1 Message Date
Christopher Batey
0f26acd818
Add dep from multi-jvm cluster to multi-jvm cluster-typed (#25299) 2018-07-03 09:03:13 +01:00
Johan Andrén
159ba045cf
Race condition in ManualTimerExampleSpec fixed #24957 2018-07-03 09:36:50 +02:00
Patrik Nordwall
d5d908e1eb
Merge pull request #25290 from chbatey/issue-25288
Cluster sharding: Set waiting for state timeout for tests
2018-07-02 20:23:20 +02:00
Patrik Nordwall
f0b0183ef3
Merge pull request #25291 from johanandren/wip-24728-cluster-api-spec-fail-johanandren
Don't trigger graceful leave in typed ClusterApiSpec
2018-07-02 20:14:56 +02:00
Arnout Engelen
8ba48c0adc
Compile with jdk9, targeting jdk8 (#24711) 2018-07-02 16:38:07 +02:00
Johan Andrén
75f044a0d0 Don't trigger graceful leave #24728 2018-07-02 15:57:36 +02:00
Roman Filonenko
e94d011cbd populate Creating Actors section in the akka typed documentation (#25218) (#25236)
* populate Creating Actors section in the akka typed documentation (#25218)
2018-07-02 13:31:39 +01:00
Christopher Batey
ee7e699d23 Cluster sharding: Set waiting for state timeout for tests
Default is 5s which means if the first Read is lost and
a test ddata have any secondary nodes to query it'll
timeout waiting to get the state.

E.g. read being ignored due to loading durable state then
never gets retries
2018-07-02 12:50:29 +01:00
Patrik Nordwall
02f6899952 example for Streams log operator (#25283)
* and added all log levels in Attributes for convenient single access point
2018-06-30 12:10:10 +09:00
Matt Kohl
33904de972 Documentation fix (#25282) 2018-06-29 13:35:24 +02:00
Christopher Batey
1bc8b32b3c
Merge pull request #25214 from chbatey/wip-async-dns-chbatey
Async DNS with SRV records
2018-06-29 07:43:23 +01:00
Christopher Batey
2dad7a4c08 Complete async DNS that uses the name servers top to botom 2018-06-28 15:20:23 +01:00
Konrad `ktoso` Malawski
d623593bc2 Async DNS largely inspired by https://github.com/ilya-epifanov/akka-dns 2018-06-28 15:19:27 +01:00
Martynas Mickevičius
975d2d8371
Merge pull request #25234 from 2m/wip-assert-all-stages-public-2m
Make assertAllStagesStopped a public API
2018-06-27 12:00:03 +03:00
Martynas Mickevičius
766944a592
Expose assertAllStagesStopped 2018-06-27 10:34:32 +03:00
Nicolas Vollmar
28746a4cfe Ignore possible state change while waiting for removal #25274 2018-06-27 09:06:32 +02:00
Patrik Nordwall
9075480747
Merge pull request #25275 from akka/wip-doc-reword-patriknw
reword the Multi-DC Persistence reference
2018-06-27 08:13:02 +02:00
Roman Filonenko
4d31d7ce49 log address having heartbeat problems in PhiAccrualFailureDetector (#24701) (#25237)
* log address having heartbeat problems in PhiAccrualFailureDetector (#24701)

* update binary compatibility comments
2018-06-27 07:19:36 +02:00
Johan Andrén
6a6b5822b1 Include compiling multi-jvm tests in PR validation (#25245) 2018-06-27 07:04:05 +02:00
Patrik Nordwall
3e5b2c3f89 reword the Multi-DC Persistence reference 2018-06-26 16:57:37 +02:00
Lukasz Stefaniak
b8230a38b7 Optimize JsonObjectParser.isWhitespace by replacing Set.contains with match using table switch (#25260) 2018-06-26 16:44:28 +02:00
Roman Filonenko
427124a531 increase threshold to publish heartbeat interval warnings in PhiAccrualFailureDetector (#25253) (#25259) 2018-06-26 16:14:25 +02:00
Guy Youansi
a4951e0ce7 Java time duration support for javadsl #24646
java.time.Duration support in all jdocs java file, the persistence module and the distributed-data
2018-06-26 15:41:30 +02:00
Johan Andrén
ced08fcb57 Return of the old docs banner (#25254) 2018-06-26 14:09:28 +02:00
Patrik Nordwall
072627380b Optimize mapAsync(1) (#25185)
* by using mapAsyncUnordered for that case
2018-06-26 12:36:41 +02:00
Richard Imaoka
d8085bb424 doc Replace the word graph by operator in stream doc (#25219) 2018-06-26 11:12:05 +02:00
Christopher Batey
4bee6aa833
Typed FSM docs page (#25266)
* Typed FSM docs page

Show how the example for untyped FSM can be ported to typed
2018-06-26 06:56:50 +01:00
Johan Andrén
2b6997b7a0
Typed: Un-nest supervision that overlaps #25128 2018-06-25 20:53:06 +02:00
Jimin Hsieh
9b4b47ea8b Fix docs (#25211) 2018-06-25 18:10:37 +02:00
Andrew Koerner
7685fc591e
Fix NotInfluenceReceiveTimeout behavior when used with Timers trait (#24989) 2018-06-26 00:03:36 +09:00
Andrew Koerner
028937f52f
Fix NotInfluenceReceiveTimeout behavior when used with Timers trait (#24989) 2018-06-25 22:52:13 +09:00
Arnout Engelen
fcabd43a36 Fix ActorSink.actorRef signature in docs (#25256) 2018-06-25 14:05:15 +09:00
Patrik Nordwall
b964043953
Merge pull request #25258 from naferx/upgrade-config
Bump config to 1.3.3
2018-06-20 17:27:43 +02:00
Nafer Sanabria
5cf33f370f Bump config to 1.3.3 2018-06-20 07:35:16 -05:00
Elijah Rippeth
4c3e34ec1d add missing signature for ActorFlow#ask in docs. (#25249) 2018-06-20 10:47:21 +02:00
Konrad `ktoso` Malawski
ad6626ef22
Widen operation docs clear about unhandled effect (#25252) 2018-06-19 19:53:05 +02:00
Patrik Nordwall
26838dd299
Merge pull request #25166 from longshorej/outputstream-npe
Fix a NullPointerException due to race in OutputStreamSourceStage - #25159
2018-06-19 16:20:13 +02:00
Johan Andrén
360242c152 The cluster singleton manager must be started early #25247 (#25248) 2018-06-19 15:59:57 +02:00
Patrik Nordwall
0a5b12726c
Merge pull request #25246 from Camsteack/distributed-data-docs-typo
Distributed data typo documentation
2018-06-19 14:59:30 +02:00
Patrik Nordwall
1270af371a
Merge pull request #25230 from akka/wip-doc-gdpr-patriknw
Add reference to GDPR for Akka Persistence
2018-06-19 12:54:58 +02:00
Jeffrey Chung
72bd3cdfd4 Note in the docs that the zero value for fold and friends must be immutable #24971 2018-06-19 12:33:49 +02:00
Patrik Nordwall
acdb00e6f0 Add reference to GDPR for Akka Persistence
* and another link to Multi-DC Persistence
2018-06-19 10:46:47 +02:00
Camille Ballouche
26de12d0bf Fix typo in distributed data documentation related to write behind configuration. 2018-06-18 15:02:08 +01:00
Bora Kaplan
8ea9f9f32b Fixed typo on tutorial_4.md (#25238) 2018-06-18 15:21:31 +02:00
Johan Andrén
fda5ca454e
Missing Mima filter added (#25243) 2018-06-18 15:20:46 +02:00
Patrik Nordwall
75da172401
Merge pull request #25220 from richardimaoka/doc-24995-stage-scaladoc
doc Replace the word stage with operator in Scaladoc/Javadoc
2018-06-18 10:27:43 +02:00
Patrik Nordwall
07db73d805 update latestPatchOf25 to 2.5.13 (#25231) 2018-06-18 10:26:39 +02:00
Patrik Nordwall
2539a2c9e1
Merge pull request #25235 from shkoder/fix-cluster-tools-compile-error
fix akka-cluster-tools compile error
2018-06-18 10:21:18 +02:00
Richard S. Imaoka
bf8f60f1ff no need to rename to operators in internal API 2018-06-17 13:17:59 +09:00
Roman Filonenko
502ff08df5 fix akka-cluster-tools compile error 2018-06-16 18:52:45 +02:00