Jason Gerlowski
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....
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...
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...
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...
# 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...
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...
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...
# 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...
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...
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,...