mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add contextual warning to binding phase
This commit is contained in:
parent
afebe1b30e
commit
f67c722824
@ -71,9 +71,12 @@ public class StandardAction<A extends StandardActivity<R, ?>, R extends Op> impl
|
||||
|
||||
OpDispenser<? extends R> dispenser;
|
||||
Op op = null;
|
||||
|
||||
try (Timer.Context ct = bindTimer.time()) {
|
||||
dispenser = opsequence.apply(cycle);
|
||||
op = dispenser.apply(cycle);
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException("while binding request in cycle " + cycle + ": " + e.getMessage(), e);
|
||||
}
|
||||
|
||||
int code = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user