sysganda / oltpbenchmark

Automatically exported from code.google.com/p/oltpbenchmark
0 stars 1 forks source link

Epinions Benchmark Doesn't End Cleanly #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Epinions benchmark doesn't seem to want to end cleanly. I used the default 
config XML file and it just hangs at the end with the CPU spiked:

13:14:42,163 (DBWorkload.java:182) INFO  - Benchmark: epinions {Class: 
com.oltpbenchmark.benchmarks.epinions.EpinionsBenchmark}
13:14:42,183 (DBWorkload.java:278) INFO  - Creating 2 virtual terminals .. 
13:14:42,525 (DBWorkload.java:281) INFO  - Launching the epinions Benchmark
with 1 Phases...
[Starting Phase] [Time= 10] [Rate= 20] [Ratios= [10.0, 10.0, 10.0, 10.0, 10.0, 
10.0, 10.0, 10.0, 20.0]]
[Terminate] Waiting for all terminals to finish ..

Only about 50 queries show in the log, so it's getting stuck on something. You 
should probably add a hard kill to the Worker threads after some timeout.

Original issue reported on code.google.com by andy.pa...@gmail.com on 29 Dec 2011 at 4:24