Johan Andrén
Johan Andrén
Problem: Some times you want to wait for a `Sink` to complete, for example to know that it was done with any cleanup work/last commit, but the sink used does...
https://github.com/akka/akka/actions/runs/3555943136/jobs/5972924273#step:5:23764 JDK 17, Scala 2.12 Nightly ``` [11-27 01:01:38.585] [info] - must leave via CoordinatedShutdown.run when member status is Joining *** FAILED *** (1 second, 45 milliseconds) [23764](https://github.com/akka/akka/actions/runs/3555943136/jobs/5972924273#step:5:23765) [11-27 01:01:38.587]...
https://github.com/akka/akka/actions/runs/17703862912/job/50312914485#step:5:29966 ``` [09-14 01:07:16.043] [info] - should be able to remove requests for a shard *** FAILED *** (25 milliseconds) [09-14 01:07:16.044] [info] Set() did not contain only ("956") (PendingGetShardHomesSpec.scala:69)...
https://github.com/akka/akka/actions/runs/16766199436/job/47471612601 ``` Error from server (InternalError): error when creating ".tmp/test-node1.yml": an error on the server ("Internal Server Error: \"/apis/apps/v1/namespaces/default/deployments?fieldManager=kubectl-client-side-apply&fieldValidation=Strict\": the server is currently unable to handle the request") has prevented...
In some scenario, the response stream closes before the asynchronous callback is handled. Could be a simple precondition/check missing. ``` IllegalArgumentException: cannot pull closed port (SubSinkInlet(PersistentConnection.responseIn)) at a.s.s.GraphStageLogic$SubSinkInlet.pull(GraphStage.scala:1469) at a.h.i.e.h.c.PersistentConnection$Stage$$anon$1$Connected.(PersistentConnection.scala:191) ...