[jira] [Updated] (SOLR-11182) Solr doesn't log IOException if a shard split fails

2017-08-02 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-11182: - Attachment: SOLR-11182.patch Thanks Shalin for pointing it out! I guess all we need is to throw

Re: Limiting the number of queries/updates to Solr

2017-08-02 Thread Hrishikesh Gadre
At one point I was working on SOLR-7344 (but it fell off the radar due to various reasons). Specifically I built a servlet request filter which implements a customizable queuing mechanism using asynchronous servlet API (Servlet 3 spec). This way

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+178) - Build # 20249 - Unstable!

2017-08-02 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20249/ Java: 32bit/jdk-9-ea+178 -server -XX:+UseConcMarkSweepGC --illegal-access=deny 1 tests failed. FAILED: org.apache.solr.cloud.HealthCheckHandlerTest.testHealthCheckHandlerSolrJ Error Message: Error from server at

[jira] [Commented] (SOLR-10317) Solr Nightly Benchmarks

2017-08-02 Thread Vivek Narang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112115#comment-16112115 ] Vivek Narang commented on SOLR-10317: - Hi [~ichattopadhyaya], Status for Today: Testing and

[jira] [Commented] (SOLR-10939) JoinQParser gives incorrect results with numeric PointsFields

2017-08-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112114#comment-16112114 ] Yonik Seeley commented on SOLR-10939: - FYI, the approach I'm taking on this one is to refactor the

[JENKINS] Lucene-Solr-NightlyTests-7.0 - Build # 21 - Still unstable

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/21/ 3 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test Error Message: The Monkey ran for over 45 seconds and no jetties were stopped - this is worth investigating! Stack Trace:

[jira] [Commented] (SOLR-11182) Solr doesn't log IOException if a shard split fails

2017-08-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112106#comment-16112106 ] Shalin Shekhar Mangar commented on SOLR-11182: -- This was introduced in SOLR- in 6.5. We

[jira] [Commented] (SOLR-11011) Assign.buildCoreName can lead to error in creating a new core when legacyCloud=false

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112076#comment-16112076 ] ASF subversion and git services commented on SOLR-11011: Commit

[jira] [Commented] (SOLR-11011) Assign.buildCoreName can lead to error in creating a new core when legacyCloud=false

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112074#comment-16112074 ] ASF subversion and git services commented on SOLR-11011: Commit

[jira] [Assigned] (SOLR-11183) why call the API end point /v2 will there ever be a /v3

2017-08-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-11183: - Assignee: Noble Paul > why call the API end point /v2 will there ever be a /v3 >

Re: /v2 API -- will there ever be a /v3?

2017-08-02 Thread Noble Paul
created a blocker ticket https://issues.apache.org/jira/browse/SOLR-11183 On Thu, Aug 3, 2017 at 10:23 AM, Noble Paul wrote: > I shall open a ticket. let's resolve it there > > On Wed, Aug 2, 2017 at 5:30 AM, Jan Høydahl wrote: >> Thanks for

[jira] [Created] (SOLR-11183) why call the API end point /v2 will there ever be a /v3

2017-08-02 Thread Noble Paul (JIRA)
Noble Paul created SOLR-11183: - Summary: why call the API end point /v2 will there ever be a /v3 Key: SOLR-11183 URL: https://issues.apache.org/jira/browse/SOLR-11183 Project: Solr Issue Type:

Re: /v2 API -- will there ever be a /v3?

2017-08-02 Thread Noble Paul
I shall open a ticket. let's resolve it there On Wed, Aug 2, 2017 at 5:30 AM, Jan Høydahl wrote: > Thanks for following up, Anshum. I'm on holiday so not much online.. > > Can you create a blocker JIRA to formally force a decision and provide a > place to upload a patch? >

[jira] [Commented] (LUCENE-7916) CompositeBreakIterator is brittle under ICU4J upgrade.

2017-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111977#comment-16111977 ] Robert Muir commented on LUCENE-7916: - {quote} In our case, we are using ICUTokenizer but we have

[jira] [Updated] (LUCENE-7916) CompositeBreakIterator is brittle under ICU4J upgrade.

2017-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-7916: Attachment: LUCENE-7916.patch Attached is my patch. We need to remove the deprecated constant

Re: Searching multiple terms and mapping each term with their search result.

2017-08-02 Thread Walter Underwood
I’d do multiple queries in parallel. It is super easy with Solr. Send each query request, then go back and read each response. They happen in parallel without any threads in the client. If you want the total, then do another query. It will share cached posting lists with the other queries, so

[jira] [Created] (SOLR-11182) Solr doesn't log IOException if a shard split fails

2017-08-02 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-11182: Summary: Solr doesn't log IOException if a shard split fails Key: SOLR-11182 URL: https://issues.apache.org/jira/browse/SOLR-11182 Project: Solr Issue Type:

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

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/115/ 1 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test Error Message: KeeperErrorCode = Session expired for /clusterstate.json Stack Trace: org.apache.zookeeper.KeeperException$SessionExpiredException:

Re: merge policy vs commit rates

2017-08-02 Thread Michael McCandless
If you're going to do frequent commits or refreshes it means you care less about performance and more about durability and low-latency searching. In that case, it's best to index with only 1 thread: then every commit/refresh will only write one segment and you minimize the merge pressure. Adrien

Re: Searching multiple terms and mapping each term with their search result.

2017-08-02 Thread Michael McCandless
Do you really need to know which term/s caused a given hit for every single hit, or only for the top N hits? If you must know this for every single hit, you should make your own Collector and use the Scorer.getChildren API to gather the sub-scorer for each term, and on collecting each hit, look

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

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/829/ No tests ran. Build Log: [...truncated 25702 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-master/lucene/build/smokeTestRelease/dist [copy]

[jira] [Created] (SOLR-11181) Deploying Maven artifacts (generate-maven-artifacts) pushes the same artifacts multiple times

2017-08-02 Thread Lynn Monson (JIRA)
Lynn Monson created SOLR-11181: -- Summary: Deploying Maven artifacts (generate-maven-artifacts) pushes the same artifacts multiple times Key: SOLR-11181 URL: https://issues.apache.org/jira/browse/SOLR-11181

[jira] [Commented] (SOLR-10842) Move quickstart.html to Ref Guide

2017-08-02 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111680#comment-16111680 ] Cassandra Targett commented on SOLR-10842: -- I've made a lot of new changes, and to make review

[JENKINS] Lucene-Solr-Tests-7.0 - Build # 91 - Still Unstable

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/91/ 6 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:45646/_/e Stack Trace:

[jira] [Updated] (SOLR-11153) Incomplete schema results in mysterious error

2017-08-02 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-11153: Attachment: SOLR-11153.patch New patch. I got one failure with this patch, which did not appear to

Re: [jira] [Commented] (LUCENE-7902) Refactoring of IndexSearcher

2017-08-02 Thread João Paulo Lemes Machado
Hi Robert, thank you for the comment. Even though this is not the best strategy, do you think this class could benefit from some kind of refactoring? 2017-08-02 0:25 GMT-03:00 Robert Muir (JIRA) : > > [ https://issues.apache.org/jira/browse/LUCENE-7902?page= >

[jira] [Updated] (SOLR-11126) Node-level health check handler

2017-08-02 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-11126: Fix Version/s: master (8.0) > Node-level health check handler > --- > >

[jira] [Commented] (SOLR-11126) Node-level health check handler

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111535#comment-16111535 ] ASF subversion and git services commented on SOLR-11126: Commit

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111530#comment-16111530 ] ASF subversion and git services commented on SOLR-10310: Commit

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111527#comment-16111527 ] ASF subversion and git services commented on SOLR-10310: Commit

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111529#comment-16111529 ] ASF subversion and git services commented on SOLR-10310: Commit

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111526#comment-16111526 ] ASF subversion and git services commented on SOLR-10310: Commit

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111525#comment-16111525 ] ASF subversion and git services commented on SOLR-10310: Commit

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111513#comment-16111513 ] ASF subversion and git services commented on SOLR-10310: Commit

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 22 - Still Unstable

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/22/ 7 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.analytics.NoFacetCloudTest Error Message: org.apache.http.ParseException: Invalid content type: Stack Trace:

[jira] [Commented] (SOLR-10347) Remove index level boost support from "documents" section of the admin UI

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111496#comment-16111496 ] ASF subversion and git services commented on SOLR-10347: Commit

[jira] [Commented] (SOLR-10347) Remove index level boost support from "documents" section of the admin UI

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111497#comment-16111497 ] ASF subversion and git services commented on SOLR-10347: Commit

[jira] [Commented] (SOLR-10347) Remove index level boost support from "documents" section of the admin UI

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111494#comment-16111494 ] ASF subversion and git services commented on SOLR-10347: Commit

[jira] [Commented] (LUCENE-7916) CompositeBreakIterator is brittle under ICU4J upgrade.

2017-08-02 Thread Chris Koenig (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111438#comment-16111438 ] Chris Koenig commented on LUCENE-7916: -- Thanks for your feedback. I didn't realize how tightly

[jira] [Commented] (SOLR-11153) Incomplete schema results in mysterious error

2017-08-02 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111435#comment-16111435 ] Shawn Heisey commented on SOLR-11153: - Finally got around to running tests with the patch. I got a

[jira] [Updated] (SOLR-11180) OriginalScoreFeature always returns 0.0 with SolrCloud mode.

2017-08-02 Thread Jonathan Gonzalez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gonzalez updated SOLR-11180: - Attachment: how to repro - ltrbug.zip [^how to repro - ltrbug.zip] file contains: #

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

2017-08-02 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/189/ Java: 64bit/jdk1.8.0_141 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading Error Message: Stack Trace: java.lang.AssertionError at

[jira] [Created] (SOLR-11180) OriginalScoreFeature always returns 0.0 with SolrCloud mode.

2017-08-02 Thread Jonathan Gonzalez (JIRA)
Jonathan Gonzalez created SOLR-11180: Summary: OriginalScoreFeature always returns 0.0 with SolrCloud mode. Key: SOLR-11180 URL: https://issues.apache.org/jira/browse/SOLR-11180 Project: Solr

[jira] [Resolved] (SOLR-9321) Remove deprecated methods of ClusterState

2017-08-02 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat resolved SOLR-9321. Resolution: Fixed Assignee: Cao Manh Dat (was: Ishan Chattopadhyaya) Thanks

[jira] [Updated] (SOLR-11011) Assign.buildCoreName can lead to error in creating a new core when legacyCloud=false

2017-08-02 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-11011: Attachment: SOLR-11011.3.patch A patch that fix the {{AssignTest.testIdIsUnique()}} failure >

[jira] [Updated] (SOLR-10880) Support replica filtering by tag

2017-08-02 Thread Domenico Fabio Marino (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Domenico Fabio Marino updated SOLR-10880: - Summary: Support replica filtering by tag (was: Support replica filtering by

[jira] [Commented] (SOLR-11153) Incomplete schema results in mysterious error

2017-08-02 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110978#comment-16110978 ] Shawn Heisey commented on SOLR-11153: - My bias is to stick with 1.0 so we don't have to keep updating

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-9-ea+178) - Build # 188 - Unstable!

2017-08-02 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/188/ Java: 64bit/jdk-9-ea+178 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC --illegal-access=deny 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: .responseHeader.status!=warnings (unordered or

[jira] [Commented] (SOLR-11179) Ability to dump jstack

2017-08-02 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110934#comment-16110934 ] Jason Gerlowski commented on SOLR-11179: A few initial comments. Some/many of these are opinions,

[jira] [Commented] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110917#comment-16110917 ] Ignacio Vera commented on LUCENE-7906: -- We clearly agree on the name. 100% agree, I will work on

[jira] [Commented] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110911#comment-16110911 ] Ignacio Vera commented on LUCENE-7906: -- (1) I propose is to create a new interface that implements

[jira] [Commented] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110887#comment-16110887 ] Karl Wright commented on LUCENE-7906: - [~ivera], here is my hierarchy change proposal. The current

[jira] [Commented] (SOLR-10033) facet.mincount=0 not working with using PointFields, should log a warning that mincount is raised to 1

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110856#comment-16110856 ] ASF subversion and git services commented on SOLR-10033: Commit

[jira] [Commented] (SOLR-10033) facet.mincount=0 not working with using PointFields, should log a warning that mincount is raised to 1

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110858#comment-16110858 ] ASF subversion and git services commented on SOLR-10033: Commit

[jira] [Commented] (SOLR-10033) facet.mincount=0 not working with using PointFields, should log a warning that mincount is raised to 1

2017-08-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110857#comment-16110857 ] ASF subversion and git services commented on SOLR-10033: Commit

Re: ToParentBlockJoinSortField and NullPointerException - test case

2017-08-02 Thread Mikhail Khludnev
Make sure it uses IW.updateDocuments() to write docs block as whole On Wed, Aug 2, 2017 at 8:15 PM, Alexander Lipatov wrote: > Hello, > > I have a ToParentBlockJoinQuery and I want to sort the results by one of > the child fields. I have: ToParentBlockJoinSortField > >

[jira] [Comment Edited] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110811#comment-16110811 ] Karl Wright edited comment on LUCENE-7906 at 8/2/17 12:56 PM: -- [~ivera],

[jira] [Commented] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110828#comment-16110828 ] Ignacio Vera commented on LUCENE-7906: -- No, The current patch is very similar to the last one only

[jira] [Commented] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110811#comment-16110811 ] Karl Wright commented on LUCENE-7906: - [~ivera], thanks for the tests! I will have a look at this

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

2017-08-02 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20245/ Java: 64bit/jdk1.8.0_141 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: .responseHeader.status!=warnings (unordered or missing) Stack Trace:

[jira] [Updated] (LUCENE-7917) Wildcard query parser of MultiFieldQueryParser should support boosts

2017-08-02 Thread Yegor Dovganich (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yegor Dovganich updated LUCENE-7917: Description:

[jira] [Updated] (LUCENE-7917) Wildcard query parser of MultiFieldQueryParser should support boosts

2017-08-02 Thread Yegor Dovganich (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yegor Dovganich updated LUCENE-7917: Attachment: JIRA-7919.patch > Wildcard query parser of MultiFieldQueryParser should

ToParentBlockJoinSortField and NullPointerException - test case

2017-08-02 Thread Alexander Lipatov
Hello, I have a ToParentBlockJoinQuery and I want to sort the results by one of the child fields. I have: ToParentBlockJoinSortField Sometimes it works good. And sometimes I have a strange error. Maybe you can guess what's going on based on the stack trace. If not - I created an example here:

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

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/114/ 5 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest.test Error Message: KeeperErrorCode = Session expired for /live_nodes Stack Trace:

[jira] [Created] (LUCENE-7917) Wildcard query parser of MultiFieldQueryParser should support boosts

2017-08-02 Thread Yegor Dovganich (JIRA)
Yegor Dovganich created LUCENE-7917: --- Summary: Wildcard query parser of MultiFieldQueryParser should support boosts Key: LUCENE-7917 URL: https://issues.apache.org/jira/browse/LUCENE-7917 Project:

[jira] [Commented] (SOLR-11049) Solr in cloud mode silently fails uploading a big LTR model

2017-08-02 Thread Stefan Langenmaier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110708#comment-16110708 ] Stefan Langenmaier commented on SOLR-11049: --- [~shalinmangar] - thanks for the clarification :)

[jira] [Commented] (SOLR-11049) Solr in cloud mode silently fails uploading a big LTR model

2017-08-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110675#comment-16110675 ] Shalin Shekhar Mangar commented on SOLR-11049: -- [~stefan.langenmaier] -- my comment that you

[jira] [Updated] (SOLR-11179) Ability to dump jstack

2017-08-02 Thread Ramsey Haddad (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramsey Haddad updated SOLR-11179: - Attachment: SOLR-11179.patch Here is the proposed addition. > Ability to dump jstack >

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+178) - Build # 20244 - Still Unstable!

2017-08-02 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20244/ Java: 64bit/jdk-9-ea+178 -XX:+UseCompressedOops -XX:+UseG1GC --illegal-access=deny 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: .responseHeader.status!=warnings (unordered or missing)

[jira] [Created] (SOLR-11179) Ability to dump jstack

2017-08-02 Thread Ramsey Haddad (JIRA)
Ramsey Haddad created SOLR-11179: Summary: Ability to dump jstack Key: SOLR-11179 URL: https://issues.apache.org/jira/browse/SOLR-11179 Project: Solr Issue Type: New Feature

[jira] [Commented] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110521#comment-16110521 ] Ignacio Vera commented on LUCENE-7906: -- Hi [~daddywri], I have attached a new path withrandom test.

[jira] [Updated] (SOLR-10962) replicationHandler's reserveCommitDuration configurable in SolrCloud mode

2017-08-02 Thread Ramsey Haddad (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramsey Haddad updated SOLR-10962: - Attachment: SOLR-10962.patch Here is the Config API patch updated because of the int=>Long change

[jira] [Commented] (SOLR-11049) Solr in cloud mode silently fails uploading a big LTR model

2017-08-02 Thread Stefan Langenmaier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110518#comment-16110518 ] Stefan Langenmaier commented on SOLR-11049: --- Thanks for the pointers, but I seem to be a little

[JENKINS] Lucene-Solr-Tests-7.0 - Build # 90 - Unstable

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/90/ 6 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: .responseHeader.status!=warnings (unordered or missing) Stack Trace: junit.framework.AssertionFailedError: .responseHeader.status!=warnings

[jira] [Updated] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-7906: - Attachment: LUCENE-7906.patch > Spatial relationship between Geoshapes >

[jira] [Updated] (LUCENE-7906) Spatial relationship between Geoshapes

2017-08-02 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-7906: - Attachment: (was: LUCENE-7906.patch) > Spatial relationship between Geoshapes >

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

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/22/ No tests ran. Build Log: [...truncated 25710 lines...] prepare-release-no-sign: [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist [copy]

[jira] [Updated] (SOLR-11178) Change error handling in AutoScalingHandler to be consistent w/ other APIs

2017-08-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-11178: -- Description: AutoScalingHandler throws errors for each single error in the payload. config, schema and

[jira] [Created] (SOLR-11178) Change error handling in AutoScalingHandler to be consistent w/ other APIs

2017-08-02 Thread Noble Paul (JIRA)
Noble Paul created SOLR-11178: - Summary: Change error handling in AutoScalingHandler to be consistent w/ other APIs Key: SOLR-11178 URL: https://issues.apache.org/jira/browse/SOLR-11178 Project: Solr

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1368 - Still Unstable

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1368/ 6 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test Error Message: The Monkey ran for over 45 seconds and no jetties were stopped - this is worth investigating! Stack Trace:

[jira] [Commented] (LUCENE-7914) Add safeguards to RegExp.toAutomaton and Operations

2017-08-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110389#comment-16110389 ] Adrien Grand commented on LUCENE-7914: -- +1 FYI tests seem to still expect an ISE. > Add safeguards