Konrad Malawski
ec96c5ddb7
=per,tck #18639 introduce capability flags for journal features
2015-11-27 10:29:34 +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
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
michaelom
1be320fab9
=doc fix dispatchers docs nr typo, see #18712
2015-10-13 11:53:43 +02:00
Patrik Nordwall
49492cdfa6
=doc #18636 Correction of mailbox documentation
2015-10-09 14:51:32 +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
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
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
Patrik Nordwall
0d8bfdd93a
Merge pull request #18449 from akka/wip-17425-doc-single-consumer-patriknw
...
=act #17425 Document NonBlockingBoundedMailbox to be single-consumer
2015-09-11 16:44:49 +02:00
Patrik Nordwall
876b8045a1
=act #17425 Document NonBlockingBoundedMailbox to be single-consumer
2015-09-11 16:44:24 +02:00
Patrik Nordwall
13f5b255f3
=clu #18245 Improve registerOnMemberRemoved example
2015-09-11 16:36:25 +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
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
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
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
Johan Andrén
ca22ae9090
=doc #18163 More visible docs about NAT support
2015-09-09 10:27:40 +02:00
Patrik Nordwall
a6d693b8ef
=per #17139 Clarify AtLeastOnceDelivery persistent state
2015-09-08 15:07:55 +02:00
Johan Andrén
996ad35495
=doc #18226 document actor stopping
2015-09-08 11:14:18 +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
0b1f280739
=per #18342 Improve docs for leveldb plugin config
...
* clarify how to enable the plugin
* added empty class property in fallback config in reference
to have a proper place to document that and throw a more
specific exception if it is not defined
* also some formatting of reference.conf
2015-09-04 11:49:00 +02:00