everetennikov
b072b741c6
Proper Logging.simpleName() invocation with Class[_] arg instead of Class[_].getName #22533
2017-04-17 20:44:29 +03:00
Martynas Mickevičius
6d22dd1ae2
Merge pull request #22719 from akka/backoffSupervisorDocumentation
...
Document using OneForOne with BackoffSupervisor
2017-04-14 13:21:20 +03:00
Martynas Mickevičius
4246dcd18f
Merge pull request #22721 from Corea/master
...
fix typo
2017-04-14 11:28:16 +03:00
Hyungsuk Yoon
7b19c47fab
fix typo
2017-04-14 17:23:48 +09:00
Arnout Engelen
3ef035f809
Document using OneForOne with BackoffSupervisor
...
I remember finding this API oddly specific at first, and it came up again in
2017-04-13 15:48:23 +02:00
Martynas Mickevičius
24539aac5a
Merge pull request #22717 from akka/wip/fix-link-http-docs/2m
...
Fix a link to http docs
2017-04-13 15:43:33 +03:00
Martynas Mickevičius
b66dd301e5
Update index.rst
2017-04-13 15:43:10 +03:00
Martynas Mickevičius
b0c6410797
Merge pull request #22713 from 2m/wip/update-api-mappings-plugin/2m
...
Update api mappings plugin
2017-04-12 17:16:14 +03:00
Martynas Mickevičius
aba78aeffb
Update api mapping plugin
2017-04-12 17:10:34 +03:00
Patrik Nordwall
236e1a52b7
Merge pull request #22706 from akka/wip-22705-revert-aeron-1.2.4-patriknw
...
Revert "update to Aeron 1.2.4", #22705
2017-04-12 09:46:47 +02:00
Patrik Nordwall
3b53daa370
Revert "update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693 "
...
This reverts commit 3d0d50e98b .
2017-04-12 07:38:02 +02:00
Patrik Nordwall
41c756f169
properly shutdown ArteryTransport using CoordinatedShutdown, #22671 ( #22698 )
...
* properly shutdown ArteryTransport using CoordinatedShutdown, #22671
* The shutdownHook changed hasBeenShutdown flag to true, and then when
the transport.shutdown was invoked the shutdown sequence was ignored
until it was too late, ActorSystem already terminated.
* Also improved the cluster shutdown tasks when the cluster node had not
joined
* CoordinatedShutdownLeave explicit events
2017-04-11 21:48:51 +02:00
Patrik Nordwall
193e8beb0a
Merge pull request #22701 from akka/wip-22693-aeron-1.2.4-patriknw
...
update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693
2017-04-11 21:47:26 +02:00
Patrik Nordwall
3d0d50e98b
update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693
...
* SharedMediaDriverSupport failed with NPE with Aeron 1.2.4, and
concludeAeronDirectory solves that
2017-04-11 18:30:18 +02:00
Martynas Mickevičius
1676da0553
Merge pull request #22697 from naferx/update-contributing
...
Update contributing guide
2017-04-11 14:59:52 +03:00
Martynas Mickevičius
129069c435
Merge pull request #22695 from akka/documentAwaitAssert
...
Clarify awaitAssert scaladoc
2017-04-11 11:46:58 +03:00
Nafer Sanabria
6c78187b68
Update CONTRIBUTING.md
2017-04-10 18:01:23 -05:00
Arnout Engelen
15b166765b
Clarify awaitAssert scaladoc
...
Make it more obvious that awaitAssert will periodically evaluate the assertion
(including performing any side effects in it) until it succeeds (or the timeout
is reached)
2017-04-10 15:51:03 +02:00
Patrik Nordwall
62ba6fe266
Merge pull request #22694 from akka/revert-22690-wip-aeron-1.2.4-patriknw
...
Revert "update to Aeron 1.2.4"
2017-04-10 13:26:23 +02:00
Martynas Mickevičius
b645c5a1c3
Revert "update to Aeron 1.2.4"
2017-04-10 13:06:31 +03:00
Patrik Nordwall
5950f8baf4
Merge pull request #22690 from akka/wip-aeron-1.2.4-patriknw
...
update to Aeron 1.2.4
2017-04-07 15:58:09 +02:00
Patrik Nordwall
855d51edec
update to Aeron 1.2.4
...
* https://github.com/real-logic/Aeron/wiki/Change-Log#124-06-apr-2017
2017-04-07 14:53:47 +02:00
Arnout Engelen
2616117476
Merge pull request #22684 from akka/link-stream-quickstart-to-buildtool
...
Link stream quickstart guide to build tools section
2017-04-06 18:35:55 +02:00
Arnout Engelen
18eee18b8c
Introducing watching for completion earlier
...
So we can terminate the ActorSystem
2017-04-06 11:18:04 +02:00
Arnout Engelen
952fa34c70
Link stream quickstart guide to build tools section
2017-04-05 19:52:05 +02:00
Arnout Engelen
a877f710af
Merge pull request #22673 from akka/new-docs
...
Some tweaks after a review of the getting-started guide introduced in #22621
* Fix bulleted list in actors intro
* Avoid 'elect' to avoid 'leader election' connotation
Cluster Singleton simply starts the actor to the oldest node, using 'elect'
might suggest there'd be something more subtle going on.
* Typos, spelling errors, fixed links
* More succinct Cluster Sharding section
* Avoid 'anycast' in Publish-Subscribe description
* "Concurrent, parallel and distributed"
* Mention Event Sourcing under Persistence
* Mention types and composability for Streams
* Short section on distributed data
* Link to Carl Hewitt
The 'Actor Model' section of his wikipedia page seems suitable, the canonical
location of the article itself seems to be behind the ACM paywall.
* safe, typed, composable
2017-04-04 15:04:00 +02:00
Arnout Engelen
62c0e121e7
safe, typed, composable
2017-04-04 14:19:16 +02:00
Martynas Mickevičius
5c19d8af04
Merge pull request #22677 from eloots/migration-guide-fix-typos
...
Fix typo in migration guide
2017-04-04 15:10:17 +03:00
Martynas Mickevičius
f87ec658a5
Merge pull request #22667 from 2m/wip/example-code-service/2m
...
Use Example Code Service for samples
2017-04-04 14:51:08 +03:00
Martynas Mickevičius
9f5fb06323
Apply review feedback
2017-04-04 14:48:47 +03:00
Eric Loots
bb7b84cc74
Fix typo in migration guide
...
- Remove duplication of keyword 'extends'
2017-04-04 13:38:11 +02:00
Patrik Nordwall
6c2a304c1a
Merge pull request #22668 from gosubpl/wip/22648-fix-mergeDelta-orset-ormap
...
fixes to ORSet mergeRemoveDelta and ORMap deltaMerge (#22648 )
2017-04-04 13:35:21 +02:00
Johan Andrén
d5459222aa
Substream materialization failure test coverage and fix #22646
2017-04-03 20:21:02 +02:00
gosubpl
3a8eef4506
fixes to ORSet mergeRemoveDelta and ORMap deltaMerge ( #22648 )
2017-04-03 18:15:53 +02:00
Arnout Engelen
9539140493
Link to Carl Hewitt
...
The 'Actor Model' section of his wikipedia page seems suitable, the canonical
location of the article itself seems to be behind the ACM paywall.
2017-04-03 18:05:27 +02:00
Arnout Engelen
3024665ee9
Fix link
2017-04-03 17:51:23 +02:00
Arnout Engelen
0789e268e3
Short section on distributed data
2017-04-03 17:32:00 +02:00
Arnout Engelen
fb45b7d10d
Mention types and composability for Streams
2017-04-03 16:58:43 +02:00
Arnout Engelen
19316bd4bc
Mention Event Sourcing under Persistence
2017-04-03 16:56:35 +02:00
Arnout Engelen
b80c6b5fed
"Concurrent, parallel and distributed"
2017-04-03 16:40:16 +02:00
Arnout Engelen
84cfe089c4
Avoid 'anycast' in Publish-Subscribe description
2017-04-03 16:33:14 +02:00
Arnout Engelen
d17728ee69
More succinct Cluster Sharding section
2017-04-03 15:57:54 +02:00
Arnout Engelen
815929c6f5
Various spelling errors
2017-04-03 14:53:19 +02:00
Arnout Engelen
64d923a683
Typos
2017-04-03 14:36:48 +02:00
Arnout Engelen
e6b5628d2a
Avoid 'elect' to avoid 'leader election' connotation
...
Cluster Singleton simply starts the actor to the oldest node, using 'elect'
might suggest there'd be something more subtle going on.
2017-04-03 11:50:58 +02:00
Arnout Engelen
d3c62c4488
Fix bulleted list in actors intro
2017-04-03 11:36:01 +02:00
Patrik Nordwall
fcbda8157f
Merge pull request #22621 from drewhk/wip-new-docs-2-drewhk
...
Towards getting-started docs
2017-04-03 10:01:44 +02:00
Patrik Nordwall
650e7b9a7f
Merge pull request #22583 from akka/wip-sub-stream-bench-patriknw
...
add sub-stream benchmark
2017-03-31 16:29:50 +02:00
Endre Sándor Varga
06ed337865
Add diagrams to tutorial
2017-03-31 14:29:50 +02:00
Martynas Mickevičius
ffcb83511c
Use Example Code Service for samples
2017-03-31 13:52:05 +03:00