Patrik Nordwall
6b935e0c0b
=cdd #18768 Cache serialization of read and write msg
...
The WriteAggregator and ReadAggregator typically send
the same message to several replicas and by caching the serialized bytes
we avoid doing the same thing for each message
and add a test for WriteAggregator
2015-10-30 17:03:32 +01:00
Konrad Malawski
81cba2e580
Merge pull request #18772 from ktoso/wip-persist-nil-ktoso
...
=per #18728 allow persistAll(Nil)
2015-10-26 14:43:15 -07:00
Konrad Malawski
4a3bc59c48
=per #18728 allow persistAll(Nil)
2015-10-26 14:42:33 -07:00
Patrik Nordwall
ac82354077
Merge pull request #18552 from johanandren/wip-18371-warn-about-java-serialization-johanandren
...
=act #18371 Warn if the default Java serializer is used
2015-10-26 08:34:11 +01:00
Patrik Nordwall
97fc493446
Merge pull request #18357 from kailuowang/metrics-based-resizer
...
+act #18356 Metrics based resizer for router
2015-10-23 12:38:14 +02:00
Patrik Nordwall
ee6b3cd8f3
Merge pull request #17761 from 2m/wip-check-all-bc
...
=pro verify BC against all binary compatible versions
2015-10-23 09:40:35 +02:00
Martynas Mickevičius
4ffe267835
=pro verify BC against all binary compatible versions
2015-10-23 09:10:25 +03:00
Kailuo Wang
90cba9ce0d
+act #18356 Metrics based resizer for router
2015-10-22 11:14:00 -04:00
Patrik Nordwall
a6279b7b3f
Merge pull request #18753 from eshepelyuk/emptyEventsStreamForCleanedJournal-18751-eshepelyuk
...
+per #18751 Persistence: Return completed current events stream for cleaned journal
2015-10-21 17:11:28 +02:00
Ievgenii.Shepeliuk
3cc1d0fe8e
+per #18751 Persistence: Return completed current events stream for cleaned journal
2015-10-21 14:25:38 +03:00
Roland Kuhn
fb80ac8acb
Merge pull request #18705 from akka/wip-18699-typed-death-pact
...
=typ #18699 pass Unhandled message to unhandled()
2015-10-21 10:19:05 +02:00
Johan Andrén
146bb89e23
=act #18371 Warn if the default Java serializer is used
...
Unless the message is in akka.* or the configuration setting 'akka.actor.warn-about-java-serializer-usage'
is disabled a warning is logged for each class that the Java serializer is choosen for.
2015-10-21 10:10:24 +02:00
Patrik Nordwall
6b6a16637b
Merge pull request #18689 from akka/wip-doc-asyncWriteMessages-concurrency-patriknw
...
=per Clarify concurrency of asyncWriteMessages
2015-10-21 09:25:48 +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
Konrad Malawski
1bacae3cac
Merge pull request #18740 from markus1189/docs
...
=doc Add missing `by` in Routing docs
2015-10-20 11:16:27 +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
Patrik Nordwall
82f67f82f9
Merge pull request #18542 from akka/wip-18339-handshake-timeout-patriknw
...
=rem #18339 Use explicit handshake timeout
2015-10-19 16:04:51 +02:00
Konrad Malawski
c4787df892
Merge pull request #18710 from jypma/persistence_query_constructors
...
Only try further constructors if constructor can't be found.
2015-10-19 14:40:10 +02:00
Jan Ypma
0b0a86df54
=per #18708 only try further constructors if constructor can't be found
...
* Any exception in a read journal's constructor can now be
propagated to the caller correctly without being shadowed.
2015-10-19 14:37:57 +02:00
Patrik Nordwall
94896e8e75
=rem #18339 Use explicit handshake timeout
...
* instead of using transport failure detector
* add a new config property akka.remote.handshake-timeout, but
for netty.tcp and netty.ssl the existing netty.tcp.connection-timeout
setting will be used
* add test of the timeouts
* mima filter for internal ProtocolStateActor
2015-10-19 14:34:52 +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
Konrad Malawski
01fd65eb29
Merge pull request #18731 from ch33hau/wip-fix-simple-typos
...
=doc =per fixed a few typos from 'Unknow' to 'Unknown'
2015-10-15 14:27:25 +02:00
cheehau.lim
795daa41a5
=doc =per fixed a few typos from 'Unknow' to 'Unknown'
2015-10-15 19:32:22 +08:00
Martynas Mickevičius
5bc6783557
Merge pull request #18725 from markus1189/docs
...
Improve docs for Actors and Fault Tolerance
2015-10-14 14:29:36 +02: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
Konrad Malawski
d11ad927d9
Merge pull request #18720 from markus1189/actor-docs
...
=doc Fix sentence in `Actors/Send messages/Ask`
2015-10-14 11:36:24 +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
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
Roland Kuhn
d71ca8597c
=typ #18699 pass Unhandled message to unhandled()
2015-10-12 00:26:59 +02:00
Patrik Nordwall
550aa10db1
=per Clarify concurrency of asyncWriteMessages
2015-10-09 16:00:06 +02:00
Patrik Nordwall
49492cdfa6
=doc #18636 Correction of mailbox documentation
2015-10-09 14:51:32 +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