starlabmtb

Results 2 comments of starlabmtb

This appears to be a real issue, but to me it seems to be with luajit. I have exactly the same issue. I have added the print statement as diagnostic...

It’s a Lua bug. I rewrote the loop and the issue goes away. Changed it from: ``` for i = sysbench.tid % sysbench.opt.threads + 1, sysbench.opt.tables, sysbench.opt.threads do create_table(drv, con,...