I'm pretty sure that there is something in your code that cause the duplication, but it is a bit too much code for me to review/debug. Try to narrow it down, and if you find a small test that can reproduce the problem we would be happy to fix it.
Thanks, Patrik On Wed, May 20, 2015 at 11:43 AM, Antonio Benvenuto <[email protected] > wrote: > Hi Martynas > > I am sure that COORDINATOR_ACTOR does not duplicate messages. > I have noticed that number of dead letters rise when I try to increment > number of simultaneous request messages to GATE_ACTOR. > > Here you can see the code of example: > *GATE_ACTOR_INTERFACE: * > http://paste.ofcode.org/3b3CVPNr9gRQErN3Dheujq9 > *GATE ACTOR IMPLEMENTATION:* > http://paste.ofcode.org/prQqWKSLNKM2HbvqVaddQQ > *COORDINATOR_ACTOR:* http://paste.ofcode.org/UUSG42gKuD3afSLwNz3tQa > *FIRST_JOB_ACTOR:* http://paste.ofcode.org/92XHTavpMAdNtXxCupcBCq > *SECOND_JOB_ACTOR:* http://paste.ofcode.org/YeUFDcmZzBFA3umVg2yHwE > *THIRD_JOB_ACTOR: * http://paste.ofcode.org/Vh9aSmUpgbjG6ReDffhrhV > > *POPERTIES: * > http://paste.ofcode.org/JUcfA8FDUxmrEh5q7aPYfv > *TEST:* > http://paste.ofcode.org/CyFQUe3hPBfQYQWiGCKLK > > This is the architecture of my actors system > > > <https://lh3.googleusercontent.com/-awvBB39ynqY/VVxSzgUC0rI/AAAAAAAAGo4/7Ed21_JqFU4/s1600/actor_system.jpg> > > Thank you > > Antonio > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
