Konrad Malawski
e17b02e245
=doc fix optimised away imports
2015-11-27 11:56:46 +01:00
Konrad Malawski
f1953f9ee6
Merge pull request #19011 from ktoso/wip-relax-journal-tck-ktoso
...
=per,tck #18639 makes testing for rejections optional
2015-11-27 11:22:18 +01:00
Konrad Malawski
ec96c5ddb7
=per,tck #18639 introduce capability flags for journal features
2015-11-27 10:29:34 +01:00
Martin Grotzke
ca84c13c38
Add snapshot-store.plugin config to 2.3-2.4 migration docs
2015-11-25 13:55:37 +01:00
Konrad Malawski
06708f8f57
Merge pull request #18907 from johanandren/wip-18635-migration-guide-terminate-johanandren
...
=doc #18635 Added section about `ActorSystem.shutdown` being deprecated
2015-11-11 16:30:17 +01:00
Konrad Malawski
19594c6b94
Merge pull request #18909 from kukido/kukido-javadoc-fixes
...
=doc Fixes for genjavadoc
2015-11-11 14:09:08 +01:00
drewhk
48282fc753
Merge pull request #18729 from hseeberger/hseeberger-18575-publish-member-joined
...
Publish MemberJoined
2015-11-11 11:23:04 +01:00
drewhk
11bf8a67d0
Merge pull request #18543 from johanandren/wip-17695-api-for-sharding-state-retrieval-johanandren
...
+clu #17695 add a way to inspect the current sharding state
2015-11-11 11:19:50 +01:00
kukido
3cc3666724
=doc Fixes for genjavadoc
2015-11-11 00:29:44 -08:00
Johan Andrén
4f267d5931
=doc #18635 Added section about ActorSystem.shutdown being deprecated
2015-11-10 16:46:34 +01:00
Roland Kuhn
f1abaa1c5e
Merge pull request #18875 from ktoso/wip-akka.js-cherries-ktoso
...
Akka.js cherries to master
2015-11-07 18:01:24 +01:00
Andrea
cd3d68a77c
=act switch to java std lib ThreadLocalRandom
2015-11-06 14:04:33 +01:00
Martynas Mickevičius
fb664c54a5
=doc fix URL to "The ϕ Accrual Failure Detector" paper
2015-11-04 16:26:45 +02:00
Johan Andrén
4abbc8db50
+clu #17695 add a way to inspect the current sharding state
...
Two new message pairs:
`GetShardRegionState`/`CurrentShardRegionState` allows for querying a region for it's current shards and the current `EntityIds` of it
`GetClusterShardingStats`/`ClusterShardingStats` allows for querying the entire cluster for a summary of
the number of entitites alive in each region and shard.
2015-11-02 08:56:09 +01:00
Kailuo Wang
90cba9ce0d
+act #18356 Metrics based resizer for router
2015-10-22 11:14:00 -04:00
Heiko Seeberger
821dc2199b
+act #18575 Publish MemberJoined
2015-10-21 17:30:28 +02:00
Patrik Nordwall
ba12c04026
Merge pull request #18721 from eshepelyuk/highestSeqNoKeptAfterMsgDeletion-18559-eshepelyuk
...
=per #18559 TCK tests for highestSequenceNr not reset after journal message deletion
2015-10-20 19:41:48 +02:00
Markus Hauck
eed72626dd
=doc Add missing by in Routing docs
...
Add a missing `by` to the Routing docs, Specially Handled Messages section.
2015-10-20 09:27:12 +02:00
Evgeny Shepelyuk
4eaa77608c
+per #18559 TCK tests for highestSequenceNr not reset after journal message deletion
...
* added tests
* docs about highestSeqenceNr behaviour after message deletion
* clarification about highestSequenceNr in AsyncRecovery#asyncReadHighestSequenceNr and AsyncWriteJournal#asyncDeleteMessagesTo
2015-10-19 19:36:13 +03:00
Konrad Malawski
ace389b1f4
Merge pull request #18688 from akka/wip-18636-doc-blocking-mailboxes-patriknw
...
=doc #18636 Correction of mailbox documentation
2015-10-19 17:34:35 +02:00
Konrad Malawski
022e6fb1a5
Merge pull request #18730 from ktoso/wip-docs-parallelism-ktoso
...
=doc explain parallelism-max in more detail
2015-10-19 11:28:32 +02:00
Konrad Malawski
7b55a87802
=doc explain parallelism-max in more detail
2015-10-19 10:50:54 +02:00
cheehau.lim
795daa41a5
=doc =per fixed a few typos from 'Unknow' to 'Unknown'
2015-10-15 19:32:22 +08:00
Markus Hauck
e17090a6b8
=doc Replace "in runtime" with "at runtime"
...
In the "Fault Tolerance" docs, replace "in runtime" with "at runtime".
2015-10-14 14:13:15 +02:00
Markus Hauck
48cf736f95
=doc Missing by in Actors/Initialization patterns
2015-10-14 14:12:47 +02:00
Markus Hauck
d23834d004
=doc Fix sentence in Actors/Send messages/Ask
...
The sentence
> Gives you a way to avoid blocking.
does not make sense alone, I added it to the previous one.
2015-10-13 12:08:53 +02:00
michaelom
1be320fab9
=doc fix dispatchers docs nr typo, see #18712
2015-10-13 11:53:43 +02:00
Markus Hauck
39ce1f818f
=doc Add missing words in Configuration doc
...
The sentence is incomplete as is, this adds the words "is logged" to the
middle of:
..., then the complete configuration at INFO level when the
actor system is started."
2015-10-12 16:05:44 +02:00
Patrik Nordwall
49492cdfa6
=doc #18636 Correction of mailbox documentation
2015-10-09 14:51:32 +02:00
Patrik Nordwall
8693e5899b
=doc correction of PersitenceFailure typo
2015-10-08 12:03:37 +02:00
Oleg
cb8bcdac0a
Remove extra dot
2015-10-02 22:23:17 +03:00
Patrik Nordwall
01887555a4
=doc Add section about persistence failures in migration guide
2015-10-02 09:57:15 +02:00
Konrad Malawski
a2df19320f
=doc Remove experimental marker from persistence TCK
2015-10-01 13:48:14 +02:00
hepin
c0bba54d6b
=doc fix typo in sharding docs
2015-09-29 10:21:59 +08:00
Konrad Malawski
20dfaded17
=doc fix typo in sharding docs
...
//cc @patriknw
2015-09-28 13:02:56 +02:00
Johan Andrén
b90868d524
=doc #16399 Document async appender for SLF4J
2015-09-23 13:39:44 +02:00
1ambda
ab59b845f2
=doc fix typo: invalid inline literal syntax in addressing.rst
2015-09-17 23:50:59 +09:00
Patrik Nordwall
0cdd9af3c4
+per #18485 Add cluster sharding data removal utility
2015-09-17 14:07:08 +02:00
Patrik Nordwall
416ac23452
Merge pull request #18464 from akka/wip-18463-query-api-patriknw
...
!per #18463 Make Persistence Query API explorable
2015-09-17 11:46:31 +02:00
Patrik Nordwall
a3ced0a38a
=clt #18343 Improve structure of DistPubSub docs
2015-09-17 10:50:49 +02:00
Patrik Nordwall
23dd1170b0
=per #18451 Recommend configuring stash capacity when persistence is used
2015-09-17 10:45:22 +02:00
Patrik Nordwall
5bd245fbc8
!per #18463 Make Persistence Query API explorable
...
* make the standard queries "single method interfaces" that may be implemented
by a query journal plugin
* remove hints (major problems with varargs anyway), the hints for standard
queries should be given in configuration instead, e.g. refresh-interval
2015-09-17 10:43:13 +02:00
Johan Andrén
93c9eff86e
=doc 17371 avoid using awdl0 interface in tests
2015-09-16 16:06:09 +02:00
Konrad Malawski
c57b4e24c8
Merge pull request #18445 from akka/wip-18370-sharding-supervision-patriknw
...
=cls #18370 Document supervision for Cluster Sharding
2015-09-16 12:59:37 +02:00
Patrik Nordwall
a512ce1ea8
Merge pull request #18436 from akka/wip-sharding-migration-guide-patriknw
...
=doc Clarify sharding data compatibility
2015-09-16 12:52:56 +02:00
Patrik Nordwall
400f52aaf1
=doc Clarify sharding data compatibility
2015-09-16 12:52:28 +02:00
Konrad Malawski
07d9cda3a6
Merge pull request #18446 from akka/wip-18346-doc-scheduler-patriknw
...
=act #18346 Document scheduler task throws
2015-09-16 12:21:50 +02:00
Patrik Nordwall
be033b11f0
Merge pull request #18412 from akka/wip-18228-java-evolution-guide-patriknw
...
=per #18228 Convert Persistence schema evolution guide to Java
2015-09-16 10:52:35 +02:00
Patrik Nordwall
f13143e7da
=per #18228 Convert Persistence schema evolution guide to Java
2015-09-16 10:52:03 +02:00
Konrad Malawski
8130e061ac
=doc fix formatting typo
2015-09-15 16:18:24 +02:00