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

2017-08-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117625#comment-16117625 ] Robert Muir commented on LUCENE-7916: - My patch needs a minor correction when committing, we need to

[JENKINS] Lucene-Solr-Tests-master - Build # 2066 - Still Unstable

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2066/ 2 tests failed. FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([B258EF9411F2EE33:3A0CD04EBF0E83CB]:0) at

[jira] [Commented] (SOLR-9985) LukeRequestHandler doesn’t populate docFreq for PointFields

2017-08-07 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117680#comment-16117680 ] Steve Rowe commented on SOLR-9985: -- I took a look at the patch. I don't think it's ready to commit yet,

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

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/24/ 4 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] [Updated] (LUCENE-7916) CompositeBreakIterator is brittle under ICU4J upgrade.

2017-08-07 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: Fix Version/s: 7.1 master (8.0) > CompositeBreakIterator is brittle under ICU4J

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

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

[jira] [Assigned] (SOLR-11069) LASTPROCESSEDVERSION for CDCR is flawed when buffering is enabled

2017-08-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson reassigned SOLR-11069: - Assignee: Erick Erickson > LASTPROCESSEDVERSION for CDCR is flawed when buffering is

[jira] [Commented] (LUCENE-7919) excessive use of notifyAll

2017-08-07 Thread Guoqiang Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117633#comment-16117633 ] Guoqiang Jiang commented on LUCENE-7919: My pleasure. > excessive use of notifyAll >

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

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

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

2017-08-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-7916. - Resolution: Fixed Thanks [~ckoenig42] ! > CompositeBreakIterator is brittle under ICU4J

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

2017-08-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/164/ Java: 64bit/jdk1.8.0_141 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth Error Message: 2 threads leaked from SUITE scope

[jira] [Resolved] (SOLR-9824) Documents indexed in bulk are replicated using too many HTTP requests

2017-08-07 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-9824. Resolution: Fixed Fix Version/s: 7.0 I'm changing the issue status now to ensure it's clear

[jira] [Comment Edited] (SOLR-11206) Migrate logic from bin/solr scripts to SolrCLI

2017-08-07 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117815#comment-16117815 ] Jason Gerlowski edited comment on SOLR-11206 at 8/8/17 3:55 AM:

[jira] [Commented] (SOLR-11164) OriginalScoreFeature causes NullPointerException during feature logging with SolrCloud mode.

2017-08-07 Thread Yuki Yano (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117698#comment-16117698 ] Yuki Yano commented on SOLR-11164: -- [~Jonathan GV] Thank you for testing the patch! As you say, it will

[jira] [Commented] (SOLR-11206) Migrate logic from bin/solr scripts to SolrCLI

2017-08-07 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117815#comment-16117815 ] Jason Gerlowski commented on SOLR-11206: *Questions/Concerns/Thoughts* Most of these are just

[jira] [Resolved] (SOLR-11177) CoreContainer.load needs to send lazily loaded core descriptors to the proper list rather than send them all to the transient lists.

2017-08-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-11177. --- Resolution: Fixed Fix Version/s: 7.1 master (8.0)

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

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/24/ 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] [Commented] (SOLR-10845) GraphTermsQParserPlugin doesn't work with Point fields (or DocValues only fields?)

2017-08-07 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117219#comment-16117219 ] Varun Thacker commented on SOLR-10845: -- +1 > GraphTermsQParserPlugin doesn't work with Point fields

[jira] [Created] (SOLR-11210) Confusing name for aliases in ZK

2017-08-07 Thread Isabelle Giguere (JIRA)
Isabelle Giguere created SOLR-11210: --- Summary: Confusing name for aliases in ZK Key: SOLR-11210 URL: https://issues.apache.org/jira/browse/SOLR-11210 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-11190) GraphQuery not working if field has only docValues

2017-08-07 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-11190: - Attachment: SOLR-11190.patch I took Karthik's latest PR and added some docs and an entry to the

[jira] [Resolved] (LUCENE-7919) excessive use of notifyAll

2017-08-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7919. Resolution: Fixed Fix Version/s: 7.0 Thanks [~18519283579]! > excessive

[jira] [Commented] (LUCENE-7919) excessive use of notifyAll

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

[jira] [Commented] (SOLR-11190) GraphQuery not working if field has only docValues

2017-08-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117515#comment-16117515 ] Yonik Seeley commented on SOLR-11190: - Patch looks fine. bq. Also should we be validating the

[JENKINS] Lucene-Solr-NightlyTests-7.0 - Build # 23 - Still Unstable

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/23/ 5 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] (SOLR-11206) Migrate logic from bin/solr scripts to SolrCLI

2017-08-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116996#comment-16116996 ] Erick Erickson commented on SOLR-11206: --- Adding link to, there might be some prior art there and/or

[jira] [Resolved] (SOLR-11198) downconfig downloads empty file as folder

2017-08-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-11198. --- Resolution: Fixed > downconfig downloads empty file as folder >

[jira] [Commented] (SOLR-10814) Solr RuleBasedAuthorization config doesn't work seamlessly with kerberos authentication

2017-08-07 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117059#comment-16117059 ] Hrishikesh Gadre commented on SOLR-10814: - bq. What I meant was, all existing code will continue

[jira] [Created] (SOLR-11207) Add OWASP dependency checker to detect security vulnerabilities in third party libraries

2017-08-07 Thread Hrishikesh Gadre (JIRA)
Hrishikesh Gadre created SOLR-11207: --- Summary: Add OWASP dependency checker to detect security vulnerabilities in third party libraries Key: SOLR-11207 URL: https://issues.apache.org/jira/browse/SOLR-11207

[jira] [Commented] (SOLR-11198) downconfig downloads empty file as folder

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

[jira] [Commented] (SOLR-11198) downconfig downloads empty file as folder

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

[jira] [Created] (SOLR-11208) Usage SynchronousQueue in Executors prevent large scale operations

2017-08-07 Thread JIRA
Björn Häuser created SOLR-11208: --- Summary: Usage SynchronousQueue in Executors prevent large scale operations Key: SOLR-11208 URL: https://issues.apache.org/jira/browse/SOLR-11208 Project: Solr

[jira] [Commented] (SOLR-11190) GraphQuery not working if field has only docValues

2017-08-07 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117095#comment-16117095 ] Varun Thacker commented on SOLR-11190: -- Hi Karthik, The patch doesn't apply cleanly after today's

[jira] [Commented] (SOLR-11200) provide a config to enable disable ConcurrentMergeSchedule.doAutoIOThrottle

2017-08-07 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117144#comment-16117144 ] Amrit Sarkar commented on SOLR-11200: - The above patch works just fine, the logging isn't obvious

[jira] [Commented] (SOLR-10845) GraphTermsQParserPlugin doesn't work with Point fields (or DocValues only fields?)

2017-08-07 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117153#comment-16117153 ] Varun Thacker commented on SOLR-10845: -- bq. (Note: It appears at first glance that the same basic

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 831 - Failure

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

[jira] [Created] (SOLR-11209) Upgrade HttpClient to 4.5.3

2017-08-07 Thread Hrishikesh Gadre (JIRA)
Hrishikesh Gadre created SOLR-11209: --- Summary: Upgrade HttpClient to 4.5.3 Key: SOLR-11209 URL: https://issues.apache.org/jira/browse/SOLR-11209 Project: Solr Issue Type: Task

[jira] [Commented] (LUCENE-7920) Make it easier to create ip prefix queries

2017-08-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117325#comment-16117325 ] Robert Muir commented on LUCENE-7920: - I'm concerned this is really the right thing to do: because

[jira] [Commented] (SOLR-10983) Fix DOWNNODE -> queue-work explosion

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

[jira] [Commented] (SOLR-11177) CoreContainer.load needs to send lazily loaded core descriptors to the proper list rather than send them all to the transient lists.

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

[jira] [Commented] (LUCENE-7919) excessive use of notifyAll

2017-08-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117244#comment-16117244 ] Michael McCandless commented on LUCENE-7919: Oh indeed, it can be removed! We used to have

[jira] [Commented] (SOLR-11209) Upgrade HttpClient to 4.5.3

2017-08-07 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117388#comment-16117388 ] Hrishikesh Gadre commented on SOLR-11209: - [~risdenk] Thanks for pointing out. Submitting a patch

[jira] [Commented] (SOLR-11023) Need SortedNumerics/Points version of EnumField

2017-08-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117543#comment-16117543 ] Hoss Man commented on SOLR-11023: - thanks for finishing this steve! > Need SortedNumerics/Points version

[jira] [Commented] (SOLR-11164) OriginalScoreFeature causes NullPointerException during feature logging with SolrCloud mode.

2017-08-07 Thread Jonathan Gonzalez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117235#comment-16117235 ] Jonathan Gonzalez commented on SOLR-11164: -- I have tested the provided patch, despite it is

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

2017-08-07 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117472#comment-16117472 ] Anshum Gupta commented on SOLR-11126: - Thanks for taking a look at this [~shalinmangar]. I've changed

[jira] [Commented] (LUCENE-7919) excessive use of notifyAll

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

[jira] [Commented] (LUCENE-7919) excessive use of notifyAll

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

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

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/125/ 1 tests failed. FAILED: org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection Error Message: KeeperErrorCode = Session expired for /clusterstate.json Stack Trace:

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

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

[jira] [Updated] (SOLR-10983) Fix DOWNNODE -> queue-work explosion

2017-08-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-10983: -- Fix Version/s: 6.7 > Fix DOWNNODE -> queue-work explosion >

[jira] [Commented] (SOLR-10983) Fix DOWNNODE -> queue-work explosion

2017-08-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117562#comment-16117562 ] Erick Erickson commented on SOLR-10983: --- I backported this to 6x (future 6.7) as I really expect

[jira] [Commented] (SOLR-11177) CoreContainer.load needs to send lazily loaded core descriptors to the proper list rather than send them all to the transient lists.

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

[jira] [Commented] (LUCENE-7920) Make it easier to create ip prefix queries

2017-08-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117586#comment-16117586 ] Robert Muir commented on LUCENE-7920: - If we decide to do this we should think about the method

[jira] [Updated] (SOLR-10483) Support for IntPointField field types to Parallel SQL

2017-08-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-10483: Summary: Support for IntPointField field types to Parallel SQL (was: Support for IntPointField

[jira] [Commented] (SOLR-10845) GraphTermsQParserPlugin doesn't work with Point fields (or DocValues only fields?)

2017-08-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117206#comment-16117206 ] Yonik Seeley commented on SOLR-10845: - Yeah, some of these things never worked for non-indexed fields,

[jira] [Commented] (SOLR-11177) CoreContainer.load needs to send lazily loaded core descriptors to the proper list rather than send them all to the transient lists.

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

[jira] [Commented] (SOLR-11209) Upgrade HttpClient to 4.5.3

2017-08-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117375#comment-16117375 ] Kevin Risden commented on SOLR-11209: - Looks like some work was done for something similar to this in

[jira] [Commented] (SOLR-11190) GraphQuery not working if field has only docValues

2017-08-07 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117541#comment-16117541 ] Varun Thacker commented on SOLR-11190: -- I think we could do some field checks upfront in

[jira] [Commented] (LUCENE-7920) Make it easier to create ip prefix queries

2017-08-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16117588#comment-16117588 ] Robert Muir commented on LUCENE-7920: - And i would duplicate the null checks so that exception

[jira] [Updated] (SOLR-11209) Upgrade HttpClient to 4.5.3

2017-08-07 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-11209: Description: We have not upgraded HttpClient version for long time (since SOLR-6865 was

[jira] [Updated] (SOLR-11177) CoreContainer.load needs to send lazily loaded core descriptors to the proper list rather than send them all to the transient lists.

2017-08-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-11177: -- Attachment: SOLR-11177.patch Patch, quite trivial. > CoreContainer.load needs to send lazily

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

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

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

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

[jira] [Commented] (LUCENE-7918) Give access to members of a composite shape

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

[jira] [Commented] (LUCENE-7918) Give access to members of a composite shape

2017-08-07 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116433#comment-16116433 ] Karl Wright commented on LUCENE-7918: - Thanks again for the contribution! Everything is now

[JENKINS] Lucene-Solr-Tests-master - Build # 2064 - Still Unstable

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2064/ 10 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test Error Message: No registered leader was found after waiting for 3ms , collection: collection1 slice: shard1 Stack Trace:

[jira] [Resolved] (LUCENE-7655) Speed up geo-distance queries that match most documents

2017-08-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-7655. -- Resolution: Fixed Fix Version/s: 7.1 master (8.0) Tests passed.

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

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/123/ 4 tests failed. FAILED: org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup Error Message: null Live Nodes: [127.0.0.1:47515_solr] Last available state:

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

2017-08-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/218/ Java: 32bit/jdk1.8.0_141 -server -XX:+UseG1GC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation Error Message: 1 thread leaked from SUITE scope at

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

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

[jira] [Commented] (LUCENE-7918) Give access to members of a composite shape

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

[jira] [Resolved] (LUCENE-7918) Give access to members of a composite shape

2017-08-07 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved LUCENE-7918. - Resolution: Fixed Fix Version/s: 6.6 7.1 master

[jira] [Commented] (LUCENE-7918) Give access to members of a composite shape

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

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

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

[jira] [Closed] (LUCENE-7918) Give access to members of a composite shape

2017-08-07 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera closed LUCENE-7918. Lucene Fields: (was: New) Thanks for your support! I hope these new features of the library are

[jira] [Commented] (LUCENE-7655) Speed up geo-distance queries that match most documents

2017-08-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116465#comment-16116465 ] ASF GitHub Bot commented on LUCENE-7655: Github user asfgit closed the pull request at:

[GitHub] lucene-solr pull request #226: LUCENE-7655 Speed up geo-distance queries tha...

2017-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucene-solr/pull/226 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (LUCENE-7655) Speed up geo-distance queries that match most documents

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

[jira] [Commented] (LUCENE-7655) Speed up geo-distance queries that match most documents

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

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

2017-08-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/217/ Java: 64bit/jdk-9-ea+178 -XX:-UseCompressedOops -XX:+UseParallelGC --illegal-access=deny 2 tests failed. FAILED: org.apache.lucene.search.suggest.document.TestSuggestField.testRealisticKeys Error Message: input automaton is too

[jira] [Created] (LUCENE-7920) Make it easier to create ip prefix queries

2017-08-07 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-7920: Summary: Make it easier to create ip prefix queries Key: LUCENE-7920 URL: https://issues.apache.org/jira/browse/LUCENE-7920 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-7655) Speed up geo-distance queries that match most documents

2017-08-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116321#comment-16116321 ] ASF GitHub Bot commented on LUCENE-7655: Github user jpountz commented on the issue:

[jira] [Commented] (LUCENE-7655) Speed up geo-distance queries that match most documents

2017-08-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116322#comment-16116322 ] Adrien Grand commented on LUCENE-7655: -- Thanks [~maciej.zasada]! I just had a look and it looks good

[GitHub] lucene-solr issue #226: LUCENE-7655 Speed up geo-distance queries that match...

2017-08-07 Thread jpountz
Github user jpountz commented on the issue: https://github.com/apache/lucene-solr/pull/226 The change looks good to me. Maybe we should look into writing at least one test that explicitly tests this case? --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (LUCENE-7655) Speed up geo-distance queries that match most documents

2017-08-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116384#comment-16116384 ] ASF GitHub Bot commented on LUCENE-7655: Github user jpountz commented on the issue:

[GitHub] lucene-solr issue #226: LUCENE-7655 Speed up geo-distance queries that match...

2017-08-07 Thread mzasada
Github user mzasada commented on the issue: https://github.com/apache/lucene-solr/pull/226 No worries :) Thx for a review! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[jira] [Commented] (LUCENE-7655) Speed up geo-distance queries that match most documents

2017-08-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116394#comment-16116394 ] ASF GitHub Bot commented on LUCENE-7655: Github user mzasada commented on the issue:

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

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/99/ 1 tests failed. FAILED: org.apache.solr.client.solrj.TestLBHttpSolrClient.testSimple Error Message: expected:<3> but was:<2> Stack Trace: java.lang.AssertionError: expected:<3> but was:<2> at

[jira] [Updated] (SOLR-11061) Add a spins metric for all directory paths

2017-08-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-11061: - Attachment: SOLR-11061.patch This patch exposes {{CONTAINER.fs.spins}},

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

2017-08-07 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116643#comment-16116643 ] Cassandra Targett commented on SOLR-11183: -- I propose making this not a blocker for 7.0. I don't

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

2017-08-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116648#comment-16116648 ] Noble Paul commented on SOLR-11183: --- Yes. It effort required is not really predictable and it may delay

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

2017-08-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116648#comment-16116648 ] Noble Paul edited comment on SOLR-11183 at 8/7/17 2:28 PM: --- Yes. the effort

[jira] [Created] (SOLR-11205) Make arbitrary metrics values available for policies

2017-08-07 Thread Noble Paul (JIRA)
Noble Paul created SOLR-11205: - Summary: Make arbitrary metrics values available for policies Key: SOLR-11205 URL: https://issues.apache.org/jira/browse/SOLR-11205 Project: Solr Issue Type:

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

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

[jira] [Commented] (LUCENE-7897) RangeQuery optimization in IndexOrDocValuesQuery

2017-08-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116270#comment-16116270 ] Adrien Grand commented on LUCENE-7897: -- Thanks for checking! The opt implementation changed because

[jira] [Updated] (LUCENE-7918) Give access to members of a composite shape

2017-08-07 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-7918: - Attachment: LUCENE-7918.patch New version attached with "lucene-experimental" for public classes

[jira] [Updated] (LUCENE-7918) Give access to members of a composite shape

2017-08-07 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-7918: - Attachment: (was: LUCENE-7918.patch) > Give access to members of a composite shape >

[GitHub] lucene-solr issue #226: LUCENE-7655 Speed up geo-distance queries that match...

2017-08-07 Thread jpountz
Github user jpountz commented on the issue: https://github.com/apache/lucene-solr/pull/226 Oh, nevermind my previous comment then. I had missed the new test! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (SOLR-10126) PeerSyncReplicationTest is a flakey test.

2017-08-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16116619#comment-16116619 ] Cao Manh Dat commented on SOLR-10126: - I'm looking at this test, I see some failure when

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_141) - Build # 102 - Unstable!

2017-08-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/102/ Java: 32bit/jdk1.8.0_141 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: Expected to find shardAddress in the up shard info:

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

2017-08-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20274/ Java: 32bit/jdk1.8.0_141 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.lucene.search.suggest.document.TestSuggestField.testRealisticKeys Error Message: input automaton is too large: 1001 Stack Trace:

  1   2   >