AMC does not report successful readings

I am trying to compare our 3-node aerospace cluster with the built-in Java testing tool.

When I check AMC (aerospace control console), I see that there are no successful readings. Benchmark reports that everything is in order and that there is a problem.

2016-12-16 15:34:21.674 write(tps=14851 timeouts=0 errors=0) read(tps=15030 timeouts=0 errors=0) total(tps=29881 timeouts=0 errors=0)
2016-12-16 15:34:22.674 write(tps=21160 timeouts=0 errors=0) read(tps=21284 timeouts=0 errors=0) total(tps=42444 timeouts=0 errors=0)
2016-12-16 15:34:23.675 write(tps=22868 timeouts=0 errors=0) read(tps=22312 timeouts=0 errors=0) total(tps=45180 timeouts=0 errors=0)
2016-12-16 15:34:24.676 write(tps=22443 timeouts=0 errors=0) read(tps=22795 timeouts=0 errors=0) total(tps=45238 timeouts=0 errors=0)

Do you have any ideas why AMC does not show these read requests as successful since reading audit reports without errors or timeout?

AMC view showing 0 successful reads

My test configuration (modified example 3 ) is below.

./run_benchmarks -h aero1.db.test.env -p 3000 -n namespace -k 1000000000000000 -S 1 -o S:50 -w RU,50 -z 1 -async -asyncMaxCommands 300 -asyncSelectorThreads 8 -e 1 -T 500
+4
source share
1 answer

That you have a lot of keys (1 million billion keys, or 10 ^ 15) ... and doing RU workload ...

" ". , , , , . , " ". , , , .

, / 3 node, , .

(-w I), .

+2

Source: https://habr.com/ru/post/1663967/


All Articles