Commit graph

25421 commits

Author SHA1 Message Date
Ignasi Marimon-Clos
bcee56f4b9
Review writeup for RES direct deplication in docs (#29796) 2020-11-06 16:09:42 +01:00
Johan Andrén
2b8d0b2285
BoundedSourceQueue API #29574
A new queue implementation that drops new elements immediately when the buffer is full. Does not use async callbacks like Source.queue with OverflowStrategy.dropNew, which can still result in OOM errors (#25798).
2020-11-06 09:00:15 +01:00
Sean Glover
779161d556 BoundedQueueSource API 2020-11-05 14:05:49 -05:00
Domantas Petrauskas
b34f9eb445
save snapshot after replaying events if retention criteria indicates missing snapshot #29631 2020-11-04 09:32:17 +01:00
Renato Cavalcanti
028ad29164
Fix cluster sharding with remember entities test (#29773)
* fix cluster sharding with remember entities test

* send BeginHandOff to all regions
2020-11-02 17:09:56 +01:00
Johannes Rudolph
708f8b870c stream: a fast dropping queue implementation 2020-11-02 09:14:01 -05:00
Patrik Nordwall
762dfb5e8b
Merge pull request #29348 from raboof/artery-shutdown-observability
More debug logging for Artery transport shutdown
2020-11-02 15:02:53 +01:00
Patrik Nordwall
a19e09c1e9
Merge pull request #29783 from aumann/behavior-testkit-signal-actorthread
Fix BehaviorTestKit.signal false alarm in thread check  #29779
2020-11-02 11:38:04 +01:00
Josep Prat
629759b72b
Add limitation about supervision in sync Testkit #29767 (#29778)
Refs: #29767
Currently, sync Testkit doesn't support supervision as it often involves async interactions.
2020-11-02 09:23:50 +01:00
Patrik Nordwall
6c197346c9
Merge pull request #29774 from akka/jrudolph-patch-1
cleanup test comment
2020-11-02 08:51:37 +01:00
Alexander Aumann
3ba5e89433 Fix BehaviorTestKit.signal false alarm in thread check #29779 2020-11-01 00:07:21 +01:00
Scala Steward
dab8f3b642
Update metrics-core, metrics-jvm to 4.1.13 (#29725) 2020-10-28 09:52:29 +01:00
Patrik Nordwall
8d25ca2012
simplify the stopping example, #28144 (#29760)
* need for the callback variant should be a rare so we should not
  confuse the users with it in this example
* mention of callback in api docs should be enough
2020-10-27 17:27:43 +01:00
Renato Cavalcanti
592b1d10ad
Isolate shard init logic to own method (#29759) 2020-10-27 17:23:36 +01:00
Scala Steward
2ecfdb9c49
Update sbt-scalafmt to 2.4.2 (#29701) 2020-10-27 16:59:50 +01:00
Arnout Engelen
4440184c0b
Update mima to 0.8.1 (#29764)
Look, ma: no ivy!
2020-10-27 16:53:23 +01:00
Johannes Rudolph
f6d137276d
cleanup test comment 2020-10-27 13:13:34 +01:00
eyal farago
2bf09d8da2
stream: register newshells with no active interpreters (#29731)
Fixes #29730
2020-10-27 13:11:23 +01:00
Patrik Nordwall
91a5d4b093
Merge pull request #29761 from chbatey/issue-29689
DEBUG logging for BasicClusterManualSpec
2020-10-26 14:09:35 +01:00
Peter Vlugter
1581696f59
Fix typo in docs for cluster sharding rolling updates (#29771) 2020-10-22 12:37:01 +02:00
Josep Prat
a023821f8e
Fixes the wording of the Scaladoc on the unwatched method (#29766) 2020-10-21 17:09:30 +02:00
Christopher Batey
ee74c541d1
Dont rely on DNS for a doc spec (#29762) 2020-10-21 10:15:36 +02:00
Muskan Gupta
b705ded314
Improving docs- removing redundant phrases (#29744)
* Improving docs- removing redundant phrases

* Apply suggestions from code review

Co-authored-by: Arnout Engelen <github@bzzt.net>

* Making changes to improve docs

Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-10-21 09:27:31 +02:00
Muskan Gupta
432d94d5a4
Adding example of cancelled operator (#29749)
Co-authored-by: Arnout Engelen <github@bzzt.net>
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2020-10-20 13:43:26 +02:00
Christopher Batey
dc0248eeaa DEBUG logging for BasicClusterManualSpec
It has log capturing but we're only getting the types logging at DEBUG
2020-10-19 15:54:25 +01:00
Patrik Nordwall
9c200e3a04
show package name in getting started examples, #28432 (#29757)
* at least the first few examples
2020-10-19 15:45:16 +02:00
Arnout Engelen
7b1732e7a3
More debug logging for Artery transport shutdown
To track down #29331
2020-10-19 12:47:32 +02:00
Patrik Nordwall
330893e2c1
Unstash GetShardHome requests one-by-one, #29742 (#29748)
* because it's likely that the first GetShardHome request will result in
  allocation update and then all are stashed again
* rename to unstashOneGetShardHomeRequest
2020-10-19 12:36:02 +02:00
Patrik Nordwall
bd39e9bd21
Merge pull request #29758 from akka/wip-pr-29756-patriknw
Update cluster.md
2020-10-19 12:34:48 +02:00
Jabir S. Minjibir
c71b40d05f Update cluster.md
Fixed a simple typo

(cherry picked from commit d357edccd1b2f0ecdb2445396da9a571fe883a50)
2020-10-19 11:35:33 +02:00
Arnout Engelen
568833543c
Link FAQ to community and support pages (#29752) 2020-10-16 15:49:32 +02:00
Arnout Engelen
3c9eedaa3e
Update mima to check against 2.5.32 (#29754) 2020-10-16 15:47:18 +02:00
Patrik Nordwall
41d0906fb3
improve logging of shard region shutdown timeout, #29711 (#29747) 2020-10-15 11:40:29 +02:00
Patrik Nordwall
29fd7cad65
Log distributed data size, #29736 (#29740) 2020-10-15 08:39:11 +02:00
Adrian
ec7e8aaeda
Fix typo (#29741) 2020-10-13 09:35:37 +02:00
Patrik Nordwall
0b1e7edc69
Merge pull request #29734 from raboof/fix-scala-steward-conf
Fix .scala-steward.conf syntax
2020-10-12 16:17:32 +02:00
Raúl García Calvo
41e7bb27ba
Fix typo (#29733) 2020-10-12 15:38:50 +02:00
Scala Steward
cd342ae283
Update junit to 4.13.1 (#29728) 2020-10-12 13:01:07 +02:00
Arnout Engelen
d8fe5a9e80
Fix .scala-steward.conf syntax 2020-10-12 12:54:15 +02:00
Johan Andrén
3a03fd5f39
Fix for PersistentShardingMigrationSpec failing #29234 #29690
and same fix for RememberEntitiesShardIdExtractorChangeSpec
2020-10-12 12:41:21 +02:00
Muskan Gupta
0e0680bd82
Adding example for collection operator (#29716)
* Adding example for collection operator

* Modifying example

* Add parenthesises to side effect only method

Co-authored-by: Johan Andrén <johan@markatta.com>
2020-10-12 11:08:57 +02:00
yiksanchan
4620c64dc6
Simplify code: replace exists with contains (#29729) 2020-10-12 10:28:21 +02:00
Muskan Gupta
1ff619259f
Adding example of headOption operator (#29717)
Co-authored-by: Johan Andrén <johan@markatta.com>
2020-10-12 09:27:46 +02:00
Patrik Nordwall
fb1c6ff253
exit-jvm config in docs (#29722) 2020-10-10 13:05:34 +02:00
Edward Samson
7c9eed6d8b
Grammar fix (#29723) 2020-10-10 13:04:57 +02:00
Edward Samson
73899ff16b
Add Metals output to .gitignore (#29724) 2020-10-10 13:01:09 +02:00
Matt Kohl
49f721d84d
Typo / grammatical fixes (#29715)
* Typo & grammatical fixes

* Grammatical fix

* Grammatical fix

* More grammatical fixes
2020-10-09 17:10:44 +02:00
Patrik Nordwall
efc13f989d
mima latestPatchOf 2.6.10 (#29721) 2020-10-09 15:44:07 +02:00
Patrik Nordwall
73a9bbb264
Merge pull request #29691 from akka/wip-29683-log-size-patriknw
log-frame-size-exceeding for Artery, #29683
2020-10-09 10:26:23 +02:00
Arnout Engelen
126d3c8ff8
Fix population of akka-protobuf-v3 (#29719)
* Fix population of akka-protobuf-v3
* Avoid automatically updating sbt-osgi
2020-10-08 13:33:20 +02:00