Commit graph

21090 commits

Author SHA1 Message Date
Patrik Nordwall
49cf7afc68 Merge pull request #23209 from akka/wip-22082-debug-DurableDataSpec-patriknw
enable debug logging in DurableDataSpec, #22082
2017-06-20 21:12:11 +02:00
Patrik Nordwall
0d890e6364 enable debug logging in DurableDataSpec, #22082 2017-06-20 20:50:28 +02:00
Atiq Sayyed
66cc0d2700 Merge scala/stream/stream-customize.md and java/stream/stream-customi… (#23181) 2017-06-20 08:51:03 -07:00
Atiq Sayyed
6bbe94a668 Merge docs for /java/stream/stream-dynamic.md and /scala/stream/strea… (#23182) 2017-06-20 04:33:51 -07:00
Atiq Sayyed
21c702f36a Merge scala/stream/stream-error.md and java/stream/stream-error.md (#23183) 2017-06-20 04:19:57 -07:00
Richard Imaoka
972fb0001b Merge paradox/scala/persistence-schema-evolution.md and java/persistence-schema-evolution.md (#23189) 2017-06-20 01:25:27 -07:00
Richard Imaoka
ce96053dcd Merge paradox/scala/cluster-singleton.md and java/cluster-singleton.md (#23184) 2017-06-20 00:27:08 -07:00
Nafer Sanabria
e93ae613d1 =doc #23052 merge content of stream-integrations.md (#23203)
* merge content of stream-integrations.md

Ref #23052

* use symlink in java counterpart

* make file a symlink
2017-06-20 09:19:00 +02:00
Nafer Sanabria
dd930f4835 =doc #23052 merge content of stream-introduction.md (#23204)
* merge content of stream-introduction.md

Ref #23052

* use symlink in java counterpart

* make file a symlink
2017-06-20 09:06:03 +02:00
Patrik Nordwall
ff4c4d5c90 remove scm from akkaPomExtra, included by sbt-git 2017-06-19 17:17:46 +02:00
Ifeanyi Ubah
8049ac1438 Fix typos in CONTRIBUTING.md #23200 (#23201)
I noticed a couple minor typos in the contributing guide and fixed them.
2017-06-19 06:55:53 -07:00
Patrik Nordwall
26243a1af7 Merge pull request #23074 from mizerlou/persistent-fsm-state-name-extractor
PersistentFSM.StateChangeEvent extractor
2017-06-19 13:51:37 +02:00
Patrik Nordwall
d28e056192 Merge pull request #23195 from akka/wip-23140-LoggingReceiveSpec-patriknw
Harden LoggingReceiveSpec, #23140
2017-06-19 13:50:49 +02:00
Patrik Nordwall
5351bc9b38 Merge pull request #23197 from akka/wip-adjust-fan-in-out-spec-patriknw
adjust number of messages in FanInThrougputSpec and FanOutThrougputSpec
2017-06-19 13:50:29 +02:00
Patrik Nordwall
8fcb8efe81 marking as pending, #23198 2017-06-19 13:48:52 +02:00
Patrik Nordwall
4b38b056cc adjust number of messages in FanInThrougputSpec and FanOutThrougputSpec
* some of the tests took too long in the nightly runs
2017-06-19 13:20:24 +02:00
Richard Imaoka
b29753eb84 Merge paradox/scala/persistence-query-leveldb.md and java/persistence-query-leveldb.md (#23188) 2017-06-19 03:50:44 -07:00
Richard Imaoka
85e55f289b Merge paradox/scala/fsm.md and java/fsm.md (#23190) 2017-06-19 03:24:12 -07:00
Patrik Nordwall
c9c92026a9 Harden LoggingReceiveSpec, #23140
* It ended up in endless loop because receiveOne may return null
* I think the match on the watching was wrong
2017-06-19 12:22:43 +02:00
Richard Imaoka
8528deb306 Merge paradox/scala/io.md and java/io.md (#23168) 2017-06-19 01:46:51 -07:00
Richard Imaoka
34fda05e20 Merge paradox/scala/routing.md and java/routing.md (#23192) 2017-06-19 01:09:43 -07:00
Patrik Nordwall
4d4fe1471b Merge pull request #22998 from richard-imaoka/doc-22803-blocking-imaoka
More description about blocking operations
2017-06-16 15:49:02 +02:00
Patrik Nordwall
b9ab33a99d Merge pull request #23177 from akka/wip-17389-fix-PhiAccrualFailureDetector-constructor-patriknw
revert change of PhiAccrualFailureDetector constructor, #17389
2017-06-16 14:50:13 +02:00
Patrik Nordwall
c190f14254 Merge pull request #23068 from akka/wip-23025-large-delta-patriknw
discard large deltas, #23025
2017-06-16 14:49:32 +02:00
Richard Imaoka
2ec2d98888 Use snapshot-after in config for periodical snapshots in PersistentFSM (#22605)
* Use snapshot-after in config to periodical snapshot in PersistentFSM (#21563)

* akka.persistence.fsm.snapshot-after is either off or a numerical value

* Use Akka Extension for snapshot-after in PersistentFSM
2017-06-16 14:47:00 +02:00
Johan Andrén
53551a983e runaway bracket fix 2017-06-16 21:46:10 +09:00
Richard Imaoka
dfef449268 More description about blocking operations (Fixes #22803)
Improve wordings in actor-systems.md

Adding Java samples in actor-systems.md, and description for scala.concurrent.blocking() inside Future

Move the section for blocking operations to dispatchers.md

Fix minor issues in dispatchers.md

Remove note about scala.concurrent.blocking which would be unnecessary.

Correcting a typo "run run"
2017-06-16 21:46:02 +09:00
Patrik Nordwall
3c8f6dacd8 Merge pull request #23169 from richard-imaoka/doc-scheduler-imaoka
Merge paradox/scala/scheduler.md and java/scheduler.md
2017-06-16 14:39:00 +02:00
Patrik Nordwall
7882bc5688 Merge pull request #23171 from richard-imaoka/doc-serialization-imaoka
Merge paradox/scala/serialization.md and java/serialization.md
2017-06-16 14:32:21 +02:00
Patrik Nordwall
2970287f95 discard large deltas, #23025
* to avoid OversizedPayloadException
* some complex deltas grow for each update operation, e.g.
  when updating different keys in ORMap (PNCounterMap)
* such large deltas can safely be discarded and disseminated as full
  state instead
* added ReplicatedDeltaSize interface to be able to define the "size"
  and when that size exceeds configured threshold the delta is discarded
2017-06-16 14:20:26 +02:00
Patrik Nordwall
5641c12547 Merge pull request #23175 from richard-imaoka/doc-persistence-query-imaoka
Merge paradox/scala/persistence-query.md and java/persistence-query.md
2017-06-16 14:17:59 +02:00
Patrik Nordwall
e8aa70297e revert change of PhiAccrualFailureDetector constructor, #17389 2017-06-16 14:03:43 +02:00
Richard Imaoka
cfbf670085 Replace java/persistence-query.md with a symlink to scala/persistence-query.md 2017-06-16 20:45:58 +09:00
Richard Imaoka
af3b3d3732 Identical contents in scala/persistence-query.md and java/persistence-query.md 2017-06-16 20:44:04 +09:00
Patrik Nordwall
140b4b3dc2 Merge pull request #23174 from akka/wip-fix-mima-patriknw
fix MiMa
2017-06-16 13:15:52 +02:00
fady zohdy
398e3d0bd3 add heartbeat delays warning log to remoteWatcer #17389 (#23135)
* add heartbeat delays warning log to remoteWatcer #17389

* using eventStream for logging

* add backward compatibility constructor

* make eventstream Option
2017-06-16 13:14:49 +02:00
Patrik Nordwall
f28c38cea8 fix MiMa 2017-06-16 12:25:08 +02:00
Patrik Nordwall
e9332de648 Merge pull request #23070 from gosubpl/wip-22771-document-delta-maps
Document ORMultiMap.emptyWithValueDeltas (#22771)
2017-06-16 10:28:49 +02:00
Patrik Nordwall
5394e6c2f4 Merge pull request #23090 from akka/wip-more-remote-bench-patriknw
Add fan-in and fan-out benchmarks for remoting
2017-06-16 09:55:09 +02:00
Patrik Nordwall
c9dd7f0ea2 Merge pull request #23116 from jrudolph/jr/w/23023-log-unknown-disassociation-reasons
=rem #23023 log reasons for disassociations with debug level
2017-06-16 09:43:46 +02:00
Patrik Nordwall
2a44df41ad Merge pull request #23170 from richard-imaoka/doc-23022-conductR-imaoka
Add hyperlink to conductR in deployment doc
2017-06-16 09:07:21 +02:00
Richard Imaoka
bf13cbe9c1 Add hyperlink to Lightbend Enterprise Suite (Fixes #23022) 2017-06-16 11:01:45 +09:00
Richard Imaoka
5222a12d91 Replace java/serialization.md with a symlink to scala/serialization.md 2017-06-16 09:06:52 +09:00
Richard Imaoka
11b334e5f4 Identical contents in scala/serialization.md and java/serialization.md 2017-06-16 09:03:23 +09:00
Richard Imaoka
a26411797d Replace java/scheduler.md with a symlink to scala/scheduler.md 2017-06-15 22:42:02 +09:00
Richard Imaoka
72b4855eb2 Identical contents in scala/scheduler.md and java/scheduler.md 2017-06-15 22:38:00 +09:00
Richard Imaoka
7e7b03d842 =doc #23052 Identical contents in scala/io-udp.md and java/io-udp.md
* Identical contents in scala/io-udp.md and java/io-udp.md

* Replace java/io-udp.md with a symlink to scala/io-udp.md

* Replace method with message for UdpMessage factories
2017-06-15 21:46:13 +09:00
Richard Imaoka
1d2748cad2 Merge paradox/scala/howto.md and java/howto.md (#23159) 2017-06-14 06:27:46 -07:00
Johannes Rudolph
cf99cf13b6
=rem #23023 log reasons for disassociations with debug level 2017-06-14 14:29:04 +02:00
Richard Imaoka
b05cd61ca2 Merge java/fault-tolerance-sample.md with scala/fault-tolerance-sample.md (#23160) 2017-06-14 05:27:59 -07:00