On 11/8/2012 3:25 PM, Dyer, James wrote:
Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit r1405894 ?
Prior to this commit, PingRequestHandler would throw a SolrException for 503/Bad Request.
The change is that the exception isn't actually thrown but rather sent in pla
On 11/8/2012 3:25 PM, Dyer, James wrote:
Shawn,
Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit r1405894 ?
Prior to this commit, PingRequestHandler would throw a SolrException for 503/Bad Request.
The change is that the exception isn't actually thrown but rather sen
Shawn,
Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit
r1405894 ? Prior to this commit, PingRequestHandler would throw a
SolrException for 503/Bad Request. The change is that the exception isn't
actually thrown but rather sent in place of the response. This prevents
On 11/6/2012 12:25 AM, Shawn Heisey wrote:
If I use this exact same code to talk to a Solr 3.5.0 server (older
version of the SOLR-1972 patch applied) with the ping handler in the
"enabled" state, I get the following exception. The /admin/ping
handler works in a browser on both Solr versions: