David Smiley

Results 78 issues of David Smiley

This script can be used to list contributors as indicated in CHANGES.txt so that we can easily thank them in our release notes. I tested it on 9.6 and I'm...

stale
scripts

https://issues.apache.org/jira/browse/SOLR-17347 Given how new EnvUtils is, let's not worry about back-compat. We could keep the name as-is; it's fine. Env utils are mapped to properties.

test-framework
client:solrj
module:opentelemetry
tests
cat:cloud
cat:cli
cat:api

IMO it's wrong for SolrIndexSearcher.search(QueryCommand) to also take a QueryResult param and not return it. It's an "out" parameter, but there is no need for this! This PR deprecates that...

tests
cat:search

It's a kitchen sink API that is redundant with finer grain endpoints. https://issues.apache.org/jira/browse/SOLR-17422 I generated the ref guide to review what the modified page looked like. Not ideal but it...

documentation
tests

Instead of longer code that accomplishes the same.

client:solrj
tests
cat:cloud
cat:cli

Avoids exposing Solr's host & port in the HTTP Location header in certain cases. Can be removed in Jetty 12, as the default setting changes there. https://github.com/jetty/jetty.project/issues/11014 (I've not yet...

jetty-server

Fixes Jetty HTTP2 cancel_stream_error by removing the flow control limit. I was encountering this issue with CloudIndexing, esp when using single-node, single-replica, single-shard -- like 30K ops/sec. It'd routinely fail....

test-framework

Also note we extend HttpFilter instead of ServletFilter. https://issues.apache.org/jira/browse/SOLR-17485

jetty-server

* Moved HttpSolrCall.getResponseWriter to SolrQueryRequest * Subtle improvements to make ContentStream work when they might not have https://issues.apache.org/jira/browse/SOLR-17390

jetty-server
client:solrj
tests
cat:search