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

2017-08-05 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-11198: -- Attachment: SOLR-11198.patch OK, false alarm. bin/solr, zkcli and ZkCLI all look like they go

Re: ant precommit failing due to the solr dev guide

2017-08-05 Thread Steve Rowe
Sorry, I only tested the previous fix on a small file. I've tried a different approach (removed the trailing ".*" in the problematic regex, and used lookingAt() instead of matches() with this regex), which passed all of "-validate-source-patterns" with all .adoc files. Please try again. --

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6805/ Java: 32bit/jdk-9-ea+178 -server -XX:+UseParallelGC --illegal-access=deny 1 tests failed. FAILED: org.apache.lucene.replicator.IndexReplicationClientTest.testConsistencyOnExceptions Error Message: Could not remove the

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/95/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation Error Message: 2 threads leaked from SUITE scope at

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

2017-08-05 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115590#comment-16115590 ] Shalin Shekhar Mangar commented on SOLR-10821: -- Thanks Shawn! > Write documentation for the

[GitHub] lucene-solr pull request #228: Branch 6 5

2017-08-05 Thread AdityaParameshwara
GitHub user AdityaParameshwara opened a pull request: https://github.com/apache/lucene-solr/pull/228 Branch 6 5 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/lucene-solr branch_6_5 Alternatively you can review and

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

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

Re: ant precommit failing due to the solr dev guide

2017-08-05 Thread Karl Wright
Hi Steve, it still did not work for me I'm afraid. Same exact problem after a "git pull" on master. Karl On Sat, Aug 5, 2017 at 6:55 PM, Steve Rowe wrote: > I was able to reproduce on Windows 10 after running “git config --global > core.autocrlf true” and deleting all files

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20266/ Java: 32bit/jdk-9-ea+178 -client -XX:+UseConcMarkSweepGC --illegal-access=deny 1 tests failed. FAILED: org.apache.lucene.search.suggest.analyzing.AnalyzingSuggesterTest.testRandomRealisticKeys Error Message: input automaton

[JENKINS-EA] Lucene-Solr-7.x-Windows (32bit/jdk-9-ea+178) - Build # 98 - Still Unstable!

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/98/ Java: 32bit/jdk-9-ea+178 -server -XX:+UseSerialGC --illegal-access=deny 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.common.util.TestNamedListCodec Error Message: The test or suite printed 10306 bytes to

Re: ant precommit failing due to the solr dev guide

2017-08-05 Thread Steve Rowe
I was able to reproduce on Windows 10 after running “git config --global core.autocrlf true” and deleting all files except .git/, then running “git reset --hard”. The issue appears to be that String.split(“\n\r?") returns lines with trailing carriage returns, which causes regexes that expect

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6804/ Java: 64bit/jdk-9-ea+178 -XX:-UseCompressedOops -XX:+UseParallelGC --illegal-access=deny 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.DataDrivenBlockJoinTest Error Message: Could not remove the

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

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

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

2017-08-05 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115488#comment-16115488 ] Karl Wright commented on LUCENE-7918: - [~ivera], didn't pass documentation-lint. This is what it

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

2017-08-05 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115482#comment-16115482 ] Karl Wright commented on LUCENE-7918: - I'm also seeing build warnings compiling this code, e.g.:

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

2017-08-05 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115481#comment-16115481 ] Karl Wright commented on LUCENE-7918: - [~ivera], I've been looking at the build.xml code for the

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

2017-08-05 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115479#comment-16115479 ] Shawn Heisey commented on SOLR-10821: - Looks like the new docs haven't been backported to 7x or 7_0

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

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

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

2017-08-05 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115476#comment-16115476 ] Shawn Heisey commented on SOLR-10821: - Noticed that the new solrloud-autoscaling-api doc file failed

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

2017-08-05 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115470#comment-16115470 ] Erick Erickson edited comment on SOLR-11198 at 8/5/17 5:43 PM: --- WHOA! I got

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

2017-08-05 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115470#comment-16115470 ] Erick Erickson commented on SOLR-11198: --- I think I see the problem and that this particular issue

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

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

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

2017-08-05 Thread Karthik Ramachandran (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Ramachandran updated SOLR-11190: Attachment: SOLR-11190.patch > GraphQuery not working if field has only docValues >

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

2017-08-05 Thread Karthik Ramachandran (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115444#comment-16115444 ] Karthik Ramachandran commented on SOLR-11190: - Agreed, If the field is indexed we should use

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20264/ Java: 32bit/jdk-9-ea+178 -server -XX:+UseG1GC --illegal-access=deny 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest Error Message: 3 threads leaked from

[jira] [Commented] (SOLR-10796) TestPointFields: increase randomized testing of non-trivial values

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

[jira] [Commented] (SOLR-10796) TestPointFields: increase randomized testing of non-trivial values

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

[jira] [Commented] (SOLR-10796) TestPointFields: increase randomized testing of non-trivial values

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

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

2017-08-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115415#comment-16115415 ] David Smiley commented on LUCENE-7655: -- Cool [~maciej.zasada]; thanks for contributing. > Speed up

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

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

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

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

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

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

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/149/ Java: 64bit/jdk-9-ea+178 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC --illegal-access=deny 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: Error from server at

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

2017-08-05 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-7827: - Attachment: LUCENE-7827.patch Since I've made many {{private}} members {{protected}},

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/206/ Java: 32bit/jdk-9-ea+178 -server -XX:+UseG1GC --illegal-access=deny 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: Error from server at http://127.0.0.1:44859/_u/collection1: ERROR: [doc=1]

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20263/ Java: 32bit/jdk1.8.0_141 -client -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.lucene.search.suggest.analyzing.AnalyzingSuggesterTest.testRandomRealisticKeys Error Message: input automaton is too large: 1001

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/148/ Java: 64bit/jdk-9-ea+178 -XX:-UseCompressedOops -XX:+UseSerialGC --illegal-access=deny 3 tests failed. FAILED: org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion Error Message: Exception during

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

2017-08-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115349#comment-16115349 ] Michael McCandless commented on LUCENE-7919: I agree {{notifyAll}} was not necessary here;

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

2017-08-05 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115348#comment-16115348 ] Amrit Sarkar commented on SOLR-11200: - Ah! I don't this will serve our purpose in bulk indexing, logs

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

2017-08-05 Thread Guoqiang Jiang (JIRA)
Guoqiang Jiang created LUCENE-7919: -- Summary: excessive use of notifyAll Key: LUCENE-7919 URL: https://issues.apache.org/jira/browse/LUCENE-7919 Project: Lucene - Core Issue Type: Bug

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/205/ Java: 64bit/jdk-9-ea+178 -XX:+UseCompressedOops -XX:+UseParallelGC --illegal-access=deny 2 tests failed. FAILED: org.apache.solr.update.HardAutoCommitTest.testCommitWithin Error Message: Exception during query Stack Trace:

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

2017-08-05 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-11200: Attachment: SOLR-11200.patch Patch attached :: {code} modified:

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

2017-08-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20262/ Java: 32bit/jdk-9-ea+178 -server -XX:+UseConcMarkSweepGC --illegal-access=deny 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: Error from server at http://127.0.0.1:41183/b_r/x/collection1:

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

2017-08-05 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-11200: Attachment: SOLR-11200.patch [~varunthacker] [~niqbal], {{isAutoIOThrottle}} will be a suitable