Andrzej Białecki
Andrzej Białecki
@noblepaul in this PR the Scheduler depends on ClusterSingleton, that's why I imported it into this PR. Whatever the ClusterSingleton becomes it will be the version from PR-1758.
Here's a draft write-up that I came up with for running solr-operator on microk8s: ==Solr-operator on microk8s== * install microk8s `brew install ubuntu/microk8s/microk8s` * install microk8s components. This will also...
Here's an example taken from a running Solr cluster that is nonetheless non-functional (and inaccessible): ``` bash-3.2$ kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.152.183.1 443/TCP...
I noticed that the default setting for docker-edge is to use osxfs, which results in high CPU usage. It would be nice to mention that users can switch to gRPC...
If I'm reading it right, this section `solr_cluster_ops_util.determineScaleClusterOpLockIfNecessary:200` always calls Balancing if a scaleDown fails for some reason, even if vacate/populate is false, regardless of the storage options.