https://issues.apache.org/bugzilla/show_bug.cgi?id=49527
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.8.2 --- Comment #2 from Stefan Bodewig <[email protected]> 2010-10-25 10:06:00 EDT --- In my case I do get both messages but the parallel is terminated after two seconds. Some changes to fix bug 42924 tries to interrupt the spawned threads a few times prior to killing them. This terminates the sleep task and makes the second echo task start. The changed code in svn revision 1027125 will not allow tasks to go ahead if a timeout occured or failOnAny is true. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
