First time Akka user here, be nice.. :)
I made a simple test that uses and ExecutorService to call a remote
actor 1000 times. The remote actor is a TypedActor that simply returns
an int. I'm using Java on both server and client side.
My program works fine in Akka 1.1, and 1.1.2, but in 1.1.3 and 1.2-RC6
I get a bunch of these on the client side:
akka.actor.IllegalActorStateException: Future mapped to UUID 501b5d64-
df60-11e0-a4f1-0026bb0e386d does not exist
I found some other posts on the forum with similar questions, for
example (
http://groups.google.com/group/akka-user/browse_thread/thread/
b6fe07ecd56d7c66), but it seems like the solution for Martin was to
upgrade to a later version (not sure which one), which in my case
causes the problem.
Best regards,
Viktor Nordling