Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE in BroadcastHub #21362

Closed
patriknw opened this issue Sep 4, 2016 · 1 comment
Closed

NPE in BroadcastHub #21362

patriknw opened this issue Sep 4, 2016 · 1 comment
Assignees
Labels
3 - in progress Someone is working on this ticket bug t:stream
Milestone

Comments

@patriknw
Copy link
Member

patriknw commented Sep 4, 2016

Noticed this with Artery tests:

[JVM-2] [ERROR] [09/03/2016 08:33:38.982] [RemoteReDeploymentMultiJvmSpec-akka.remote.default-remote-dispatcher-16] [akka://RemoteReDeploymentMultiJvmSpec/system/StreamSupervisor-1/remote-3-0-unknown-operation] Error in stage [akka.stream.scaladsl.BroadcastHub$$anon$3@16198b35]: null
[JVM-2] java.lang.NullPointerException
[JVM-2]     at akka.stream.scaladsl.BroadcastHub$$anon$3$$anon$5.onPull(Hub.scala:634)
[JVM-2]     at akka.stream.impl.fusing.GraphInterpreter.processPull(GraphInterpreter.scala:754)
[JVM-2]     at akka.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:660)
[JVM-2]     at akka.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:471)
[JVM-2]     at akka.stream.impl.fusing.GraphInterpreterShell.receive(ActorGraphInterpreter.scala:414)
[JVM-2]     at akka.stream.impl.fusing.ActorGraphInterpreter.akka$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:603)
[JVM-2]     at akka.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:618)
[JVM-2]     at akka.actor.Actor$class.aroundReceive(Actor.scala:484)

hubCallback is null

@patriknw patriknw added 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted bug t:stream labels Sep 4, 2016
@drewhk drewhk added 3 - in progress Someone is working on this ticket and removed 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted labels Sep 12, 2016
@drewhk drewhk added this to the 2.4.11 milestone Sep 12, 2016
@drewhk drewhk self-assigned this Sep 12, 2016
@drewhk
Copy link
Member

drewhk commented Sep 12, 2016

Taking a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - in progress Someone is working on this ticket bug t:stream
Projects
None yet
Development

No branches or pull requests

3 participants