https://issues.apache.org/bugzilla/show_bug.cgi?id=52296
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #3 from Philippe Mouawad <[email protected]> 2011-12-06 22:08:49 UTC --- Issue is due to the fact that when TPC decides to execute NO sampler, in next2 method of TransactionSampler: Sampler returnValue = super.next(); returnValue will be null so TransactionSampler thinks it has reached end of Controller so it executes sampleEnd, then next time when it has really reached end of controller we get the error. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
