https://issues.apache.org/bugzilla/show_bug.cgi?id=51923
--- Comment #2 from Philippe Mouawad <[email protected]> 2011-09-30 07:31:46 UTC --- (In reply to comment #1) > Hello, > I confirm this issue on 2.5 and 2.5.1. > > Analyzing it, issue is due to the fact that if you have 2 __counter with same > ref, you will have 2 instances of CounterConfig. > Error : 2 instances of IterationCounter > As perTheadNumber is not static, 2 counters will be incremented separately. > But making it static is not the fix. > So either it's a feature then documentation should be fixed > Either it's a real issue, but fix can impact existing scenarios that excpect > this behaviour. > I think it's a feature > Regards > Philippe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
