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

[bitnami/solr] solr-exporter does not start #31089

Open
muffl0n opened this issue Dec 18, 2024 · 2 comments
Open

[bitnami/solr] solr-exporter does not start #31089

muffl0n opened this issue Dec 18, 2024 · 2 comments
Assignees
Labels
solr stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@muffl0n
Copy link
Contributor

muffl0n commented Dec 18, 2024

Name and Version

bitnami/solr 9.5.0

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Install solr chart
  2. Do not adjust the resources for the solr-exporter

What is the expected behavior?

solr-exporter should start correctly and export metrics

What do you see instead?

solr-exporter does nothing after logging Beginning metrics collection. There's no further error message and no obvious reason why it does not work.

Additional information

The resources configured by default are just too small. Default is nano which is

  "nano" (dict 
      "requests" (dict "cpu" "100m" "memory" "128Mi" "ephemeral-storage" "50Mi")
      "limits" (dict "cpu" "150m" "memory" "192Mi" "ephemeral-storage" "2Gi")
   )

We experienced, that solr-exporter needs around 600-1000MB memory. We have 8 collections in Solr with around 90GB of data so this is probably pretty low compared to other installations.

For the time being we set resourcesPreset to none which works but surely isn't the proper solution. Any other preset would not fit as well. medium might be okay for the memory, but surely not for CPU:

  "medium" (dict 
      "requests" (dict "cpu" "500m" "memory" "1024Mi" "ephemeral-storage" "50Mi")
      "limits" (dict "cpu" "750m" "memory" "1536Mi" "ephemeral-storage" "2Gi")
   )

So one has to configure custom values.

@muffl0n muffl0n added the tech-issues The user has a technical issue about an application label Dec 18, 2024
@github-actions github-actions bot added the triage Triage is needed label Dec 18, 2024
@carrodher carrodher added the solr label Dec 18, 2024
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Copy link

github-actions bot commented Jan 8, 2025

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solr stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants