Skip to content

Commit

Permalink
=str #24581 Bugfix in VirtualProcessor (#24722)
Browse files Browse the repository at this point in the history
* Single-runnable repeater (hopefully)

* Repeat like no-one is watching

* Fix plus noisy printlns

* Toggleable debug logging for VirtualProcessor

* Updated docs graph

* Re-enable debug logging to pinpoint another potential bug

* Covered some more cases

* Revert "Repeat like no-one is watching"

This reverts commit ae5e41c.

* Removed duplicate repeater

* Fixed some minor things

* copyright header

* MiMa filter

* 10000 times repeater passed PR-validation, removing

* Spinlock free solution

* MiMa

* Review feedback adressed

* Update StreamLayout.scala
  • Loading branch information
johanandren authored and ktoso committed Mar 19, 2018
1 parent 382e4d8 commit 770b3a3
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 56 deletions.
6 changes: 5 additions & 1 deletion akka-stream/src/main/mima-filters/2.5.11.backwards.excludes
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# #24604 Deduplicate logic for IODispatcher
ProblemFilters.exclude[MissingTypesProblem]("akka.stream.ActorAttributes$Dispatcher$")
ProblemFilters.exclude[MissingTypesProblem]("akka.stream.ActorAttributes$Dispatcher$")

# #24581 RS violation
ProblemFilters.exclude[FinalClassProblem]("akka.stream.impl.VirtualProcessor$Both")
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.stream.impl.VirtualProcessor#Both.create")

0 comments on commit 770b3a3

Please sign in to comment.