Stress_Test Can not used in RAC load
alexdong2002 opened this issue · 1 comments
alexdong2002 commented
swingbench 2.6.RAC with 2 Nodes
I follow the scenario in RAC load test:
- start coordinator(coordinatorhost=HOST)
- start swingbench1 :cs=rac-node1, coordinator=HOST,group=group1,uc=100
- start swingbench2 :cs=rac-node2, coordinator=HOST,group=group2,uc=100
- strat clusteroverview :config=stress_test, coordinator=HOST,MonitoredNode1=swingbench1,,MonitoredNode2=swingbench2
but after running after a while ,both swingbenchs report ORA-00001,which means it disobey primary constraint in STRESSTABLE
that i see ,com.dom.benchmarking.swingbench.stresstest.StressTestInsert get the same ID in distribute env,
domgiles commented
I'll take a look. StressTest is supposed to be a simple test.... It's not best suited for RAC. But I'll see what I can do. I would typically use OrderEntry for testing RAC.