-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failed retrieving actual LRP grups #4
Comments
Could you ssh into a diego cell, and run the command |
Hi Eadword, I tried executing the command in diego cell after doing ssh. It worked for me and I can see the output. In the output, i can see few connection refused logs AND NOT SURE IF THIS IS RELATED TO MONARCH. Thanks, |
If cfdot is outputting a non-zero exitcode, it will fail... Try running with the Depending on the nature of these errors, it may mean you only find out about some of the locations an app is hosted which will cause some experiments to fail. So if this "fixes" the issue, you will want to make sure that if you expect it to find 20 app instances, it finds 20 app instances. |
Hi Eadword, When i was running the master branch i was getting the issue as: Now when i tried it in lrp-group-fix branch i got the following warning/issues: Though it discovered the App i was not getting the issues as application instance not found.. Thanks, |
I am going to need some more information to debug this.
from monarch.pcf.app import App
a = App.discover("myorg", "myspce", "myappname") Some additional information: It found the app because that part just scans cf using the cfcli for apps, but it cannot find the instances because it is trying to scan through the output of cfdot to find where they are actually hosted. This is all part of the discovery step, and is not lazy; i.e. even if you don't need all the information for the experiment you are running, they are all going to be discovered. |
@biswajeet619 In addition to above questions, it would be good if we can have the version of PCF (Pivotal Cloud Foundry) you are testing this on. |
Hi @karunchennuri , The AppsMan version is 2.6.6 and OpsMan version is 2.6.11-build.210 Thanks, |
I am getting these issues when i am running the exp.json file for blocking the traffic to my app.
" Failed retrieving actual LRP grups from diego_cell/xxxxxx "
"App discovery failed because no application instances could be found!"
The text was updated successfully, but these errors were encountered: