Houston Putman
Houston Putman
It definitely calls it when doing a rolling restart of an ephemeral collection, but that's because we are moving replicas around anyways. We can definitely document that better, but I'm...
Ahhhh ok then yeah certainly that's a bug. Should be an easy enough fix.
Hmmm I've looked into this again and I'm not sure anymore. It only queues a Balancing operation if a Scaling Operation is already queued. And the scaling operation is only...
This would be very helpful for users trying to test volume expansion when using KinD (which uses this provisioner by default). Is this PR still being considered for inclusion in...
> I know you mentioned there is a change in behavior in the caveat, but I do believe that this example should probably return ranges with equal counts. This one...
So after fixing the innocuous bugs in the implementations, it looks like there is no speed up here. The confidence interval finding can be up to 30% faster or so,...
> As there is now FieldExistsQuery covering a range of cases (not just even docValues & norms), this probably obsoletes complexity inside FieldType.getExistenceQuery. Can we just call that and remove...
> Suggest `main` branch only, since now changes for https://issues.apache.org/jira/browse/SOLR-14199 are also included, WDYT? So that Jira isn't actually done here. Inside Solr is removing norms on the field, but...
Ok I've undone the pointField stuff, as the only clean way is to throw an error to users. So let's do https://issues.apache.org/jira/browse/SOLR-14199 completely separately.
The issue is that the security.json file lives in Zookeeper, not in any of the Solr pods. If you don't want to delete your cluster: - You can run a...