Giter Site home page Giter Site logo

Comments (5)

kwquick avatar kwquick commented on May 22, 2024

This message is not being sent to your actor directly. When the createActor() is called and the requested actor should be created on another system, the Thespian systems send this message the other system to request creation of the actor.

from thespian.

pjz avatar pjz commented on May 22, 2024

...so why is this being logged when there's only one ActorSystem involved?

from thespian.

kwquick avatar kwquick commented on May 22, 2024

This message is also used when an external element calls ActorSystem().createActor(). Because the external element is not a part of the Actor System itself, it needs to make a PendingActor request so that the Actor System will create the Actor on its behalf.

My guess is that:
a) your external code is repeatedly calling ActorSystem(...).createActor(...)
b) an existing actor is calling createActor with requirements that don't match the current system (although the logging you show above indicates "None", which should match anywhere) or where the target Actor class' actorSystemCapabilityCheck() is returning False
c) you have unsatisfiable requirements or capability check results in combination with (a) above.

If you'd like to provide some sample code (either here or privately) I'd be happy to help you diagnose this further.

from thespian.

pjz avatar pjz commented on May 22, 2024

Could it be the ActorSystem trying to restart a dead Actor, and announcing it?

from thespian.

pjz avatar pjz commented on May 22, 2024

Nevermind, I've got it solved. It was an external command (CLI) trying to retrieve some data. Thanks for the help!

from thespian.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.