[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 2315 - Failure!

2019-03-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2315/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 15520 lines...] [junit4] JVM J1: stdout was not empty, see:

[jira] [Updated] (SOLR-13301) [CVE-2019-0192] Deserialization of untrusted data via jmx.serviceUrl

2019-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-13301: - Security: Public (was: Private (Security Issue)) > [CVE-2019-0192]

CVE-2019-0192 Deserialization of untrusted data via jmx.serviceUrl in Apache Solr

2019-03-06 Thread Tomas Fernandez Lobbe
Severity: High Vendor: The Apache Software Foundation Versions Affected: 5.0.0 to 5.5.5 6.0.0 to 6.6.5 Description: ConfigAPI allows to configure Solr's JMX server via an HTTP POST request. By pointing it to a malicious RMI server, an attacker could take advantage of Solr's unsafe

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_172) - Build # 23752 - Unstable!

2019-03-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23752/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth Error Message: Expected metric minimums for prefix

[jira] [Created] (SOLR-13300) Reproducing seed in master for DistributedFacetExistsSmallTest

2019-03-06 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-13300: - Summary: Reproducing seed in master for DistributedFacetExistsSmallTest Key: SOLR-13300 URL: https://issues.apache.org/jira/browse/SOLR-13300 Project: Solr

[jira] [Updated] (SOLR-13261) Make SortableTextField work with export/streaming

2019-03-06 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-13261: -- Attachment: SOLR-13261-UseDocValuesAsStored.patch > Make SortableTextField work with

[jira] [Commented] (SOLR-13261) Make SortableTextField work with export/streaming

2019-03-06 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786366#comment-16786366 ] Erick Erickson commented on SOLR-13261: --- Additional patch addressing Hoss' concerns. I'll commit

[JENKINS] Lucene-Solr-Tests-8.x - Build # 59 - Still Unstable

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/59/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.util.TestTestInjection Error Message: 1 thread leaked from SUITE scope at org.apache.solr.util.TestTestInjection: 1) Thread[id=13,

Re: PreanalyzeField.createField()

2019-03-06 Thread David Smiley
That’s nasty; please fix it :-) On Wed, Mar 6, 2019 at 5:38 PM Gus Heck wrote: > I'm wondering what the logic behind eating this exception might be? Is > there a good reason for it? (I'm having trouble thinking of one) > > @Override > public IndexableField createField(SchemaField field, Object

[jira] [Commented] (SOLR-13166) Add smart checks for Config and Schema API in Solr to avoid malicious updates

2019-03-06 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786298#comment-16786298 ] Amrit Sarkar commented on SOLR-13166: - Hi Erick, > It looks like we can override the checks with the

[JENKINS] Lucene-Solr-repro - Build # 2981 - Unstable

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2981/ [...truncated 30 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.0/13/consoleText [repro] Revision: 3d5c48ce0edbda1f43ed630911073cae3486df6e [repro] Ant options:

[jira] [Commented] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786229#comment-16786229 ] Kevin Risden commented on SOLR-13297: - Found one reproducing seed so far: ant test 

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 37 - Still Unstable

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/37/ 2 tests failed. FAILED: org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics Error Message: expected:<4> but was:<0> Stack Trace: java.lang.AssertionError: expected:<4> but was:<0> at

[JENKINS] Lucene-Solr-Tests-master - Build # 3203 - Unstable

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3203/ 1 tests failed. FAILED: org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly Error Message: IOException occurred when talking to server at: https://127.0.0.1:37591/solr/testSegmentTerminateEarly_shard2_replica_n5

PreanalyzeField.createField()

2019-03-06 Thread Gus Heck
I'm wondering what the logic behind eating this exception might be? Is there a good reason for it? (I'm having trouble thinking of one) @Override public IndexableField createField(SchemaField field, Object value) { IndexableField f = null; try { f = fromString(field,

[JENKINS-EA] Lucene-Solr-7.x-Windows (64bit/jdk-13-ea+8) - Build # 1017 - Still Unstable!

2019-03-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/1017/ Java: 64bit/jdk-13-ea+8 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale Error Message: Error from server at

[jira] [Commented] (SOLR-13299) Solr 8 RC2 does not start on Windows with SSL/TLS enabled on Java 8

2019-03-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786168#comment-16786168 ] Uwe Schindler commented on SOLR-13299: -- Here is the patch, will commit soon to resolve this blocker

[jira] [Updated] (SOLR-13299) Solr 8 RC2 does not start on Windows with SSL/TLS enabled on Java 8

2019-03-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-13299: - Description: When trying to start the Solr 8 release candidate with Java 8 having SSL/TLS

[jira] [Comment Edited] (SOLR-13299) Solr 8 RC2 does not start on Windows with SSL/TLS enabled on Java 8

2019-03-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786168#comment-16786168 ] Uwe Schindler edited comment on SOLR-13299 at 3/6/19 10:05 PM: --- Here is the

[jira] [Updated] (SOLR-13299) Solr 8 RC2 does not start on Windows with SSL/TLS enabled on Java 8

2019-03-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-13299: - Attachment: SOLR-13299.patch > Solr 8 RC2 does not start on Windows with SSL/TLS enabled on Java

RE: [VOTE] Release Lucene/Solr 8.0.0 RC2

2019-03-06 Thread Uwe Schindler
I opened a blocker issue: https://issues.apache.org/jira/browse/SOLR-13299 The fix is easy, will commit it soon to all 3 branches. IMHO, we should respin as non-working startup script on Windows for users of secured Solr servers is a blocker. Uwe - Uwe Schindler Achterdiek

[jira] [Created] (SOLR-13299) Solr 8 RC2 does not start on Windows with SSL/TLS enabled on Java 8

2019-03-06 Thread Uwe Schindler (JIRA)
Uwe Schindler created SOLR-13299: Summary: Solr 8 RC2 does not start on Windows with SSL/TLS enabled on Java 8 Key: SOLR-13299 URL: https://issues.apache.org/jira/browse/SOLR-13299 Project: Solr

[JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 234 - Failure!

2019-03-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/234/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 2802 lines...] [junit4] JVM J1: stdout was not empty, see:

[jira] [Commented] (LUCENE-8671) Add setting for moving FST offheap/onheap

2019-03-06 Thread Ankit Jain (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786133#comment-16786133 ] Ankit Jain commented on LUCENE-8671: bq. We can then pass it down to the relevant parts and make it

[jira] [Commented] (SOLR-13237) Not all types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786106#comment-16786106 ] ASF subversion and git services commented on SOLR-13237: Commit

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-13-ea+8) - Build # 70 - Still Unstable!

2019-03-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/70/ Java: 64bit/jdk-13-ea+8 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.handler.TestSQLHandler.doTest Error Message: --> http://127.0.0.1:55434/j_iai/p/collection1_shard2_replica_n2:Failed

Re: VOTE: Release Apache Solr Ref Guide for 7.7

2019-03-06 Thread Cassandra Targett
+1. Thanks Jason for running this release. Cassandra On Mar 4, 2019, 9:29 AM -0600, Jason Gerlowski , wrote: > Please vote to release the Solr Ref Guide for 7.7. > > The PDF artifacts can be downloaded from: >

[jira] [Commented] (SOLR-13237) Not all types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786103#comment-16786103 ] ASF subversion and git services commented on SOLR-13237: Commit

[jira] [Commented] (SOLR-13237) Not all types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786104#comment-16786104 ] ASF subversion and git services commented on SOLR-13237: Commit

[jira] [Commented] (SOLR-13237) Not all types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786105#comment-16786105 ] ASF subversion and git services commented on SOLR-13237: Commit

[GitHub] [lucene-solr] gerlowskija commented on issue #575: SOLR-13235: Split Collections API Ref Guide page

2019-03-06 Thread GitBox
gerlowskija commented on issue #575: SOLR-13235: Split Collections API Ref Guide page URL: https://github.com/apache/lucene-solr/pull/575#issuecomment-470254065 > Do you know more about how it works ... No. In fact, apparently I know less. Not sure what I was thinking. Looking

RE: [VOTE] Release Lucene/Solr 8.0.0 RC2

2019-03-06 Thread Uwe Schindler
It looks like on Linux the Solr start script correctly sets module in jetty, so it disables http2 on Java 8. I have not tested this but it looks like on Windows the if statement is missing. If we cannot fix this soon we may release a Bugfix Version later, but this would prevent Windows users

RE: [VOTE] Release Lucene/Solr 8.0.0 RC2

2019-03-06 Thread Uwe Schindler
Hi, I also checked the RC2. First automated smoke testing with Policeman Jenkins resulted in a +1 from Policeman Jenkins: https://jenkins.thetaphi.de/job/Lucene-Solr-Release-Tester/15/console SUCCESS! [2:42:28.295475] The testing was done with Java 8 and Java 9 (this is why it took

[jira] [Commented] (SOLR-13287) Allow zplot to visualize probability distributions in Apache Zeppelin

2019-03-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786024#comment-16786024 ] ASF subversion and git services commented on SOLR-13287: Commit

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 1273 - Still Failing

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1273/ No tests ran. Build Log: [...truncated 23440 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[jira] [Created] (SOLR-13298) Allow zplot Stream to plot matrices in Apache Zeppelin

2019-03-06 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-13298: - Summary: Allow zplot Stream to plot matrices in Apache Zeppelin Key: SOLR-13298 URL: https://issues.apache.org/jira/browse/SOLR-13298 Project: Solr Issue

[jira] [Commented] (SOLR-13287) Allow zplot to visualize probability distributions in Apache Zeppelin

2019-03-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786017#comment-16786017 ] ASF subversion and git services commented on SOLR-13287: Commit

[jira] [Commented] (SOLR-9882) exceeding timeAllowed causes ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

2019-03-06 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785990#comment-16785990 ] Lucene/Solr QA commented on SOLR-9882: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 23750 - Unstable!

2019-03-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23750/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic Error Message: {} expected:<1> but was:<0>

[jira] [Commented] (LUCENE-8712) Polygon2D does not detect crossings in some cases

2019-03-06 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785989#comment-16785989 ] Lucene/Solr QA commented on LUCENE-8712: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote

[jira] [Commented] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785974#comment-16785974 ] Kevin Risden commented on SOLR-13297: - Uploaded two examples of HdfsUnloadDistributedZkTest *

[jira] [Commented] (SOLR-12993) Split the state.json into 2. a small frequently modified data + a large unmodified data

2019-03-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785978#comment-16785978 ] Noble Paul commented on SOLR-12993: --- bq.Error prone how? Apparently the cost of watching got better

[jira] [Updated] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-13297: Component/s: Tests > StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

[jira] [Updated] (SOLR-9515) Update to Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-9515: --- Component/s: hdfs Hadoop Integration > Update to Hadoop 3 > -- > >

[jira] [Updated] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-13297: Component/s: hdfs Hadoop Integration > StressHdfsTest and

[jira] [Assigned] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-13297: --- Assignee: Kevin Risden > StressHdfsTest and HdfsUnloadDistributedZkTest fail more often

[jira] [Updated] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-13297: Attachment: builds.a.o_solr_badapple_nightly_8x_7.txt.gz > StressHdfsTest and

[jira] [Updated] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-13297: Attachment: builds.a.o_solr_repro_2965.txt.gz > StressHdfsTest and HdfsUnloadDistributedZkTest

[jira] [Comment Edited] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785969#comment-16785969 ] Kevin Risden edited comment on SOLR-13297 at 3/6/19 6:06 PM: - Uploaded two

[jira] [Commented] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785969#comment-16785969 ] Kevin Risden commented on SOLR-13297: - Uploaded two examples of StressHdfsTest. > StressHdfsTest and

[jira] [Updated] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-13297: Attachment: builds.a.o_solr_nightly_8x_36.txt.gz

[jira] [Updated] (SOLR-13237) Not all types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-13237: Summary: Not all types of index corruption garuntee a leader will "give up its leadership" (was: Not al

[jira] [Updated] (SOLR-13135) Add qqplot function to perform quantile plots in Apache Zeppelin

2019-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13135: -- Description: **This ticket will add the *qqplot* Stream Evaluator for probability

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785948#comment-16785948 ] Kevin Risden commented on SOLR-9515: Thanks for pointing those out. I saw them on the report and saw a

[jira] [Commented] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785958#comment-16785958 ] Kevin Risden commented on SOLR-13297: - Need to find some examples of these failures from either

[jira] [Commented] (SOLR-13237) Not al types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785953#comment-16785953 ] Hoss Man commented on SOLR-13237: - I've updated the issue summary with some notes regarding the

[jira] [Commented] (LUCENE-8692) IndexWriter.getTragicException() nay not reflect all corrupting exceptions (notably: NoSuchFileException)

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785941#comment-16785941 ] Hoss Man commented on LUCENE-8692: -- {quote}I think we need to be careful here. From my perspective

[jira] [Created] (SOLR-13297) StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3

2019-03-06 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-13297: --- Summary: StressHdfsTest and HdfsUnloadDistributedZkTest fail more often after Hadoop 3 Key: SOLR-13297 URL: https://issues.apache.org/jira/browse/SOLR-13297 Project:

[jira] [Updated] (SOLR-13135) Add qqplot function to perform quantile plots in Apache Zeppelin

2019-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13135: -- Description: This ticket will add the *qqplot* (quantile plot) Stream Evaluator for

[jira] [Updated] (SOLR-13135) Add qqplot function to perform quantile plots in Apache Zeppelin

2019-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13135: -- Description: This ticket will add the *qqplot* Stream Evaluator for probability distributions

[jira] [Updated] (SOLR-13237) Not al types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-13237: Description: While investigating failures from LeaderTragicEventTest, I've found some reproducible

[jira] [Updated] (SOLR-13237) Not al types of index corruption garuntee a leader will "give up its leadership"

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-13237: Description: While investigating failures from LeaderTragicEventTest, I've found some reproducible

[jira] [Updated] (SOLR-13135) Add qqplot function to perform quantile plots in Apache Zeppelin

2019-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13135: -- Summary: Add qqplot function to perform quantile plots in Apache Zeppelin (was: Add tplot,

[jira] [Updated] (LUCENE-8692) IndexWriter.getTragicException() may not reflect all corrupting exceptions (notably: NoSuchFileException)

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-8692: - Description: Backstory... Solr has a "LeaderTragicEventTest" which uses MockDirectoryWrapper's

[jira] [Updated] (LUCENE-8692) IndexWriter.getTragicException() may not reflect all corrupting exceptions (notably: NoSuchFileException)

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-8692: - Summary: IndexWriter.getTragicException() may not reflect all corrupting exceptions (notably:

[jira] [Comment Edited] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785861#comment-16785861 ] Hoss Man edited comment on SOLR-13276 at 3/6/19 5:34 PM: - dat: your new

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785896#comment-16785896 ] Hoss Man commented on SOLR-9515: Kevin: StressHdfsTest and HdfsUnloadDistributedZkTest have both should an

Re: [VOTE] Release Lucene/Solr 8.0.0 RC2

2019-03-06 Thread Kevin Risden
+1 SUCCESS! [1:24:46.307985] Kevin Risden On Wed, Mar 6, 2019 at 6:09 AM Ignacio Vera wrote: > +1 > > > SUCCESS! [1:18:56.419526] > > On Wed, Mar 6, 2019 at 11:53 AM Adrien Grand wrote: > >> +1 >> Smoke tester passed. >> Changes look good. >> Lucene javadocs look good. >> I'm getting a

[jira] [Commented] (SOLR-13261) Make SortableTextField work with export/streaming

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785877#comment-16785877 ] Hoss Man commented on SOLR-13261: - {quote}I can do that if you agree that's the correct solution. {quote}

[jira] [Reopened] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-13276: - dat: your new CloudHttp2SolrClientTest has been failing ~8% of the jenkins builds due to leaked objects ..

Re: Welcome Ignacio Vera to the PMC

2019-03-06 Thread Joel Bernstein
Welcome Ignacio! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Mar 6, 2019 at 7:58 AM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Welcome Ignacio! > > From: dev@lucene.apache.org At: 03/04/19 09:09:50 > To: dev@lucene.apache.org > Subject: Welcome

[GitHub] [lucene-solr] apoorvprecisely commented on issue #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet

2019-03-06 Thread GitBox
apoorvprecisely commented on issue #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet URL: https://github.com/apache/lucene-solr/pull/597#issuecomment-470172380 @gd-spb-e1m for syntax, just for the sake of PR I assumed something like this ```

[GitHub] [lucene-solr] apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet

2019-03-06 Thread GitBox
apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet URL: https://github.com/apache/lucene-solr/pull/597#discussion_r263016047 ## File path:

[GitHub] [lucene-solr] apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet

2019-03-06 Thread GitBox
apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet URL: https://github.com/apache/lucene-solr/pull/597#discussion_r263015390 ## File path:

[GitHub] [lucene-solr] apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet

2019-03-06 Thread GitBox
apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet URL: https://github.com/apache/lucene-solr/pull/597#discussion_r263014860 ## File path:

[GitHub] [lucene-solr] apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet

2019-03-06 Thread GitBox
apoorvprecisely commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet URL: https://github.com/apache/lucene-solr/pull/597#discussion_r263012361 ## File path:

[jira] [Commented] (SOLR-13268) Clean up any test failures resulting from defaulting to async logging

2019-03-06 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785763#comment-16785763 ] Erick Erickson commented on SOLR-13268: --- OK, 2 days later rather than "later today". I've been

[jira] [Commented] (SOLR-13268) Clean up any test failures resulting from defaulting to async logging

2019-03-06 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785770#comment-16785770 ] Kevin Risden commented on SOLR-13268: - My rough two cents are, we should have a base class that all

[JENKINS] Lucene-Solr-Tests-8.x - Build # 58 - Unstable

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/58/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest Error Message: ObjectTracker found 6 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper,

[jira] [Commented] (LUCENE-8716) Test logging can bleed from one suite to another, cause failures due to sysout limits

2019-03-06 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785725#comment-16785725 ] Erick Erickson commented on LUCENE-8716: I've pushed the shutdown un-comment bit yesterday and

Re: Query about solr volunteers to mentor: GSoC 19

2019-03-06 Thread David Smiley
Yes, +1 to Ishan's sentiment. If Solr exposes functionality, the admin UI may use that functionality. Nazareen: What did you mean by "Also, adding multi-highlighting feature"? If there is a JIRA issue you saw then refer to it. I think the UnifiedHighlighter issue with the SurroundQParser is

[jira] [Resolved] (SOLR-13198) NullPointerException in org.apache.solr.search.QParser.getParser

2019-03-06 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-13198. - Resolution: Duplicate > NullPointerException in org.apache.solr.search.QParser.getParser

[jira] [Closed] (SOLR-13198) NullPointerException in org.apache.solr.search.QParser.getParser

2019-03-06 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev closed SOLR-13198. --- > NullPointerException in org.apache.solr.search.QParser.getParser >

[jira] [Commented] (LUCENE-8671) Add setting for moving FST offheap/onheap

2019-03-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785703#comment-16785703 ] Simon Willnauer commented on LUCENE-8671: - I don't think we should add a setter to FieldInfo.

[GitHub] [lucene-solr] gd-spb-e1m commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet

2019-03-06 Thread GitBox
gd-spb-e1m commented on a change in pull request #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet URL: https://github.com/apache/lucene-solr/pull/597#discussion_r262965022 ## File path:

Re: 7.x Jenkins jobs disabled on ASF Jenkins

2019-03-06 Thread Kevin Risden
It would also be good to get the 7.x builds disabled on Uwe's Jenkins as well? https://jenkins.thetaphi.de/ Kevin Risden On Tue, Mar 5, 2019 at 1:33 PM Erick Erickson wrote: > Cool, as time passes (it’ll need another month), the BadApple stuff will > be more meaningful. Stay tuned for further

[JENKINS] Lucene-Solr-repro - Build # 2978 - Unstable

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2978/ [...truncated 29 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1272/consoleText [repro] Revision: 7bfe7b265a4091048707e782657f622e937b6e70 [repro] Ant options:

[GitHub] [lucene-solr] romseygeek commented on issue #581: LUCENE-3041: QueryVisitor

2019-03-06 Thread GitBox
romseygeek commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-470120031 > Query.visit should be an abstract Sure, I'll push some changes. This is an

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-03-06 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r262954753 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,81 @@ +/* + * Licensed to

[GitHub] [lucene-solr] s1monw commented on issue #581: LUCENE-3041: QueryVisitor

2019-03-06 Thread GitBox
s1monw commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-470118480 > Query.visit should be an abstract +1 This is an automated message from the Apache

4 Apache Events in 2019: DC Roadshow soon; next up Chicago, Las Vegas, and Berlin!

2019-03-06 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this because you are subscribed to one or more user mailing lists for an Apache Software Foundation project.) TL;DR: * Apache Roadshow DC is in 3 weeks. Register now at https://apachecon.com/usroadshowdc19/ * Registration for Apache Roadshow Chicago is

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk1.8.0_172) - Build # 1016 - Still Unstable!

2019-03-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/1016/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:52606

[GitHub] [lucene-solr] dsmiley commented on issue #581: LUCENE-3041: QueryVisitor

2019-03-06 Thread GitBox
dsmiley commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-470115757 I'm not sure if my comment got lost somewhere but I strongly feel that Query.visit should be an abstract method. Each subclass ought to determine what to

[jira] [Commented] (SOLR-12993) Split the state.json into 2. a small frequently modified data + a large unmodified data

2019-03-06 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785641#comment-16785641 ] Gus Heck commented on SOLR-12993: - Error prone how? Apparently the cost of watching got better recently,

[jira] [Commented] (SOLR-12993) Split the state.json into 2. a small frequently modified data + a large unmodified data

2019-03-06 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785648#comment-16785648 ] Gus Heck commented on SOLR-12993: - Also interesting, but as yet unresolved:

[jira] [Commented] (LUCENE-8492) UnifiedHighlighter does not work with Surround query parser (SurroundQParser)

2019-03-06 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785645#comment-16785645 ] David Smiley commented on LUCENE-8492: -- I think this issue will be solved automatically once

[JENKINS] Lucene-Solr-NightlyTests-8.0 - Build # 13 - Still unstable

2019-03-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.0/13/ 1 tests failed. FAILED: org.apache.solr.search.mlt.SimpleMLTQParserTest.doTest Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at

[GitHub] [lucene-solr] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-03-06 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r262939635 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,81 @@ +/* + * Licensed to the

[jira] [Commented] (LUCENE-8692) IndexWriter.getTragicException() nay not reflect all corrupting exceptions (notably: NoSuchFileException)

2019-03-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785625#comment-16785625 ] Simon Willnauer commented on LUCENE-8692: - {quote} For now I've updated the patch to take the

[jira] [Commented] (SOLR-13126) Multiplicative boost of isn't applied when one of the summed or multiplied queries doesn't match

2019-03-06 Thread Andrzej Wislowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785624#comment-16785624 ] Andrzej Wislowski commented on SOLR-13126: -- I wonder whether this fix (return true) should be

  1   2   >