Skip to content
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

memory leak in grafana 4.1.2 + hawkular-datasource 1.0.7 + hawkular 0.18 #63

Open
fche opened this issue Mar 2, 2017 · 3 comments
Open

Comments

@fche
Copy link

fche commented Mar 2, 2017

A pretty vanilla dockerfile based on the docker/* sample here, deployed to openshift 3.3.1.3, results in a steady memory leak. The only activity to the grafana server is a periodic (10s) liveness test to the / URL, so am not sure that the hawkular datasource is even implicated. I'm reporting here first to see if this sounds familiar.

/proc/.../maps after 12 hours of runtime
http://sprunge.us/PQOE

OS console metrics over same 12 hours
foo

@jotak
Copy link
Collaborator

jotak commented Mar 2, 2017

If I understand, your "osd-monitor" container is really just Grafana + this datasource plugin?

@fche
Copy link
Author

fche commented Mar 2, 2017

yup
wondering how to even start diagnosing such problems

@fche
Copy link
Author

fche commented Mar 2, 2017

Later testing seems to implicate the periodic health-testing inquiries from openshift. Is there any plausible hawkular-datasource linkage to this?

      livenessProbe:
        failureThreshold: 3
        httpGet:
          path: /
          port: 3000
          scheme: HTTP
        initialDelaySeconds: 1
        periodSeconds: 10
        successThreshold: 1
        timeoutSeconds: 1
      readinessProbe:
        [same]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants