brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.94k stars 2.24k forks source link

Test doesn't stop waiting on Thread to complete #1662

Open amgads opened 1 year ago

amgads commented 1 year ago

I'm having a test that doesn't stop waiting on a Threads to complete testing against SQL DB (MariaDB)

2023-01-31 05:40:43:613 1460 sec: 2420938 operations; 0 current ops/sec; est completion in 14 days 23 hours [READ: Count=0, Max=0, Min=9223372036854775807, Avg=?, 90=0, 99=0, 99.9=0, 99.99=0] [UPDATE-FAILED: Count=0, Max=0, Min=9223372036854775807, Avg=?, 90=0, 99=0, 99.9=0, 99.99=0] [CLEANUP: Count=0, Max=0, Min=9223372036854775807, Avg=?, 90=0, 99=0, 99.9=0, 99.99=0] [UPDATE: Count=0, Max=0, Min=9223372036854775807, Avg=?, 90=0, 99=0, 99.9=0, 99.99=0] Still waiting for thread Thread-3 to complete. Workload status: true Still waiting for thread Thread-3 to complete. Workload status: true

This didn't happen before but now persistent when higher updates or 25R75U. I have .17 version. Any suggestion to complete the test? It doesn't happen with all other mixes with higher reads R90U10, ..., R50U50

amgads commented 1 year ago

Any update? any ideas?

amgads commented 1 year ago

Is the YCSB still active project?