Coder Social home page Coder Social logo

Comments (5)

bwehrle avatar bwehrle commented on May 30, 2024 1

Based on our conversation regarding how entity state should be managed in actor and constructors, I'm going to change my implementation as I suspect that using the apply() in the entity constructor might be related to this problem.

from xoom-lattice.

VaughnVernon avatar VaughnVernon commented on May 30, 2024

@bwehrle Thanks! Would you mind attempting to debug this via vlingo-actors? It is possible that the following is involved:

  1. Sourced::apply(???)
  2. Actors::stowMessages()
  3. Sourced::appendResultedIn()/appendAllResultedIn()
  4. Actors::disperseStowedMessages()

It's possible that the stowed messages are being dispatched prematurely or out of order.

from xoom-lattice.

VaughnVernon avatar VaughnVernon commented on May 30, 2024

@bwehrle Would you please pull version 0.7.9 just released and let me know whether this Issue has been fixed? The binary artifacts are on Bintray only:

https://bintray.com/vlingo/vlingo-platform-java

  <repositories>
    <repository>
      <id>jcenter</id>
      <url>https://jcenter.bintray.com/</url>
    </repository>
  </repositories>

I think that the problem was with CompletesEventually pooled actors were being selected for various requests and could complete out of order, which would cause restore() and apply() to fail under some conditions. Now a given actor that requests a eventual completion should see each of the completions occur in the order in which they were requested. If this doesn't fix your issue then I will need a complete example that causes the issue.

from xoom-lattice.

bwehrle avatar bwehrle commented on May 30, 2024

from xoom-lattice.

bwehrle avatar bwehrle commented on May 30, 2024

I think this issue is resolved; after making the recommended changes I cannot get this to repo (I am hitting other different issues). So I will close this for now.

from xoom-lattice.

Related Issues (4)

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.