Commit graph

15190 commits

Author SHA1 Message Date
Konrad Malawski
bd8b5cba6a Merge branch 'michaelom-patch-2' 2015-10-13 11:54:36 +02:00
michaelom
1be320fab9 =doc fix dispatchers docs nr typo, see #18712 2015-10-13 11:53:43 +02:00
Konrad Malawski
b5412a1ee0 Merge pull request #18713 from markus1189/configuration-docs
=doc Add missing words in Configuration doc
2015-10-13 01:31:38 +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
aad2c4ca35 Merge pull request #18640 from akka/wip-conf-cleanup-patriknw
cleanup some test configuration
2015-10-09 12:41:20 +02:00
Konrad Malawski
6fe06d1f96 Merge pull request #18673 from akka/wip-typo-patriknw
=doc correction of PersitenceFailure typo
2015-10-08 13:25:41 +02:00
Konrad Malawski
7bf8f51e2f Merge pull request #18671 from akka/wip-port-includecode
+doc #18670 log errors when included snippet empty
2015-10-08 12:37:38 +02:00
Konrad Malawski
8ebe83a630 Merge pull request #18669 from nilsga/tck-double-wrap-fix
=per #18646 Remove double wrapping of PersistentRepr in JournalSpec
2015-10-08 12:14:14 +02:00
Nils-Helge Garli Hegvik
f3e13341c2 =per #18646 Remove double wrapping of PersistentRepr in writeMessages 2015-10-08 12:11:00 +02:00
Patrik Nordwall
8693e5899b =doc correction of PersitenceFailure typo 2015-10-08 12:03:37 +02:00
Konrad Malawski
cccf6a5b85 +doc #18670 log errors when included snippet empty
Forward port of #18670
2015-10-08 12:00:09 +02:00
Patrik Nordwall
233ea96690 cleanup some test configuration 2015-10-05 10:29:09 +02:00
Konrad Malawski
2382aacdee Merge pull request #18634 from joiskov/patch-1
Remove extra dot
2015-10-02 22:54:22 +02:00
Oleg
cb8bcdac0a Remove extra dot 2015-10-02 22:23:17 +03:00
drewhk
b273870014 Merge pull request #18621 from akka/rkuhn-patch-1
=act correct two comments in AbstractNodeQueue.java
2015-10-02 13:54:37 +02:00
Konrad Malawski
7a89413f5a Merge pull request #18629 from akka/wip-persistence-failure-migration-patriknw
=doc Add section about persistence failures in migration guide
2015-10-02 10:35:08 +02:00
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
Roland Kuhn
1830b729bb =act correct two comments in AbstractNodeQueue.java 2015-10-01 11:14:54 +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