[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: {error=org.apache.solr.client.solrj.SolrS

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

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

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

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

[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: java.lang

[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&focusedCommentId=16116233#comment-16116233 ] Karl Wright commented on LUCENE-7918: - Hi [~ivera], I think this looks pretty good ac

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

2017-08-07 Thread Yegor Dovganich (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116261#comment-16116261 ] Yegor Dovganich commented on LUCENE-7917: - Can someone review it? > Wildcard que

[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&focusedCommentId=16116270#comment-16116270 ] Adrien Grand commented on LUCENE-7897: -- Thanks for checking! The opt implementation

[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 Type

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

2017-08-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-7920: - Attachment: LUCENE-7920.patch Here is a proposal that adds an expert factory method that directly

[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 your

[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&focusedCommentId=16116321#comment-16116321 ] ASF GitHub Bot commented on LUCENE-7655: Github user jpountz commented on the iss

[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&focusedCommentId=16116322#comment-16116322 ] Adrien Grand commented on LUCENE-7655: -- Thanks [~maciej.zasada]! I just had a look a

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

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1369/ 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: java

[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 That was my intention when I added `TestLatLonPointQueries#testDistanceQueryWithInvertedIntersection` unit test. Should I improve it? --- If your project is set up for it, you can reply to thi

[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&focusedCommentId=16116333#comment-16116333 ] ASF GitHub Bot commented on LUCENE-7655: Github user mzasada commented on the iss

[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 project

[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&focusedCommentId=16116384#comment-16116384 ] ASF GitHub Bot commented on LUCENE-7655: Github user jpountz commented on the iss

[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 enabled

[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&focusedCommentId=16116394#comment-16116394 ] ASF GitHub Bot commented on LUCENE-7655: Github user mzasada commented on the iss

[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&focusedCommentId=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&focusedCommentId=16116427#comment-16116427 ] 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&focusedCommentId=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&focusedCommentId=16116429#comment-16116429 ] 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 ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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&focusedCommentId=16116432#comment-16116432 ] ASF subversion and git services commented on LUCENE-7906: - 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 (8.0)

[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&focusedCommentId=16116433#comment-16116433 ] Karl Wright commented on LUCENE-7918: - Thanks again for the contribution! Everything

[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: org.apache.solr.comm

[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 u

[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 is

[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&focusedCommentId=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&focusedCommentId=16116462#comment-16116462 ] 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 GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116465#comment-16116465 ] ASF GitHub Bot commented on LUCENE-7655: Github user asfgit closed the pull reque

[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. Thank

[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: DocCollection(testRepFactor1LeaderStartup//collection

[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 org.apache.solr.cloud.

[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&focusedCommentId=16116619#comment-16116619 ] Cao Manh Dat commented on SOLR-10126: - I'm looking at this test, I see some failure wh

[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 __randomizedtesting.SeedInfo.se

[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}}, {{CONTAINER.fs.cor

[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&focusedCommentId=16116643#comment-16116643 ] Cassandra Targett commented on SOLR-11183: -- I propose making this not a blocker f

[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&focusedCommentId=16116648#comment-16116648 ] Noble Paul commented on SOLR-11183: --- Yes. It effort required is not really predictable a

[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&focusedCommentId=16116648#comment-16116648 ] Noble Paul edited comment on SOLR-11183 at 8/7/17 2:28 PM: --- Yes.

[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: Sub-t

[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] [Updated] (SOLR-11090) add Replica.getProperty accessor

2017-08-07 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-11090: --- Attachment: SOLR-11090.patch Patch rebased against latest master branch. > add Replic

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

2017-08-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20276/ Java: 64bit/jdk1.8.0_141 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.HealthCheckHandlerTest.testHealthCheckHandlerSolrJ Error Message: Error from server at http://127.0.0.1:38

Re: bin/solr arg parsing duplication

2017-08-07 Thread Ishan Chattopadhyaya
There's https://issues.apache.org/jira/browse/SOLR-7871 which has some relevant discussion in these painpoints. Frankly, working with solr.cmd has been one of the toughest things I've had to deal with in last few months (thanks to my inability to work with Windows script). On Mon, Aug 7, 2017 at 1

Re: bin/solr arg parsing duplication

2017-08-07 Thread Erick Erickson
Ditto the pain of working both with the *nix script and the Windows scripts. I don't have ready access to Windows machines either so have to rely on the kindness of people who do when I need to modify the scripts. I think it was one of those things that started out with a simple script and each add

[jira] [Commented] (LUCENE-7827) disable "textgrams" when minPrefixChars=0 AnalyzingInfixSuggester

2017-08-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116784#comment-16116784 ] Adrien Grand commented on LUCENE-7827: -- Protected members need javadocs because they

[jira] [Comment Edited] (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&focusedCommentId=16115348#comment-16115348 ] Amrit Sarkar edited comment on SOLR-11200 at 8/7/17 4:10 PM: -

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

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

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

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

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

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

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

2017-08-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-10939. - Resolution: Fixed > JoinQParser gives incorrect results with numeric PointsFields > --

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

2017-08-07 Thread Jason Gerlowski (JIRA)
Jason Gerlowski created SOLR-11206: -- Summary: Migrate logic from bin/solr scripts to SolrCLI Key: SOLR-11206 URL: https://issues.apache.org/jira/browse/SOLR-11206 Project: Solr Issue Type: I

Re: bin/solr arg parsing duplication

2017-08-07 Thread Jason Gerlowski
Thanks for the background guys. To echo/further what Ishan and Erick said above, my own ignorance of Windows scripting is what initially brought this to mind. I've had a handful of JIRA's grind to a halt because of this recently. I've created SOLR-11206 (https://issues.apache.org/jira/browse/SOL

[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&focusedCommentId=16116856#comment-16116856 ] ASF subversion and git services commented on SOLR-11198: Commit 53

[jira] [Commented] (SOLR-10821) Write documentation for the autoscaling APIs and policy/preferences syntax for Solr 7.0

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

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

2017-08-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2065/ 1 tests failed. FAILED: org.apache.solr.cloud.LeaderFailureAfterFreshStartTest.test Error Message: Could not load collection from ZK: collection1 Stack Trace: org.apache.solr.common.SolrException: Could not load collection from

[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&focusedCommentId=16116888#comment-16116888 ] ASF subversion and git services commented on SOLR-11198: Commit 20

Re: 7.0 Release Update

2017-08-07 Thread Anshum Gupta
Good news! I don't see any 'blockers' for 7.0 anymore, which means, after giving Jenkins a couple of days, I'll cut out an RC. I intend to do this on Wednesday/Thursday, unless a blocker comes up, which I hope shouldn't be the case. Anshum On Tue, Jul 25, 2017 at 4:02 PM Steve Rowe wrote: > I

[jira] [Commented] (SOLR-10821) Write documentation for the autoscaling APIs and policy/preferences syntax for Solr 7.0

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

[jira] [Commented] (SOLR-10821) Write documentation for the autoscaling APIs and policy/preferences syntax for Solr 7.0

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

[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-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&focusedCommentId=16116996#comment-16116996 ] Erick Erickson commented on SOLR-11206: --- Adding link to, there might be some prior a

[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&focusedCommentId=16116999#comment-16116999 ] ASF subversion and git services commented on SOLR-11198: Commit 2c

[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&focusedCommentId=16117000#comment-16117000 ] ASF subversion and git services commented on SOLR-11198: Commit 83

[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&focusedCommentId=16117059#comment-16117059 ] Hrishikesh Gadre commented on SOLR-10814: - bq. What I meant was, all existing code

[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&focusedCommentId=16117095#comment-16117095 ] Varun Thacker commented on SOLR-11190: -- Hi Karthik, The patch doesn't apply cleanly

[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&focusedCommentId=16117144#comment-16117144 ] Amrit Sarkar commented on SOLR-11200: - The above patch works just fine, the logging is

[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&focusedCommentId=16117153#comment-16117153 ] Varun Thacker commented on SOLR-10845: -- bq. (Note: It appears at first glance that th

[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] [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 fiel

[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&focusedCommentId=16117206#comment-16117206 ] Yonik Seeley commented on SOLR-10845: - Yeah, some of these things never worked for non

[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&focusedCommentId=16117219#comment-16117219 ] Varun Thacker commented on SOLR-10845: -- +1 > GraphTermsQParserPlugin doesn't work wi

[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&focusedCommentId=16117235#comment-16117235 ] Jonathan Gonzalez commented on SOLR-11164: -- I have tested the provided patch, des

[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&focusedCommentId=16117244#comment-16117244 ] Michael McCandless commented on LUCENE-7919: Oh indeed, it can be removed! W

[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 Securit

[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 comm

[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 lo

[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&focusedCommentId=16117321#comment-16117321 ] ASF subversion and git services commented on SOLR-11177: Commit bf

[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&focusedCommentId=16117325#comment-16117325 ] Robert Muir commented on LUCENE-7920: - I'm concerned this is really the right thing t

[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&focusedCommentId=16117332#comment-16117332 ] ASF subversion and git services commented on SOLR-11177: Commit 34

[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&focusedCommentId=16117341#comment-16117341 ] ASF subversion and git services commented on SOLR-11177: Commit c2

[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&focusedCommentId=16117375#comment-16117375 ] Kevin Risden commented on SOLR-11209: - Looks like some work was done for something sim

[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&focusedCommentId=16117388#comment-16117388 ] Hrishikesh Gadre commented on SOLR-11209: - [~risdenk] Thanks for pointing out. Sub

[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 Sec

[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 CH

[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&focusedCommentId=16117472#comment-16117472 ] Anshum Gupta commented on SOLR-11126: - Thanks for taking a look at this [~shalinmangar

[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&focusedCommentId=16117473#comment-16117473 ] ASF subversion and git services commented on SOLR-11126: Commit 0d

[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&focusedCommentId=16117501#comment-16117501 ] 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&focusedCommentId=16117504#comment-16117504 ] ASF subversion and git services commented on LUCENE-7919: - Commit

[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 use

[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&focusedCommentId=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&focusedCommentId=16117515#comment-16117515 ] Yonik Seeley commented on SOLR-11190: - Patch looks fine. bq. Also should we be valid

  1   2   >