Commit graph

21327 commits

Author SHA1 Message Date
Patrik Nordwall
fd11b94b1f Remoting for Akka Typed, #21225
* seems like it will just work when using the adapters, since
  it will simply delegate to the untyped RemoteActorRef
* ActorRefResolver was added for upporting erialization of typed ActorRef
* The ActorRef itself is not serializable with Java serialization,
  and we shouldn't do that
2017-09-08 10:21:29 +02:00
Patrik Nordwall
1e4e7cbba2 Merge pull request #23583 from akka/wip-multi-dc-merge-master-patriknw
merge wip-multi-dc-dev back to master
2017-09-01 17:08:28 +02:00
Johan Andrén
262779f0bb Mark all the around hooks as internal in the api docs (#23587) 2017-09-01 14:48:10 +02:00
Patrik Nordwall
1fcb3d3ab2 Merge pull request #23555 from akka/wip-23554-WeaklyUp-patriknw
Don't use WeaklyUp immediately, #23554
2017-09-01 14:22:15 +02:00
Arnout Engelen
5da20a2723 Consistently spell Maven and Gradle with uppercase (#23569) 2017-09-01 14:02:00 +02:00
Alexander Golubev
3afc17ffa2 =str failed: FlowSplitWhenSpec (#23278) 2017-09-01 12:13:22 +02:00
Patrik Nordwall
5212661705 fix snip of ClusterShardingTest, moved 2017-08-31 13:08:25 +02:00
Patrik Nordwall
8807833f2b Merge pull request #23575 from akka/wip-whitesource-2.5-patriknw
renamed the whitesource stable product name
2017-08-31 11:42:25 +02:00
Patrik Nordwall
0ed5bc1835 add mima filters 2017-08-31 11:29:49 +02:00
Patrik Nordwall
6ed3295acd Merge branch 'master' into wip-multi-dc-merge-master-patriknw 2017-08-31 10:51:12 +02:00
Patrik Nordwall
a10391829a remove mima changes to avoid merge conflict 2017-08-31 10:43:42 +02:00
Patrik Nordwall
6bfb7c9262 increase timeout in MultiDcSplitBrainSpec
* due to handshake timeout

reduce handshake timeout

fourth might generate UnreachableDataCenter in unsplit

MultiDcClusterSharding
2017-08-31 10:26:23 +02:00
Patrik Nordwall
24d6f6799f renamed the whitesource stable product name 2017-08-29 14:21:25 +02:00
Patrik Nordwall
dc75c4f818 Merge pull request #23531 from akka/wip-23369-NodeChurnSpec-patriknw
fix NodeChurnSpec tombstones, #23369
2017-08-28 09:17:32 +02:00
Patrik Nordwall
90ff93a74b Merge pull request #23558 from akka/wip-23377-dc-reachability-patriknw
Connect the dots for cross-dc reachability, #23377
2017-08-28 09:14:53 +02:00
Jimin Hsieh
58214d42b4 Fix wrong link of "Handling blocking operations in Akka HTTP" in Dispatchers page. (#23571) 2017-08-28 12:46:19 +09:00
Martynas Mickevičius
fed123befb #23484 Guard against double pull (#23560) 2017-08-25 14:17:30 +02:00
Patrik Nordwall
f64d044721 Merge pull request #23557 from lukas-phaf/wip-deadletter-suppression-23553
DeadLetterSuppression for Replicator.UpdateSuccess in distributed data #23553
2017-08-25 13:39:15 +02:00
petermz
95b0d406d6 Fixed a typo in a generic type declaration in tutorial (#23559) 2017-08-23 10:43:01 +02:00
Patrik Nordwall
369763f065 Merge pull request #23546 from akka/wip-23504-compression-patriknw
=art #23504 Keep more old decompression tables (3)
2017-08-22 21:21:46 +02:00
Patrik Nordwall
da7fb98d86 Merge pull request #23522 from akka/wip-23485-throttle-send-patriknw
clarify sender of throttle example, #23485
2017-08-22 18:12:11 +02:00
Patrik Nordwall
3637340e11 clarify sender of throttle example, #23485
* and use noSender in ActorRefSinkActor
2017-08-22 16:04:01 +02:00
Patrik Nordwall
72b32547ba Merge pull request #23519 from akka/wip-23323-FlightRecorder-patriknw
fix duplicated FlightRecorder event 91, #23323
2017-08-22 15:54:14 +02:00
Patrik Nordwall
e3aada5016 Connect the dots for cross-dc reachability, #23377
* the crossDcFailureDetector was not connected to the reachability table
* additional test by listen for {Reachable/Unreachable}DataCenter events in split spec
* missing Java API for getUnreachableDataCenters in CurrentClusterState
2017-08-22 15:05:40 +02:00
Patrik Nordwall
eefe6474c3 Merge pull request #23529 from akka/wip-23371-CrossDcHeartbeatSender-patriknw
Missing become after CurrentClusterState in CrossDcHeartbeatSender, #23371
2017-08-22 15:04:48 +02:00
Lukas Phaf
06e00fdf62 DeadLetterSuppression for Replicator.UpdateSuccess in distributed data #23553 2017-08-22 14:49:40 +02:00
Patrik Nordwall
659b28e4eb Missing become after CurrentClusterState in CrossDcHeartbeatSender, #23371
* and a few other small things
* one can see in the failed test log that there is no ACTIVE log line on the failing node
2017-08-22 14:10:45 +02:00
Patrik Nordwall
2b803562f0 avoid unique actor name issue in EndToEndEventAdapterSpec, #23483 (#23520)
* the name of the actor is of no importance
2017-08-22 14:09:45 +02:00
Johan Andrén
cff43a16f7 Data center reachability in cluster state (#23359)
* Manual case-declassing of CurrentClusterState #23347

* Unreachable data centers set in CurrentClusterState #23347
2017-08-22 13:04:39 +02:00
Patrik Nordwall
6753c1e624 Don't use WeaklyUp immediately, #23554
* see description in issue
2017-08-22 12:02:04 +02:00
Alexander Golubev
1ba5b27158 =str add latch to ManualProbe to popagate events only when subscription is done (#23365) 2017-08-21 11:26:29 +02:00
SirMullich
769f9c09cf Update tutorial_5.md (#23550)
`repliesSoFar` is implied here, not `answersSoFar` which is never used in tutorial
2017-08-21 10:48:53 +02:00
Konrad `ktoso` Malawski
d07df2b917 =clt #23215 fail with nicer message if PubSubMediator gets null message (#23216)
* =clt #23215 fail with nicer message if PubSubMediator gets null message

* Update DistributedPubSubMediator.scala
2017-08-20 19:02:15 +02:00
Christopher Batey
bb106aa27e Fix docs typo (#23548) 2017-08-19 16:15:34 +02:00
Sebastian Harko
6f64ff5cba Docs: Persistence - add configuration example for eager init. of plugins (#23545) 2017-08-18 06:58:09 -07:00
Patrik Nordwall
54fcfaa882 Merge pull request #23515 from jlprat/fix-docs-tab-snippets
=doc Fix wrong scala/java snippet directives #23513
2017-08-18 14:40:47 +02:00
Konrad Malawski
cbbb5281fb =art #23504 Keep more old decompression tables (3) 2017-08-18 14:34:54 +02:00
Patrik Nordwall
9c0039eacc Merge pull request #23521 from lucianenache/update-codahale-metrics-dependencies
Updated codahale metrics dependencies to 3.2.4 #17515
2017-08-18 14:31:01 +02:00
Patrik Nordwall
cdd2f75c31 Merge pull request #23534 from SirMullich/patch-1
Update tutorial.md
2017-08-18 14:29:24 +02:00
Patrik Nordwall
2f712cceeb Merge pull request #23523 from jlprat/fix-broken-link-actor-docs
=doc Transform broken link to ActorNotFound to inline code #23517
2017-08-18 14:27:27 +02:00
Arnout Engelen
2623820450 Update configuration to exclude akka-bench-jmh from whitesource (#23542)
* Update configuration to exclude akka-bench-jmh from whitesource

Because we don't distribute that project

* Whitesource 'product' is always 'Lightbend Reactive Platform' again

* Ignore all unpublished subprojects from whitesource
2017-08-18 13:49:40 +02:00
Andrea Peruffo
c2ff4f74fc removing ThreadLocalRandom import (#23540) 2017-08-17 21:32:40 +09:00
Arnout Engelen
3a3f13447a Add alsoTo to stages (#23537) 2017-08-17 19:09:18 +09:00
Atiq Sayyed
55f7bf43a2 Merged the document from java/stream/index and scala/strea/index (#23539) 2017-08-17 00:57:48 -07:00
Richard Imaoka
7eeb9b5210 Merge paradox/scala/camel.md and java/camel.md (#23456) 2017-08-16 07:49:10 -07:00
Arnout Engelen
4f0ff3ac13 Document rolling upgrades of clusters using ddata (#23372) 2017-08-16 04:54:10 -07:00
SirMullich
e2c3af14ac Update tutorial.md
typo "temperaturs", fixed to "temperatures"
2017-08-16 17:11:56 +06:00
Patrik Nordwall
699c78f959 fix NodeChurnSpec tombstones, #23369
* the gossip was growing because we introduced tombstones
* in this test it should be safe to have a short removal period
  of the tombstones
2017-08-15 16:05:36 +02:00
Josep Prat
5ec1447de0 =doc Transform broken link to ActorNotFound to inline code #23517
Refs: #23517
Broken link by mistake, should just be the class name surrounded by backticks
2017-08-15 07:56:55 +02:00
Lucian Enache
6f3d83fd9a Updated codahale metrics dependencies to 3.2.4 #17515 2017-08-14 15:45:23 +02:00