Giter Site home page Giter Site logo

Comments (3)

HoustonPutman avatar HoustonPutman commented on June 23, 2024

So if you deploy Solr using the "provided" zookeeper, then it will be managed in tandem with your SolrCloud. If you want the Zookeeper Cluster's lifecycle to be independent of the Solr lifecycle, you will need to manage it separately.

I would recommend in that case to use the Bitnami Zookeeper Helm chart rather than the Zookeeper Operator's offering.
https://artifacthub.io/packages/helm/bitnami/zookeeper

You would install that by itself, and then find the Zookeeper connection String.
Then in the Solr helm values file, you would use that as the "zk.address" option (and not provide any "zk.provided.*" option).
See the solr helm chart's options for more details: https://artifacthub.io/packages/helm/apache-solr/solr#zk-options

from solr-operator.

brickpattern avatar brickpattern commented on June 23, 2024

If i had started with inbuilt ZK, would the above approach of specifying zk.address for a standalone ZK will still work?

I would like to retain the data in the solrCloud when cutting over to new ZK.

from solr-operator.

janhoy avatar janhoy commented on June 23, 2024

You could call the BACKUP API in order to backup the content from Zookeeper, then RESTORE once you have the new cluster and ZK installed. Or you can find one of the Zookeeper commandline utilities out there (search for it) which will let you backup/restore the content of ZK.

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.