Jason Gerlowski

Results 20 issues of Jason Gerlowski

Tripped soft (i.e. 'warnOnly=true') breakers are logged in a single message for each request, whether or not there are any 'hard' breakers that will ultimately block the request from proceeding....

documentation
tests
cat:search

https://issues.apache.org/jira/browse/SOLR-17044 # Description URL building logic in SolrJ is complex and is duplicated in several places. This leads to bugs and added maintenance effort. # Solution This PR consolidates much...

client:solrj
tests

https://issues.apache.org/jira/browse/SOLR-17302 # Description Solr has slowly been modifying its v2 APIs to align around a more REST-ful model, implemented using the JAX-RS framework. Many APIs have already been through this...

tests
cat:api
cat:packagemanager

https://issues.apache.org/jira/browse/SOLR-17044 # Description SolrJ often needs to know whether a given request is for a v1 or v2 API, but doesn't have an easy way to do so. The best...

client:solrj
stale
cat:packagemanager

# Description Prior to this commit, Solr only supported running embedded-ZK in "standalone" mode (which cannot take part in any larger ZK ensemble or quorum). But there are usecases that...

jetty-server
client:solrj
cat:api

https://issues.apache.org/jira/browse/SOLR-17195 # Description Prefix-based queries consume memory in proportion to the number of terms in the index that start with the prefix. Short prefixes tend to match many more indexed...

documentation
configs
tests
cat:search
cat:schema

https://issues.apache.org/jira/browse/SOLR-17419 # Description The default ShardHandler implementation, HttpShardHandler, sends all shard-requests serially, only parallelizing the waiting and parsing of responses. This works great for collections with few shards, but as...

documentation
configs
cat:search

# Description SolrQueryRequest is a non-threadsafe type, but was being shared across executor threads during UpdateLog replay. This introduces a number of issues, not the least being a ConcurrentModificationException if...

cat:index

Hopefully these docs will answer a lot of questions I had when troubleshooting a recent outage of our ASF Jenkins agents. # Checklist Please review the following and check all...

documentation

https://issues.apache.org/jira/browse/SOLR-16390 # Description Solr has slowly been modifying its v2 APIs to align around a more REST-ful model. Many APIs have already been through this re-alignment but many more remain,...

exempt-stale