https://issues.apache.org/bugzilla/show_bug.cgi?id=51923
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All --- Comment #1 from Philippe Mouawad <[email protected]> 2011-09-30 07:27:18 UTC --- 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. As perTheadNumber is not static, 2 counters will be incremented separately. 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. 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]
