[jira] [Commented] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533263#comment-16533263 ] mosh commented on SOLR-12441: - {quote}What did you think of my suggestion to use some other separator char

[JENKINS] Solr-reference-guide-master - Build # 8661 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8661/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Comment Edited] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533259#comment-16533259 ] mosh edited comment on SOLR-12441 at 7/5/18 4:57 AM: - I will have a look at using

[jira] [Commented] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533259#comment-16533259 ] mosh commented on SOLR-12441: - I will have a look at using docID order. I was thinking this could be used to

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200233323 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200233243 --- Diff: solr/core/src/java/org/apache/solr/schema/IndexSchema.java --- @@ -107,6 +107,8 @@ public static final String

[jira] [Commented] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533256#comment-16533256 ] David Smiley commented on SOLR-12441: - What for? FYI the relative order between siblings is the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200230960 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,120 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200231147 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200231503 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200230404 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,120 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200230779 --- Diff: solr/core/src/java/org/apache/solr/schema/IndexSchema.java --- @@ -107,6 +107,8 @@ public static final String

[jira] [Updated] (SOLR-12536) Enhance autoscaling policy to equally distribute replicas on the basis of arbitrary properties

2018-07-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-12536: -- Description: *example:1* {code:java} {"replica" : "#EQUAL" , "shard" : "#EACH" , "port" : "#EACH" }

[jira] [Updated] (SOLR-12536) Enhance autoscaling policy to equally distribute replicas on the basis of arbitrary properties

2018-07-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-12536: -- Description: *example:1* {code:java} {"replica" : "#EQUAL" , "shard" : "#EACH" , "port" : "#EACH" }

[jira] [Updated] (SOLR-12495) Enhance the Autoscaling policy syntax to evenly distribute replicas among nodes

2018-07-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-12495: -- Description: Support a new function value for {{replica= "#EQUAL"}} {{#EQUAL}} means the equal no:of

[jira] [Commented] (SOLR-11764) preanalyzed field with highlight option throws exception

2018-07-04 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533251#comment-16533251 ] David Smiley commented on SOLR-11764: - If "full term vectors" works, then wouldn't putting offsets in

[JENKINS] Solr-reference-guide-master - Build # 8660 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8660/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Commented] (LUCENE-8377) CI failure in TestAssertingDocValuesFormat

2018-07-04 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533247#comment-16533247 ] Erick Erickson commented on LUCENE-8377: Ran 1,000 tests with those flags and no failures. This

[jira] [Commented] (SOLR-112) Hierarchical Handler Config

2018-07-04 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533246#comment-16533246 ] David Smiley commented on SOLR-112: --- +1 to close; initParams is probably good enough (albeit I'd rather

[jira] [Assigned] (SOLR-11694) UIMA Contrib no longer works with Alchemy keys

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch reassigned SOLR-11694: Assignee: Alexandre Rafalovitch > UIMA Contrib no longer works with

[jira] [Closed] (SOLR-2336) waitFLush, waitSearcher on optimize does not come back immediately

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch closed SOLR-2336. --- > waitFLush, waitSearcher on optimize does not come back immediately >

[jira] [Commented] (SOLR-1444) Add option in solrconfig.xml to override the LogMergePolicy "calibrateSizeByDeletes"

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533225#comment-16533225 ] Alexandre Rafalovitch commented on SOLR-1444: - There is now

[JENKINS] Solr-reference-guide-master - Build # 8659 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8659/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Resolved] (SOLR-1363) Search without using caches

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch resolved SOLR-1363. - Resolution: Implemented Fix Version/s: (was: 6.0)

[jira] [Commented] (SOLR-1212) TestNG Test Case

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533217#comment-16533217 ] Alexandre Rafalovitch commented on SOLR-1212: - JUnit seems to have won this fight after all.

[jira] [Commented] (SOLR-650) facet.field should accept field names separated by spaces or commas

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533214#comment-16533214 ] Alexandre Rafalovitch commented on SOLR-650: We now have JSON facets and this proposal has -1

[jira] [Commented] (SOLR-534) Return all query results with parameter rows=-1

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533206#comment-16533206 ] Alexandre Rafalovitch commented on SOLR-534: We now have cursor-paging as well as export

[jira] [Commented] (LUCENE-8384) SoftDeleteCount assertion in SoftPendingDeletes violated

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533203#comment-16533203 ] ASF subversion and git services commented on LUCENE-8384: - Commit

[jira] [Commented] (SOLR-112) Hierarchical Handler Config

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533202#comment-16533202 ] Alexandre Rafalovitch commented on SOLR-112: We now have initParams and useParams. This should

[jira] [Commented] (LUCENE-8384) SoftDeleteCount assertion in SoftPendingDeletes violated

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533188#comment-16533188 ] ASF subversion and git services commented on LUCENE-8384: - Commit

[jira] [Commented] (SOLR-2834) SolrJ Field and Document Analyzes Response classes cannot parse CharFilter information

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533186#comment-16533186 ] ASF subversion and git services commented on SOLR-2834: --- Commit

[jira] [Commented] (LUCENE-8384) SoftDeleteCount assertion in SoftPendingDeletes violated

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533179#comment-16533179 ] ASF subversion and git services commented on LUCENE-8384: - Commit

[jira] [Commented] (SOLR-2834) SolrJ Field and Document Analyzes Response classes cannot parse CharFilter information

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533173#comment-16533173 ] ASF subversion and git services commented on SOLR-2834: --- Commit

[JENKINS] Solr-reference-guide-master - Build # 8658 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8658/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

Re: [SECURITY] CVE-2018-8026: XXE vulnerability due to Apache Solr configset upload (exchange rate provider config / enum field config / TIKA parsecontext)

2018-07-04 Thread will martin
The cve id was reserved in April. The jira ticket 1 mo ago. Is this the first notice to this list? Thx On Wed, Jul 4, 2018, 12:56 PM Uwe Schindler wrote: > CVE-2018-8026: XXE vulnerability due to Apache Solr configset upload > (exchange rate provider config / enum field config / TIKA

[JENKINS] Solr-reference-guide-master - Build # 8657 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8657/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533146#comment-16533146 ] ASF subversion and git services commented on LUCENE-8381: - Commit

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533143#comment-16533143 ] ASF subversion and git services commented on LUCENE-8381: - Commit

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533138#comment-16533138 ] ASF subversion and git services commented on LUCENE-8381: - Commit

[JENKINS] Solr-reference-guide-master - Build # 8656 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8656/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 254 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/254/ No tests ran. Build Log: [...truncated 24200 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[JENKINS] Solr-reference-guide-master - Build # 8655 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8655/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22386 - Unstable!

2018-07-04 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22386/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple Error Message: Waiting for collection testSimple2 null Live

[JENKINS] Solr-reference-guide-master - Build # 8654 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8654/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[JENKINS] Solr-reference-guide-master - Build # 8653 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8653/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Commented] (SOLR-12356) Always auto-create ".system" collection when in SolrCloud mode

2018-07-04 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533050#comment-16533050 ] Gus Heck commented on SOLR-12356: - I don't like the idea of things being hidden (in general). And I think

[JENKINS] Solr-reference-guide-master - Build # 8652 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8652/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Commented] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533029#comment-16533029 ] Jan Høydahl commented on SOLR-12441: Why would nest_path need to be unique? Guess there could be a

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4717 - Unstable!

2018-07-04 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4717/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir Error Message: Captured an uncaught exception in thread: Thread[id=474,

[JENKINS] Solr-reference-guide-master - Build # 8651 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8651/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533009#comment-16533009 ] ASF subversion and git services commented on LUCENE-8381: - Commit

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533006#comment-16533006 ] ASF subversion and git services commented on LUCENE-8381: - Commit

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532995#comment-16532995 ] ASF subversion and git services commented on LUCENE-8381: - Commit

[JENKINS] Solr-reference-guide-master - Build # 8650 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8650/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[JENKINS] Solr-reference-guide-master - Build # 8649 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8649/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Comment Edited] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16502049#comment-16502049 ] Uwe Schindler edited comment on SOLR-12450 at 7/4/18 5:00 PM: -- I attached a

[SECURITY] CVE-2018-8026: XXE vulnerability due to Apache Solr configset upload (exchange rate provider config / enum field config / TIKA parsecontext)

2018-07-04 Thread Uwe Schindler
CVE-2018-8026: XXE vulnerability due to Apache Solr configset upload (exchange rate provider config / enum field config / TIKA parsecontext) Severity: High Vendor: The Apache Software Foundation Versions Affected: Solr 6.0.0 to 6.6.4 Solr 7.0.0 to 7.3.1 Description: The details of this

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-11-ea+14) - Build # 22384 - Unstable!

2018-07-04 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22384/ Java: 64bit/jdk-11-ea+14 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.TestLockTree.testLocks Error Message: expected:<2> but was:<3> Stack Trace: java.lang.AssertionError:

[jira] [Commented] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532948#comment-16532948 ] ASF subversion and git services commented on SOLR-12450: Commit

[jira] [Commented] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532947#comment-16532947 ] ASF subversion and git services commented on SOLR-12450: Commit

[jira] [Commented] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532945#comment-16532945 ] ASF subversion and git services commented on SOLR-12450: Commit

[jira] [Commented] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532939#comment-16532939 ] ASF subversion and git services commented on SOLR-12450: Commit

[jira] [Comment Edited] (SOLR-9477) UpdateRequestProcessors ignore child documents

2018-07-04 Thread Vasili Logvinov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532935#comment-16532935 ] Vasili Logvinov edited comment on SOLR-9477 at 7/4/18 4:35 PM: --- I found

[jira] [Comment Edited] (SOLR-9477) UpdateRequestProcessors ignore child documents

2018-07-04 Thread Vasili Logvinov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532935#comment-16532935 ] Vasili Logvinov edited comment on SOLR-9477 at 7/4/18 4:35 PM: --- I found

[jira] [Commented] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532937#comment-16532937 ] ASF subversion and git services commented on SOLR-12450: Commit

[jira] [Comment Edited] (SOLR-9477) UpdateRequestProcessors ignore child documents

2018-07-04 Thread Vasili Logvinov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532935#comment-16532935 ] Vasili Logvinov edited comment on SOLR-9477 at 7/4/18 4:34 PM: --- I found

[jira] [Commented] (SOLR-9477) UpdateRequestProcessors ignore child documents

2018-07-04 Thread Vasili Logvinov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532935#comment-16532935 ] Vasili Logvinov commented on SOLR-9477: --- I found workaround for myself. *

[jira] [Commented] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532934#comment-16532934 ] Uwe Schindler commented on SOLR-12450: -- Releases 7.4.0 and 6.6.5 of Apache Solr are fixing this

[JENKINS] Solr-reference-guide-7.4 - Build # 26 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-7.4/26/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-7.4 > git rev-parse

[jira] [Updated] (SOLR-12450) CVE-2018-8026: More XXE vulns in code using DocumentBuilder

2018-07-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-12450: - Security: Public (was: Private (Security Issue)) > CVE-2018-8026: More XXE vulns in code using

[JENKINS] Solr-reference-guide-master - Build # 8648 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8648/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

Re: [ANNOUNCE] Apache Lucene 6.6.5 released

2018-07-04 Thread Ishan Chattopadhyaya
Apologies for the confusion. Sloppy on my part. This release of Lucene didn't contain any changes. On Wed 4 Jul, 2018, 14:39 Rob Audenaerde, wrote: > "This release contains one bug fix." > > http://lucene.apache.org/core/6_6_5/changes/Changes.html > No changes. > > Something does not add up? >

[jira] [Resolved] (SOLR-12235) Incomplete debugQuery info when using edismax and boost param

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch resolved SOLR-12235. -- Resolution: Duplicate Reported as fixed by the issue creator. > Incomplete

[jira] [Closed] (SOLR-12235) Incomplete debugQuery info when using edismax and boost param

2018-07-04 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch closed SOLR-12235. > Incomplete debugQuery info when using edismax and boost param >

[jira] [Commented] (SOLR-12235) Incomplete debugQuery info when using edismax and boost param

2018-07-04 Thread Stefan Langenmaier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532881#comment-16532881 ] Stefan Langenmaier commented on SOLR-12235: --- I tested Solr 7.4 and I can no longer reproduce

[jira] [Commented] (LUCENE-8384) SoftDeleteCount assertion in SoftPendingDeletes violated

2018-07-04 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532856#comment-16532856 ] Nhat Nguyen commented on LUCENE-8384: - +1 LGTM. Thanks [~simonw] for digging. > SoftDeleteCount

[JENKINS] Lucene-Solr-Tests-7.x - Build # 665 - Still Unstable

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/665/ 1 tests failed. FAILED: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir Error Message: Captured an uncaught exception in thread: Thread[id=7101, name=cdcr-replicator-2754-thread-1, state=RUNNABLE,

[JENKINS] Solr-reference-guide-master - Build # 8647 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8647/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Comment Edited] (LUCENE-8384) SoftDeleteCount assertion in SoftPendingDeletes violated

2018-07-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532843#comment-16532843 ] Simon Willnauer edited comment on LUCENE-8384 at 7/4/18 2:52 PM: - here

[jira] [Commented] (SOLR-12495) Enhance the Autoscaling policy syntax to evenly distribute replicas among nodes

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532835#comment-16532835 ] ASF subversion and git services commented on SOLR-12495: Commit

[GitHub] lucene-solr issue #412: SOLR-12533 Collection collection fails if metrics ar...

2018-07-04 Thread gezapeti
Github user gezapeti commented on the issue: https://github.com/apache/lucene-solr/pull/412 The change was committed. Thanks! --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[GitHub] lucene-solr pull request #412: SOLR-12533 Collection collection fails if met...

2018-07-04 Thread gezapeti
Github user gezapeti closed the pull request at: https://github.com/apache/lucene-solr/pull/412 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (SOLR-12495) Enhance the Autoscaling policy syntax to evenly distribute replicas among nodes

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532834#comment-16532834 ] ASF subversion and git services commented on SOLR-12495: Commit

[jira] [Comment Edited] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532718#comment-16532718 ] mosh edited comment on SOLR-12441 at 7/4/18 2:25 PM: - I have been thinking about a

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532819#comment-16532819 ] Simon Willnauer commented on LUCENE-8381: - +1 LGTM > IW counts hard-deletes as soft-deletes in

[JENKINS] Solr-reference-guide-master - Build # 8646 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8646/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Comment Edited] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532718#comment-16532718 ] mosh edited comment on SOLR-12441 at 7/4/18 1:20 PM: - I have been thinking about a

[jira] [Comment Edited] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532718#comment-16532718 ] mosh edited comment on SOLR-12441 at 7/4/18 1:20 PM: - I have been thinking about a

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

2018-07-04 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/706/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.MathExpressionTest.testDistributions Error Message: Stack Trace: java.lang.AssertionError

[jira] [Commented] (SOLR-12395) Typo in SignificantTermsQParserPlugin.NAME

2018-07-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532731#comment-16532731 ] ASF subversion and git services commented on SOLR-12395: Commit

[JENKINS] Solr-reference-guide-master - Build # 8645 - Still Failing

2018-07-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/8645/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master > git

[jira] [Updated] (LUCENE-8384) SoftDeleteCount assertion in SoftPendingDeletes violated

2018-07-04 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8384: Description: A spinoff from LUCENE-8381. If a soft-deletes docvalues was applied to

[jira] [Commented] (SOLR-12441) Add deeply nested documents URP

2018-07-04 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532718#comment-16532718 ] mosh commented on SOLR-12441: - I have been thinking about a special case where a child documents within an

[jira] [Created] (LUCENE-8384) SoftDeleteCount assertion in SoftPendingDeletes violated

2018-07-04 Thread Nhat Nguyen (JIRA)
Nhat Nguyen created LUCENE-8384: --- Summary: SoftDeleteCount assertion in SoftPendingDeletes violated Key: LUCENE-8384 URL: https://issues.apache.org/jira/browse/LUCENE-8384 Project: Lucene - Core

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200115050 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[jira] [Commented] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

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

[jira] [Commented] (LUCENE-8382) Don't propagate calls to setMinCompetitiveScore in MultiCollector

2018-07-04 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532681#comment-16532681 ] Jim Ferenczi commented on LUCENE-8382: -- +1 > Don't propagate calls to setMinCompetitiveScore in

[jira] [Updated] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8381: Description: If a document is soft-deleted, then hard-deleted, IW, however, accounts that

[jira] [Updated] (LUCENE-8381) IW counts hard-deletes as soft-deletes in merges

2018-07-04 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8381: Summary: IW counts hard-deletes as soft-deletes in merges (was: PendingSoftDeletes#onNewReader

[jira] [Commented] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-04 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532664#comment-16532664 ] Nhat Nguyen commented on LUCENE-8381: - [~simonw] I've updated the patch. Can you please have a look?

  1   2   >