Commit graph

15152 commits

Author SHA1 Message Date
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
Konrad Malawski
f74fbc354d Merge pull request #18480 from akka/wip-fix-formatting-typo-ktoso
=doc fix formatting typo
2015-09-16 10:01:02 +02:00
Konrad Malawski
8130e061ac =doc fix formatting typo 2015-09-15 16:18:24 +02:00
Patrik Nordwall
9c117e4e2a Merge pull request #18466 from akka/wip-sample-links-patriknw
=sam update leveldb dependencies and doc links
2015-09-15 15:40:07 +02:00
Marek Kadek
bdef50eb8d =sam update leveldb dependencies and doc links
(cherry picked from commit 8291bc0aca504851d0619815c98c760a7d458d18)
2015-09-15 15:39:45 +02:00
Konrad Malawski
2cd4866bab Merge pull request #18468 from ktoso/wip-improve-docs-about-java-version-ktoso
=doc #18458 explain the reactive platform
2015-09-14 16:56:38 +01:00
Konrad Malawski
3d88a7b923 =doc #18458 explain the reactive platform 2015-09-14 17:00:58 +02:00
Konrad Malawski
99459b0d4f Merge pull request #18454 from akka/wip-15693-sync-bench-patriknw
=ben #15693 Sync benchmarks from release-2.3 branch
2015-09-14 12:30:53 +01:00
Konrad Malawski
62f182ec58 Merge pull request #18465 from ktoso/wip-port-bind-contrib-tests
=con bind the contrib tests to random open port
2015-09-14 11:17:44 +01:00
Konrad Malawski
32917da9d2 Merge pull request #18462 from johanandren/wip-inbox-timeoutexception-johanandren
=doc Documentation that Inbox.receive now throws a checked exception
2015-09-14 11:02:27 +01:00
luben karavelov
3d277fc711 =con bind the contrib tests to random open port 2015-09-14 11:46:21 +02:00
Johan Andrén
7b6c136fa7 =doc Documentation that Inbox.receive now throws a checked exception in the migration guide 2015-09-14 10:49:47 +02:00
Patrik Nordwall
ede151b52e =ben #15693 Sync benchmarks from release-2.3 branch 2015-09-11 17:02:04 +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
45318b94c1 =per #18439 Preserve original manifest for IdentityEventAdapter
* when WriteMessages is sent directly to the  journal for testing
  purposes we want to preserve the original manifest instead of
  letting IdentityEventAdapter clearing it out
2015-09-11 16:40:20 +02:00
Patrik Nordwall
1333e31ef3 Merge pull request #18441 from akka/wip-18245-registerOnMemberRemoved-example-patriknw
=clu #18245 Improve registerOnMemberRemoved example
2015-09-11 16:37:03 +02:00
Patrik Nordwall
13f5b255f3 =clu #18245 Improve registerOnMemberRemoved example 2015-09-11 16:36:25 +02:00
Patrik Nordwall
569b18d56e Merge pull request #18432 from akka/wip-18176-ClusterShardingLeavingSpec-patriknw
=cls #18176 Harden ClusterShardingLeavingSpec
2015-09-11 16:32:51 +02:00
Patrik Nordwall
b3fedb4cf8 !per #18050 Make event adapter lookup more efficient 2015-09-10 19:48:57 +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