--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/6HKTvw4yBnU/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Alright.First of all, doing infinite timeouts is almost always a recipe for deadlocks. Check VisualVM or get a live thread dump to see if that's happening.
If you are suspecting that this is a FJP bug, you can do the following:So what you can try is to grab the latest jsr166e (http://g.oswego.edu/dl/concurrency-interest/) and make an ExecutorServiceProvider with that FJP,and configure your actors' dispatcher to use that ESP instead of fork-join-pool :
--
Read the docs: http://akka.io/docs/
Check the FAQ: http://akka.io/faq/
Search the archives: https://groups.google.com/group/akka-user
---You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/6HKTvw4yBnU/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to akka-user+unsubscribe@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Evan,are all threads exactly like that, or is there maybe one which is blocking on something else? Trying a completely different executor is a good way of narrowing it down, please tell us what you find.
--
---You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.Read the docs: http://akka.io/docs/
Check the FAQ: http://akka.io/faq/
Search the archives: https://groups.google.com/group/akka-user
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/6HKTvw4yBnU/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to akka-user+unsubscribe@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
What is the best solution for this issue, and if it is still needed? If so, is there some code I could use?
thanks,rob
On Wednesday, April 17, 2013 12:24:27 PM UTC-6, rkuhn wrote:Glad we could help figuring it out!Happy hAkking,Roland17 apr 2013 kl. 20:14 skrev Evan Chan:Roland,Thanks. I've confirmed that was the problem.
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.