I've a distributed JMeter setup with 1 client (controller) and 2 servers (generators).
Asked
Active
Viewed 143 times
1 Answers
1
No there is no such configuration option and it is advised to restart servers.
Usually this is due to connectivity issues between server and controller like port not open.
For reference properties have a look at:
For 1/ you can add this to user.properties:
client.continue_on_fail=true server.exitaftertest=true

UBIK LOAD PACK
- 33,980
- 5
- 71
- 116
-
Thanks @UBIK. What I understand then is that if this happens we should restart the test execution altogether. Also any insight on Ques 1? Can we prevent the controller hanging part, in case we want to continue with the remaining generators? – Madhuri Jain Aug 25 '20 at 06:03
-
I updated answer, if ok you should accept it and upvote, thanks – UBIK LOAD PACK Aug 25 '20 at 06:08
-
Thanks @UBIK. I do get for point #2 but for #1 the controller still hangs after passing these attributes. – Madhuri Jain Aug 25 '20 at 06:31