-
Notifications
You must be signed in to change notification settings - Fork 216
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
Application is not able to retrieve container metrics for memory usage on Ubuntu Noble stemcell #995
Comments
Looking into the issue, adding some notes for mostly myself. This is the failing job: https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/noble-stemcell-validation/jobs/run-cats/builds/16 We're failing here: We're failing in this block of code: https://github.com/cloudfoundry/cf-acceptance-tests/blob/9590d25d8fc3c651437369ad8c1ae61cabc6b54d/apps/lifecycle.go#L227-L248 |
The FIWG owns the Diego also uses the |
Should we re-run the pipeline to see whether the failure is reproducible? Looking into the noble-stemcell-validation pipeline it ran once and got that error or am I missing other runs? |
I did validation pipeline re-run and the failure is reproducible.
I'm available to follow-up together providing BBL environment access. |
Here is comparison between application push on environment with Jammy stemcell and bellatrix BBL environments where "Noble" validation is running. On "Jammy" stemcell environment memory container metric is reported successfully:
After that using cf cli with the corresponding api endpoint to get container statistics and especially memory usage:
Same application on bellatrix BBL (with "Noble" stemcell) environment the memory container metric value is 0.
Same API call as above is reporting zero memory usage:
At the same time application container shows that used memory is 517 MB
|
Current behavior
Running the CF acceptance tests in noble-stemcell-validation pipeline is failing on a test checking if instances is able to retrieve container metrics for memory usage:
Here are reported application logs:
Desired behavior
The application should successfully report container metrics for memory usage.
Affected Version
2.115.0
The text was updated successfully, but these errors were encountered: