Konrad Malawski
ff9fa92b2d
Merge pull request #19284 from briantopping/leveldb-osgi
...
=per #19283 Fix OSGi manifest for optional LevelDB dependency
2015-12-27 16:14:46 +01:00
Konrad Malawski
ae5a7484b4
Merge pull request #19289 from Spycho/patch-1
...
=pro #19288 Fix grammar in CONTRIBUTING.md
2015-12-25 13:59:59 +01:00
Chris Brett
6ab8bf295c
=pro #19288 Fix grammar in CONTRIBUTING.md
...
guidelines mainly applies -> guidelines mainly apply
2015-12-24 14:23:38 +00:00
Brian Topping
15ee6268b3
=per #19283 Fix OSGi manifest for optional LevelDB dependency
2015-12-23 21:09:30 -07:00
Konrad Malawski
801911aca1
Merge pull request #19249 from bantonsson/wip-ban-anq-value-nepotism-master
...
=act #19216 Fix AbstractNodeQueue value nepotism (Forward Port)
2015-12-21 17:19:30 +01:00
Björn Antonsson
36e736582b
=act #19216 Fix AbstractNodeQueue value nepotism
2015-12-21 15:57:43 +01:00
Patrik Nordwall
f283b8bc32
Merge pull request #19245 from akka/wip-sharding-leaving2-patriknw
...
=cls increase the delay in the graceful shutdown example
2015-12-21 10:43:23 +01:00
Patrik Nordwall
5ebdd79bee
=cls increase the delay in the graceful shutdown example
2015-12-21 09:54:14 +01:00
Patrik Nordwall
290f402b79
Merge pull request #19211 from akka/wip-19201-max-pools-size-patriknw
...
=act #19201 improve configuration of thread-pool-executor
2015-12-21 09:50:42 +01:00
Patrik Nordwall
a1c3dbe307
=act #19201 improve configuration of thread-pool-executor
...
* The old implementation would cap the pool size (both corePoolSize
and maximumPoolSize) to max-pool-size, which is very confusing
becuase maximumPoolSize is only used when the task queue is bounded.
* That resulted in configuring core-pool-size-min and core-pool-size-max
was not enough, because it could be capped by the default max-pool-size.
* The new behavior is simply that maximumPoolSize is adjusted to not be
less than corePoolSize, but otherwise the config properties match the
underlying ThreadPoolExecutor implementation.
* Added a convenience fixed-pool-size property.
2015-12-21 09:50:02 +01:00
Roland Kuhn
377748bb0e
Merge pull request #19107 from jdevelop/jdevelop-quarantined-event-propagation-18758
...
#18758 Send appropriate events on remote actor system shutdown and quarantine
2015-12-20 20:31:04 +01:00
Eugene Dzhurinsky
fb763040f2
Add named exception to detect when a cluster node has been quarantined by others #18758
...
Publish appropriate events to the current ActorSystem event stream upon remote ActorSystem shutdown or when current ActorSystem is quarantined by the remote ActorSystem.
2015-12-20 13:02:19 -05:00
Roland Kuhn
6a2d4e2ce6
Merge pull request #19226 from akka/wip-clarify-sharding-role-patriknw
...
=cls Clarify the sharding role setting
2015-12-20 18:49:36 +01:00
Roland Kuhn
6cb350314d
Merge pull request #19229 from akka/wip-sharding-leaving-patriknw
...
=cls improve the graceful shutdown example
2015-12-20 18:48:21 +01:00
Roland Kuhn
209a04df51
Merge pull request #19230 from akka/wip-remoting-tls-version-ktoso
...
=rem #19228 make the default TLS version 1.2
2015-12-20 18:46:59 +01:00
Roland Kuhn
9972914da0
Merge pull request #19236 from akka/wip-fix-javadoc
...
=fix missing param in javadoc example
2015-12-20 18:46:04 +01:00
Balazs Kossovics
9d71142748
#19192 Cluster extension helper to get full path of an actor ref
2015-12-20 12:22:47 +01:00
Roland Kuhn
f77fd82b10
Merge pull request #19220 from akka/wip-19216-forward-port-RK
...
=act #19216 Fix AbstractNodeQueue nepotism
2015-12-19 15:20:37 +01:00
Konrad Malawski
85f6052b2b
=fix missing param in javadoc example
...
Snippet was missing dispatcher, which is needed for `pipe()`
2015-12-18 18:23:05 +01:00
Konrad Malawski
ea4616c281
=rem #19228 make the default TLS version 1.2
...
TLS 1.2 should be preferred and we always have it available by virtue of requiring JDK8 for Akka 2.4.x.
See also https://blogs.oracle.com/java-platform-group/entry/java_8_will_use_tls
2015-12-18 13:11:12 +01:00
Patrik Nordwall
f5ed085179
=cls improve the graceful shutdown example
2015-12-18 11:39:52 +01:00
Patrik Nordwall
d44120b726
=cls Clarify the sharding role setting
2015-12-18 11:15:06 +01:00
Björn Antonsson
a43d323d3c
=act #19216 Fix AbstractNodeQueue nepotism
2015-12-17 15:04:55 +01:00
Patrik Nordwall
8dbade7131
Merge pull request #19200 from akka/wip-debug-ReplayFilter-patriknw
...
=per add detailed debug logging in ReplayFilter
2015-12-17 10:28:29 +01:00
Patrik Nordwall
0af98e7bee
=per add detailed debug logging in ReplayFilter
2015-12-16 14:43:39 +01:00
Patrik Nordwall
a99fee96df
Merge pull request #19178 from akka/wip-19133-DeathPactException-patriknw
...
=rem #19133 avoid DeathPactException race condition
2015-12-16 14:21:02 +01:00
Patrik Nordwall
b6b498bd2c
=rem #19133 avoid DeathPactException race condition
...
* DeathPactException could occur if the ReliableDeliverySupervisor
was gated but not yet received Terminated and got an Ungate message
from the EndpointManager and thereby entered idle state, followed by
receiving the Terminated message, which is not handled in idle
2015-12-16 14:20:30 +01:00
Konrad Malawski
e851fc26a7
Merge pull request #19172 from akka/wip-explain-branches
...
=doc explain branches
2015-12-15 10:40:25 +00:00
Roland Kuhn
2fbea1607b
Merge pull request #18855 from okthatsneat/Issue-18849_@okthatsneat_fix-ortography_persistence_doc
...
=doc #18849 Improve orthography & grammar
2015-12-14 17:41:03 +01:00
Philipp Hofmann
dff87ad04f
=doc #18849 Improve orthography & grammar
...
For all docs:
* remove consecutive duplicate words
* Improve use of commata
* Improve use of articles
* Improve consistent use of singular/plural
* Simplify run-on sentences
Review iterations:
* Integrate @rkuhn review points
- bring back the comma for the interjection
- ‘to not’ is not inverted if the infinitive form still follows
- Elegantly connect a run on sentence with a semicolon
- Correct semantic error
- Strictly monotonically preserve math expressions
- Use correct english futures
* Cross sync changes to files in scala, java & java-lambda documentation files using git diff -u | patch
2015-12-14 17:24:41 +01:00
Konrad Malawski
899ff75904
=doc explain branches
...
Explain which branch is used for what.
2015-12-14 15:05:28 +00:00
Konrad Malawski
98ab4eb653
Merge pull request #19126 from akka/wip-16262-fix-flakey-udp-test-johanandren
...
=doc #16262 do not bind udp test to docker interfaces
2015-12-08 17:21:53 +01:00
Johan Andrén
c85b4d4a80
=doc #16262 do not bind udp test to docker interfaces
2015-12-08 16:47:42 +01:00
Patrik Nordwall
899900528e
Merge pull request #19008 from talp-traiana/wip-18839-journal-proxy-patriknw
...
per #18839 Add better journal proxy
2015-12-07 11:08:29 +01:00
Konrad Malawski
3185c8fd31
Merge pull request #19088 from ktoso/wip-add-japi-ktoso
...
+act #19085 adds Java API ByteString#createBuilder
2015-12-04 14:46:42 +01:00
Konrad Malawski
9abb1eaea6
+act #19085 adds Java API ByteString#createBuilder
2015-12-04 13:07:56 +01:00
Konrad Malawski
49f2360248
Merge pull request #19061 from spray/w/update-dependency-graph
...
=pro #19054 update to sbt-dependency-graph 0.8.0
2015-12-02 11:03:47 +01:00
Johannes Rudolph
55ff8e4af2
=pro put some global keys in Global scope to prevent per project reexecution
2015-12-01 16:57:35 +01:00
Johannes Rudolph
5a93d3c018
=pro #19054 use sbt-dependency-graph directly
2015-12-01 16:50:40 +01:00
Johannes Rudolph
017b061737
=pro #19054 update to sbt-dependency-graph 0.8.0
2015-12-01 16:15:23 +01:00
Tal Pressman
f610952ae7
PersistencePluginProxy
...
* Rename to PersistencePluginProxy.
* Watch target journal.
* Create PersistencePluginProxyExtension to enable eager initialization of
the persistence plugin.
* Add initialization via configuration.
* Add tests and documentation.
* Clearer log messages.
2015-12-01 17:12:33 +02:00
Patrik Nordwall
d39b368cac
+per #18839 Add better journal proxy
...
* JournalProxy works on the journal and snapshot store
message protocol level and is therefore much simpler
than the previous AsyncWriteProxy approach
* JournalProxy will work out of the box with any journal,
I have tried with Cassandra
* should in the end phase out AsyncWriteProxy and
SharedLeveldbJournal, we need deprecation phase
* rewrote the InmemJournal to remove the dependency to
AsyncWriteProxy, which I can't see why it is needed
for the InmemJournal
2015-12-01 17:12:30 +02:00
Konrad Malawski
9e8d77133a
Merge pull request #19030 from akka/ktoso-patch-1
...
=doc fix optimised away imports
2015-11-27 12:37:03 +01:00
Konrad Malawski
e17b02e245
=doc fix optimised away imports
2015-11-27 11:56:46 +01:00
Konrad Malawski
f1953f9ee6
Merge pull request #19011 from ktoso/wip-relax-journal-tck-ktoso
...
=per,tck #18639 makes testing for rejections optional
2015-11-27 11:22:18 +01:00
Patrik Nordwall
4de2751a2d
Merge pull request #19027 from akka/wip-19016-BackoffSupervisor-passivation-patriknw
...
=act #19016 use the BackoffSupervisor as sender for parent msg
2015-11-27 10:48:30 +01:00
Patrik Nordwall
6668b0f3a1
Merge pull request #19010 from akka/wip-18978-lazy-shard-allocation-patriknw
...
=cls #18978 Lazy startup of shards when rememberEntities=false
2015-11-27 10:48:15 +01:00
Konrad Malawski
ec96c5ddb7
=per,tck #18639 introduce capability flags for journal features
2015-11-27 10:29:34 +01:00
Patrik Nordwall
a6fd7b448f
=cls #18978 Lazy startup of shards when rememberEntities=false
...
* and don't populate the unallocatedShards Set in the State
when rememberEntities=false
2015-11-27 10:09:44 +01:00
Patrik Nordwall
ef03818ab1
=act #19016 use the BackoffSupervisor as sender for parent msg
2015-11-27 09:21:28 +01:00