Raymond Roestenburg
2404a9da01
#19246 Auto and manual reset and BackoffOptions.
...
Also moved `TransparantExponentialBackoffSupervisor` to `akka.pattern` (renamed to `BackoffOnRestartSupervisor`)
2015-12-29 21:23:16 +02:00
Konrad Malawski
2bade93c31
Merge pull request #19305 from kryger/master
...
=doc Add the missing closing parenthesis
2015-12-28 15:01:59 +01:00
Lukasz Kryger
f181aa0334
Make it clear that AkkaAppPackaging is actually deprecated
...
Also, fix missing closing parenthesis.
2015-12-28 13:47:42 +00:00
Konrad Malawski
be1429d01c
Merge pull request #19301 from kryger/patch-1
...
Fix link to SBT installation instructions
2015-12-28 14:24:22 +01:00
Lukasz Kryger
739ef5e7d1
Fix link to SBT installation instructions
...
https://github.com/harrah/xsbt/wiki/Setup defunct, documentation moved to www.scala-sbt.org. Replaced the link with the best match I could find.
2015-12-28 13:01:29 +00:00
Konrad Malawski
9a648105c2
Merge pull request #19297 from bdrupieski/fix-dist-pub-sub-doc-bdrupieski
...
fix error in distributed pub sub documentation
2015-12-28 12:03:08 +01:00
Konrad Malawski
ebbd9c4f49
Merge pull request #19295 from akka/wip-19274-down-joining-patrikw
...
=clu #19274 failure detection of joining/down member status
2015-12-28 10:40:25 +01:00
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
Brian Drupieski
35d804b5ed
fix error in distributed pub sub documentation
2015-12-26 23:56:41 -05:00
Patrik Nordwall
4d64901228
=clu #19274 failure detection of joining/down member status
...
* Failure detection heartbeating was not performed to joining
nodes, since it was expected that they will become Up first.
* If a joining node is downed before it is changed to Up failure
detection will not be performed for that node. That resulted in
the downed node will not be removed from membership, since the
unreachability signal is used as confirmation that the node is
actually stopped before removing it.
2015-12-26 11:30:18 +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