-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retaining the cluster is causing containers to keep the port busy #20
Comments
A MINION_COUNT of 125. Impressive. We have seen this issue infrequently at lower minion counts, but it appears to happen frequently with larger counts. The method of determining the Gru instance from the minions is problematic as it requires that all 125 instances (in your case) to have a runningTaskCount of 1: Lines 111 to 117 in 068cfbb
If one of the minions crashes, the code fragment above creates an illegal IP address for Gru: |
Great, it is more impressive...it was just 1 instance, I had the compose file like this:
and on aws all I saw was 2 instances, weird, will keep checking to see If something wrong on my end. |
Oh. Take a look at the JMeter cluster in your ECS console and see how many registered instances you have. You can compare that to the output of the following command line which is used by Lucy to grab all container instances in the created cluster.
|
It looks there are two issues here:
I have a fix for number 2 above, but I am wondering how issue 1 occurred. Any additional information to help troubleshoot this? |
…ommand line Fixed bug that was partially responsible for issue #20 Added JMETER_MEMORY documentation
Sorry, could not find any additional info, but thanks, seeing you fixed some. |
Thanks for the feedback. I am closing this and merging the PR #21 today. |
If cluster is retained, after trying to do another test run, this happens:
or:
Also,
# - RETAIN_CLUSTER=false
had to comment this line or remove it in order to get the cluster deleted, probably another issue altogether.The text was updated successfully, but these errors were encountered: