Git Product home page Git Product logo

Comments (6)

HoustonPutman avatar HoustonPutman commented on July 23, 2024

Thanks for filing the bug! Sorry things didn't work for you out of the box.

I'm curious why the headless service doesn't work for you. I just checked because I thought that individual SolrNode Services were only created when an "IngressBaseDomain" is passed in, but it seems like they are always created and only used when an Ingress is requested.

So I guess the steps are to either:

  • Always use the individual node services for everything, basically eliminating the need for the headless service
  • Stop creating individual node services when ingresses are not requested. And figure out why the headless service isn't working correctly.

Have you been able to use headless services in you kube cluster outside of the solr operator?

from solr-operator.

aberfeldy avatar aberfeldy commented on July 23, 2024

The ingress solution works like a charm, I just don't want to ingress them to the outside, since the only ingress controller we use is facing to the public.

Yes the headless services itself work quite nicely, although I don't use them with the pod-name specified, because the headless service points to a DaemonSet. it usually picks the pod on the node the request is from anyway.

Well the quick fix would probably be using the individual services, although I'd be curious why the headless refuses the connection.

If you need additional logging or information let me know it.

from solr-operator.

HoustonPutman avatar HoustonPutman commented on July 23, 2024

Could you look through the logs and give me all of the context around what you see here? It should log out the action it's trying to take before the error is logged. That will help us figure out the exact issue.

from solr-operator.

HoustonPutman avatar HoustonPutman commented on July 23, 2024

Are you running istio, or another service mesh? There seems to be issues using headless services with them.

istio/istio#7495
istio/istio#5992

from solr-operator.

aberfeldy avatar aberfeldy commented on July 23, 2024

Sorry for the delay.
I was not able to reproduce the error. Cleaning everything up and rebuilding the operator showed no error. The solr cloud is created perfectly without any issues. I wonder why it couldn't connect to the headless before.
We don't have istio installed, there is no special service mesh used.

The only thing I need to adjust, is the memory limit for the operator. It gets OOMkilled constantly before I can even install the cloud.

from solr-operator.

HoustonPutman avatar HoustonPutman commented on July 23, 2024

Thanks for the update! It would probably be a good idea to increase those defaults.

from solr-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.