Patrik Nordwall
01887555a4
=doc Add section about persistence failures in migration guide
2015-10-02 09:57:15 +02:00
Konrad Malawski
02f2e91189
Merge pull request #18622 from akka/wip-remove-experimental-marker-persistence-tck
...
=doc Remove experimental marker from persistence TCK
2015-10-01 14:22:15 +02:00
Konrad Malawski
a2df19320f
=doc Remove experimental marker from persistence TCK
2015-10-01 13:48:14 +02:00
Patrik Nordwall
28cdc790f9
Merge pull request #18526 from johanandren/wip-15159-include-requirement-in-error-johanandren
...
=act #15159 Better error when maibox does not fulfill requirements
2015-09-30 17:52:48 +02:00
Patrik Nordwall
9ed46a2a53
Merge pull request #18606 from akka/wip-18447-mima-2.4.0-patriknw
...
=pro #18447 Check binary compatibility with 2.4.0
2015-09-30 17:02:30 +02:00
Patrik Nordwall
48754bb33f
=pro #18447 Check binary compatibility with 2.4.0
2015-09-30 11:31:11 +02:00
Patrik Nordwall
df47748ecd
Merge pull request #18538 from johanandren/wip-18527-failing-async-stash-persistent-actor-johanandren
...
=per #18527 fix race condition in async stash test
2015-09-29 17:24:22 +02:00
Patrik Nordwall
da55a8cad7
Merge pull request #18583 from hepin1989/fix-#doctypo
...
=doc fix typo in sharding docs
2015-09-29 15:31:56 +02:00
hepin
c0bba54d6b
=doc fix typo in sharding docs
2015-09-29 10:21:59 +08:00
Konrad Malawski
f0edeeeadf
Merge pull request #18579 from akka/wip-docs-fix-typo-ktoso
...
=doc fix typo in sharding docs
2015-09-28 17:42:35 +02:00
Konrad Malawski
20dfaded17
=doc fix typo in sharding docs
...
//cc @patriknw
2015-09-28 13:02:56 +02:00
Konrad Malawski
dc12f3bfd3
Merge pull request #18525 from johanandren/wip-16399-doc-logback-async-appender
...
=doc #16399 Document async appender for SLF4J
2015-09-25 17:08:01 +02:00
Johan Andrén
b90868d524
=doc #16399 Document async appender for SLF4J
2015-09-23 13:39:44 +02:00
Johan Andrén
9d576b4eb5
=per #18527 fix race condition in async stash test
2015-09-23 11:59:15 +02:00
Johan Andrén
717e2191a1
=act #15159 Better error when maibox does not fulfill requirements
2015-09-21 15:40:24 +02:00
Patrik Nordwall
3b996b80cb
Merge pull request #18506 from akka/wip-16369-harden-sigar-tests-patriknw
...
=clm #16369 Harden cluster metrics sigar tests
2015-09-18 17:09:27 +02:00
Patrik Nordwall
e23648d7fe
Merge pull request #18513 from akka/wip-18440-wrong-config-patriknw
...
=clt #18440 Harden ClusterClientSpec again
2015-09-18 17:08:47 +02:00
Patrik Nordwall
92e9972d54
=clt #18440 Harden ClusterClientSpec again
...
The fix in https://github.com/akka/akka/pull/17903 was not using
the correct configuration property. The issue in #17735 was never
fixed by that PR, but now it is.
2015-09-18 09:27:19 +02:00
Konrad Malawski
6f53c0f89b
Merge pull request #18508 from 1ambda/wip-fix-typo-addressing-docs-1ambda
...
=doc #18507 fix typo: invalid inline literal syntax in addressing.rst
2015-09-17 16:56:11 +02:00
1ambda
ab59b845f2
=doc fix typo: invalid inline literal syntax in addressing.rst
2015-09-17 23:50:59 +09:00
Patrik Nordwall
47baf7c9b5
=clm #16369 Harden cluster metrics sigar tests
2015-09-17 16:32:10 +02:00
Patrik Nordwall
2cd834da9d
Merge pull request #18498 from akka/wip-18485-remove-cluster-sharding-data-patriknw
...
+per #18485 Add cluster sharding data removal utility
2015-09-17 14:07:40 +02:00
Patrik Nordwall
0cdd9af3c4
+per #18485 Add cluster sharding data removal utility
2015-09-17 14:07:08 +02:00
Patrik Nordwall
d2cc69e65a
=per #18497 Handle large deleteMessages ranges in leveldb journal
...
* creating a large scala range is very inefficient and also impossible
above Int.MaxValue, which can happen if deleteMessages(Long.MaxValue)
is used
* solved by capping the upper seq nr by the highest know seq nr
* similar issue in inmem journal
2015-09-17 14:04:10 +02:00
Patrik Nordwall
6a4291e83e
Merge pull request #18502 from akka/wip-TimeoutReason-err-msg-patriknw
...
=rem Improve the TimeoutReason error message
2015-09-17 14:01:45 +02:00
Patrik Nordwall
1d186cbf0a
=rem Improve the TimeoutReason error message
2015-09-17 14:01:21 +02:00
Patrik Nordwall
f897997e36
Merge pull request #18457 from dodnert/docfix-17640-dodnert
...
Correcting and improving documentation of TailChoppingRoutingLogic, T…
2015-09-17 11:49:16 +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
3ee18af085
Merge pull request #18452 from akka/wip-18343-pubsub-docs-patriknw
...
=clt #18343 Improve structure of DistPubSub docs
2015-09-17 10:51:20 +02:00
Patrik Nordwall
a3ced0a38a
=clt #18343 Improve structure of DistPubSub docs
2015-09-17 10:50:49 +02:00
Patrik Nordwall
02d0452f23
Merge pull request #18453 from akka/wip-18451-stash-patriknw
...
=per #18451 Recommend configuring stash capacity when persistence is used
2015-09-17 10:45:43 +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
Patrik Nordwall
a45f31cecb
Merge pull request #18490 from akka/wip-16948-singleton-retries-patriknw
...
=clt #16948 Use min retries for singleton leaving scenario
2015-09-17 10:39:19 +02:00
Patrik Nordwall
6d036ca00c
=clt #16948 Use min retries for singleton leaving scenario"
...
* In 2.4 we derive the number of hand-over/take-over retries from
the removal margin, but we decided to set that to 0 by default, since
it is intended for network partition scenarios. maxTakeOverRetries
became 1. So there must be also be a min number of retries property.
* The test failed for the leaving scenario because the singleton
instance was stopped hard without sending the terminationMessage when
the maxTakeOverRetries was exceeded.
2015-09-17 10:38:52 +02:00
Patrik Nordwall
95621d7fd3
Merge pull request #18483 from akka/wip-18459-test-ClusterClient-server-restart-patriknw
...
=clt #18459 Add ClusterClient test for quick restart
2015-09-17 10:36:15 +02:00
Konrad Malawski
137fd0ef5e
Merge pull request #18492 from johanandren/wip-17371-multicast-test-failing-on-osx-johanandren
...
=doc #17371 avoid using awdl0 interface in tests
2015-09-17 10:01:22 +02:00
Daryl Odnert
57d0cbaee5
=act #17640 Improving documentation for TailChoppingRoutingLogic, TailChoppingPool, and TailChoppingGroup
2015-09-16 10:30:10 -07:00
Konrad Malawski
d4874fa536
Merge pull request #18478 from johanandren/wip-16528-better-persistent-actor-stashing-test-coverage-johanandren
...
=per #16528 improved persistent actor stash test coverage
2015-09-16 16:09:05 +02:00
Johan Andrén
93c9eff86e
=doc 17371 avoid using awdl0 interface in tests
2015-09-16 16:06:09 +02:00
Johan Andrén
4d95fd569d
=per #16528 improved persistent actor stash test coverage
...
Existing tests covering stashin in PersistentActor moved to separate
test class.
New async write journal for tests SteppingInmemJournal allows to
control the async journal operations tightly from a test. Each journal
operation requires a token which the test then can wait for consumption of.
2015-09-16 15:27:43 +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
Konrad Malawski
05827b1728
Merge pull request #18448 from akka/wip-18050-query-adapter-patriknw
...
!per #18050 Make event adapter lookup more efficient
2015-09-16 12:17:52 +02:00
Konrad Malawski
20b7cdf6d3
Merge pull request #18442 from akka/wip-18439-manifest-patriknw
...
=per #18439 Preserve original manifest for IdentityEventAdapter
2015-09-16 11:53:31 +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
Patrik Nordwall
15bcd5c41f
=clt #18459 Add ClusterClient test for quick restart
2015-09-16 10:47:19 +02:00