Re: Java 9 & solr 7.7.0

2019-03-23 Thread Jay Potharaju
I have not kept up with jdk versions ...will try with jdk 11 and see if it addresses the high cpu issue. Thanks > On Mar 23, 2019, at 11:48 AM, Jay Potharaju wrote: > > Thanks for that info Tim > >> On Mar 23, 2019, at 11:26 AM, Tim Underwood wrote: >> >> We are successfully running Solr

[ANNOUNCE] Luke 8.0.0 released

2019-03-23 Thread Tomoko Uchida
Hi, Luke 8.0.0 is out. Zip archive can be downloaded from here: https://github.com/DmitryKey/luke/releases/tag/luke-swing-8.0.0 In this release, - Lucene version was upgraded to 8.0.0. - Added 'exact hits count' checkbox to the Search tab to return the accurate total hit count. - Supported

Re: Java 9 & solr 7.7.0

2019-03-23 Thread Jay Potharaju
Thanks for that info Tim > On Mar 23, 2019, at 11:26 AM, Tim Underwood wrote: > > We are successfully running Solr 7.6.0 (and 7.5.0 before it) on OpenJDK 11 > without problems. We are also using G1. We do not use Solr Cloud but do > rely on the legacy replication. > > -Tim > > On Sat, Mar

Re: Java 9 & solr 7.7.0

2019-03-23 Thread Tim Underwood
We are successfully running Solr 7.6.0 (and 7.5.0 before it) on OpenJDK 11 without problems. We are also using G1. We do not use Solr Cloud but do rely on the legacy replication. -Tim On Sat, Mar 23, 2019 at 10:13 AM Erick Erickson wrote: > I am, in fact, trying to get a summary of all this

Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread anon
Hi Here is the curl: $ curl -I http://localhost:8080/solr/ HTTP/1.1 401 Unauthorized request, Response code: 401 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 Content-Length: 299 And the screenshot: https://i.imgur.com/PMTE3nR.png I'll also note

Re: Java 9 & solr 7.7.0

2019-03-23 Thread Erick Erickson
I am, in fact, trying to get a summary of all this together, we’ll see how successful I am. I can say that Solr is tested (and has been for quite some time) against JDK 8,9,10,11,12 and even 13. JDK9, from a 10,000 foot perspective, has a success rate in our automated tests that’s in line with

Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread Jan Høydahl
Hi Can you take a screenshot of the 401 error page you see (without login form)? Also, perhaps you could do a curl -I (show headers) request to your Solr and show what headers that Solr returns instead of the www-authenticate header? Jan > 23. mar. 2019 kl. 15:34 skrev a...@sigil.red: > > Hi

Re: Java 9 & solr 7.7.0

2019-03-23 Thread Jay Potharaju
Thanks I missed that info. Will try running with jdk9 and see if it addresses the issue. Jay > On Mar 23, 2019, at 9:00 AM, Shawn Heisey wrote: > >> On 3/23/2019 8:12 AM, Jay Potharaju wrote: >> Can I use java 9 with 7.7.0. I am planning to test if fixes issue with high >> cpu that I am

Re: Java 9 & solr 7.7.0

2019-03-23 Thread Shawn Heisey
On 3/23/2019 8:12 AM, Jay Potharaju wrote: Can I use java 9 with 7.7.0. I am planning to test if fixes issue with high cpu that I am running into. https://bugs.openjdk.java.net/browse/JDK-8129861 Was solr 7.7 tested with java 9? The info for the 7.0.0 release said it was qualified with Java

solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread anon
Hi SOLR-7896 made some changes to the admin ui login. After the changes I can no longer log in at all. I'm running standalone solr 7.7 (same with 8.0) with the following security.json: {   "authentication": {     "class": "solr.BasicAuthPlugin",     "blockUnknown": true,    

Java 9 & solr 7.7.0

2019-03-23 Thread Jay Potharaju
Hi Can I use java 9 with 7.7.0. I am planning to test if fixes issue with high cpu that I am running into. https://bugs.openjdk.java.net/browse/JDK-8129861 Was solr 7.7 tested with java 9? Thanks Jay