[jira] [Commented] (SOLR-8339) SolrDocument and SolrInputDocument should have a common interface

2015-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035869#comment-15035869 ] Shalin Shekhar Mangar commented on SOLR-8339: - bq. With this change, can we remove

[jira] [Commented] (LUCENE-6914) DecimalDigitFilter skips characters in some cases (supplemental?)

2015-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035905#comment-15035905 ] Robert Muir commented on LUCENE-6914: - looks buggy indeed. Can we also add a simple test (ퟙxퟡxퟠxퟜ ->

[jira] [Resolved] (SOLR-8339) SolrDocument and SolrInputDocument should have a common interface

2015-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-8339. - Resolution: Fixed Thanks Ishan! > SolrDocument and SolrInputDocument should have

[jira] [Updated] (SOLR-8339) SolrDocument and SolrInputDocument should have a common interface

2015-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8339: Fix Version/s: 5.5 Trunk Issue Type: Improvement (was:

[jira] [Commented] (SOLR-8339) SolrDocument and SolrInputDocument should have a common interface

2015-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036034#comment-15036034 ] ASF subversion and git services commented on SOLR-8339: --- Commit 1717657 from

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80) - Build # 14802 - Failure!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14802/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Doc with id=2 not found in

[jira] [Created] (LUCENE-6916) BaseDirectoryTestCase should use try-with-resources for its Directories

2015-12-02 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-6916: - Summary: BaseDirectoryTestCase should use try-with-resources for its Directories Key: LUCENE-6916 URL: https://issues.apache.org/jira/browse/LUCENE-6916 Project:

[jira] [Updated] (LUCENE-5868) JoinUtil support for NUMERIC docValues fields

2015-12-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-5868: - Attachment: LUCENE-5868.patch [^LUCENE-5868.patch] It's done, after all. I had to tweak

[jira] [Updated] (SOLR-8339) SolrDocument and SolrInputDocument should have a common interface

2015-12-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8339: --- Attachment: SOLR-8339.patch Thanks [~shalinmangar]. Added the Serializable to the base

[jira] [Commented] (LUCENE-6916) BaseDirectoryTestCase should use try-with-resources for its Directories

2015-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035901#comment-15035901 ] Robert Muir commented on LUCENE-6916: - I'm not sure we should do this, it makes test cases

[jira] [Commented] (LUCENE-6914) DecimalDigitFilter skips characters in some cases (supplemental?)

2015-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035911#comment-15035911 ] Robert Muir commented on LUCENE-6914: - or maybe the doubleStruck test is good enough? i guess the

[jira] [Commented] (LUCENE-6916) BaseDirectoryTestCase should use try-with-resources for its Directories

2015-12-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035909#comment-15035909 ] Alan Woodward commented on LUCENE-6916: --- It's FileSystem leaks rather than file leaks for me, but

[jira] [Commented] (SOLR-8339) SolrDocument and SolrInputDocument should have a common interface

2015-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036009#comment-15036009 ] ASF subversion and git services commented on SOLR-8339: --- Commit 1717654 from

[jira] [Updated] (LUCENE-6916) BaseDirectoryTestCase should use try-with-resources for its Directories

2015-12-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6916: -- Attachment: LUCENE-6916.patch Patch. I've only wrapped Directory usage with

[jira] [Commented] (LUCENE-6916) BaseDirectoryTestCase should use try-with-resources for its Directories

2015-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035919#comment-15035919 ] Robert Muir commented on LUCENE-6916: - Well, my issue is that: * try-with definitely adds

[jira] [Commented] (LUCENE-6916) BaseDirectoryTestCase should use try-with-resources for its Directories

2015-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035927#comment-15035927 ] Robert Muir commented on LUCENE-6916: - And by the way, I am ok with the change if its contained to

[jira] [Created] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Mike Drob (JIRA)
Mike Drob created SOLR-8359: --- Summary: Restrict child classes from using parent logger's state Key: SOLR-8359 URL: https://issues.apache.org/jira/browse/SOLR-8359 Project: Solr Issue Type:

[jira] [Commented] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2015-12-02 Thread Joakim Erdfelt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036185#comment-15036185 ] Joakim Erdfelt commented on SOLR-7339: -- The Jetty Project developers took a look at this and ... If

[jira] [Commented] (SOLR-8220) Read field from docValues for non stored fields

2015-12-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036219#comment-15036219 ] Ishan Chattopadhyaya commented on SOLR-8220: bq. I've updated the patch to now check for

[jira] [Commented] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036334#comment-15036334 ] Jason Gerlowski commented on SOLR-8359: --- Sure, good catch Mike, I didn't even think of this. I did a

[JENKINS] Lucene-Solr-5.x-Solaris (multiarch/jdk1.7.0) - Build # 225 - Failure!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/225/ Java: multiarch/jdk1.7.0 -d32 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.update.AutoCommitTest.testCommitWithin Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during

[jira] [Comment Edited] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2015-12-02 Thread Joakim Erdfelt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036185#comment-15036185 ] Joakim Erdfelt edited comment on SOLR-7339 at 12/2/15 5:25 PM: --- The Jetty

[jira] [Updated] (SOLR-8360) ExternalFileField.getValueSource uses req.datadir but this.schema

2015-12-02 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-8360: -- Attachment: SOLR-8360-option2.patch SOLR-8360-option1.patch alternative

[jira] [Created] (SOLR-8360) ExternalFileField.getValueSource uses req.datadir but this.schema

2015-12-02 Thread Christine Poerschke (JIRA)
Christine Poerschke created SOLR-8360: - Summary: ExternalFileField.getValueSource uses req.datadir but this.schema Key: SOLR-8360 URL: https://issues.apache.org/jira/browse/SOLR-8360 Project:

[jira] [Comment Edited] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2015-12-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036273#comment-15036273 ] Ishan Chattopadhyaya edited comment on SOLR-7339 at 12/2/15 6:07 PM: -

[jira] [Commented] (SOLR-8220) Read field from docValues for non stored fields

2015-12-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036165#comment-15036165 ] Ishan Chattopadhyaya commented on SOLR-8220: bq. I've updated the patch to now check for the

[jira] [Updated] (SOLR-2798) Local Param parsing does not support multivalued params

2015-12-02 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-2798: --- Description: As noted by Demian on the solr-user mailing list, Local Param parsing seems to use a

[jira] [Resolved] (SOLR-8325) Declare loggers as private static final

2015-12-02 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-8325. - Resolution: Duplicate Fix Version/s: (was: Trunk) Taken care of as part of SOLR-8330 > Declare

[jira] [Commented] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036117#comment-15036117 ] Mike Drob commented on SOLR-8359: - [~gerlowskija] - do you want to take a look at this? I didn't notice it

[jira] [Commented] (SOLR-4116) Log Replay [recoveryExecutor-8-thread-1] - : java.io.EOFException

2015-12-02 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036160#comment-15036160 ] Mike Drob commented on SOLR-4116: - I saw similar stack traces recently with the same EOFException when

[jira] [Commented] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036275#comment-15036275 ] Mike Drob commented on SOLR-8359: - {{PeerSync}} also has this, but no other classes use the cached debug

[jira] [Resolved] (LUCENE-4159) Code review before 4.0 release

2015-12-02 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-4159. - Resolution: Invalid Fix Version/s: (was: 4.9) (was:

[jira] [Commented] (LUCENE-6914) DecimalDigitFilter skips characters in some cases (supplemental?)

2015-12-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036156#comment-15036156 ] Hoss Man commented on LUCENE-6914: -- i wrote it thinking it would be helpful to first demonstrate what

[jira] [Comment Edited] (SOLR-8353) Support regex for skipping license checksums

2015-12-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036329#comment-15036329 ] Mark Miller edited comment on SOLR-8353 at 12/2/15 6:34 PM: bq. I can see it

[jira] [Commented] (SOLR-8353) Support regex for skipping license checksums

2015-12-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036329#comment-15036329 ] Mark Miller commented on SOLR-8353: --- bq. I can see it easily leading us down a road to developer

[jira] [Commented] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2015-12-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036273#comment-15036273 ] Ishan Chattopadhyaya commented on SOLR-7339: Yesterday, I ran the same test using a debugger,

[jira] [Commented] (SOLR-8345) Wrong query parsing

2015-12-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036274#comment-15036274 ] Hoss Man commented on SOLR-8345: to clarify the specific logic taking place here... * {{\( ... \)}} --

Solr Ref Guide for 5.4

2015-12-02 Thread Cassandra Targett
I'll offer to manage the Ref Guide release for 5.4. Uwe, will you update the CWIKI javadoc links to point to the 5_4_0 paths? As described here:

[jira] [Updated] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2015-12-02 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6908: --- Attachment: LUCENE-6908.patch Thanks [~mikemccand]! Fixed the patch to include

[jira] [Comment Edited] (LUCENE-6914) DecimalDigitFilter skips characters in some cases (supplemental?)

2015-12-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036156#comment-15036156 ] Hoss Man edited comment on LUCENE-6914 at 12/2/15 5:29 PM: --- i wrote it thinking

[jira] [Commented] (SOLR-8353) Support regex for skipping license checksums

2015-12-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036322#comment-15036322 ] Mark Miller commented on SOLR-8353: --- This is desirable for the same reason we added the other skip

Re: Solr Ref Guide for 5.4

2015-12-02 Thread Cassandra Targett
FWIW, the problem I mentioned in the pre-RC is fixed so those nav elements will disappear when I make an RC of the guide. On Wed, Dec 2, 2015 at 12:26 PM, Cassandra Targett wrote: > I'll offer to manage the Ref Guide release for 5.4. > > Uwe, will you update the CWIKI

[jira] [Commented] (SOLR-8225) Leader should send update requests to replicas in recovery asynchronously

2015-12-02 Thread Ayon Sinha (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036443#comment-15036443 ] Ayon Sinha commented on SOLR-8225: -- This problem is becoming a deal-breaker for any Solr cluster. The

[jira] [Created] (LUCENE-6917) Move NumericField out of core to backwards-codecs

2015-12-02 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6917: -- Summary: Move NumericField out of core to backwards-codecs Key: LUCENE-6917 URL: https://issues.apache.org/jira/browse/LUCENE-6917 Project: Lucene - Core

[jira] [Comment Edited] (SOLR-8349) Allow sharing of large in memory data structures across cores

2015-12-02 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031082#comment-15031082 ] Gus Heck edited comment on SOLR-8349 at 12/2/15 7:53 PM: - Patch implementing

[jira] [Commented] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036483#comment-15036483 ] Mike Drob commented on SOLR-8359: - Not sure it makes sense to always make these cached boolean {{private

[jira] [Assigned] (SOLR-8353) Support regex for skipping license checksums

2015-12-02 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan reassigned SOLR-8353: Assignee: Gregory Chanan > Support regex for skipping license checksums >

[jira] [Updated] (LUCENE-6917) Move NumericField out of core to backwards-codecs

2015-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6917: --- Attachment: LUCENE-6917.patch This is mostly a "rote" rename, except there was some

[jira] [Commented] (SOLR-6595) Improve error response in case distributed collection cmd fails

2015-12-02 Thread mugeesh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036518#comment-15036518 ] mugeesh commented on SOLR-6595: --- above conversation nobody tell clearly how to solve it, I am getting same

Re: Solr Ref Guide for 5.4

2015-12-02 Thread Uwe Schindler
Will do in an hour! Uwe Am 2. Dezember 2015 19:26:07 MEZ, schrieb Cassandra Targett : >I'll offer to manage the Ref Guide release for 5.4. > >Uwe, will you update the CWIKI javadoc links to point to the 5_4_0 >paths? >As described here:

[jira] [Commented] (SOLR-8353) Support regex for skipping license checksums

2015-12-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036351#comment-15036351 ] Mark Miller commented on SOLR-8353: --- Patch looks good. A couple weeks ago I tried to do this via simple

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5439 - Failure!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5439/ Java: 64bit/jdk1.8.0_66 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.test Error Message: List size mismatch @ spellcheck/suggestions Stack

[JENKINS] Lucene-Solr-NightlyTests-5.4 - Build # 7 - Still Failing

2015-12-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.4/7/ 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestStressReplication Error Message: timed out waiting for collection1 startAt time to exceed: Wed Dec 02 15:04:23 BRT 2015 Stack Trace:

[jira] [Assigned] (SOLR-2556) Spellcheck component not returned with numeric queries

2015-12-02 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer reassigned SOLR-2556: Assignee: James Dyer > Spellcheck component not returned with numeric queries >

[jira] [Updated] (SOLR-2556) Spellcheck component not returned with numeric queries

2015-12-02 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-2556: - Attachment: SOLR-2556.patch Here is a patch with just failing unit tests. I think the best way to fix

[jira] [Updated] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-8359: -- Attachment: SOLR-8359.patch Tests passed; here's the patch. > Restrict child classes from using

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_66) - Build # 14803 - Still Failing!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14803/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 3

[jira] [Created] (SOLR-8361) Failed to create collection in Solrcloud

2015-12-02 Thread mugeesh (JIRA)
mugeesh created SOLR-8361: - Summary: Failed to create collection in Solrcloud Key: SOLR-8361 URL: https://issues.apache.org/jira/browse/SOLR-8361 Project: Solr Issue Type: Bug Components:

[jira] [Updated] (SOLR-8353) Support regex for skipping license checksums

2015-12-02 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-8353: - Attachment: SOLR-8353.patch Thanks for taking a look, Mark. New patch fixes one of the log

[jira] [Commented] (SOLR-8308) Core gets inaccessible after RENAME operation with special characters

2015-12-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035491#comment-15035491 ] Alan Woodward commented on SOLR-8308: - Hi Erik, could you move the name checks to a separate

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-12-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035526#comment-15035526 ] Uwe Schindler commented on SOLR-8330: - +1 Thanks! > Restrict logger visibility throughout the codebase

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5437 - Still Failing!

2015-12-02 Thread Michael McCandless
I committed a fix: it was a fun failure, where the randomized merge policy it got had such a tiny maxMergedSegmentMB that no merging ever took place and so the test never saw the merge exceptions it was waiting for! Mike McCandless http://blog.mikemccandless.com On Wed, Dec 2, 2015 at 4:15 AM,

[jira] [Commented] (SOLR-8308) XSS vulnerability

2015-12-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035456#comment-15035456 ] Uwe Schindler commented on SOLR-8308: - Hi, we should rename this issue (summary title), so it does not

[jira] [Updated] (SOLR-8308) Core gets inaccessible after RENAME operation with special characters

2015-12-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-8308: Summary: Core gets inaccessible after RENAME operation with special characters (was: XSS

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 676 - Still Failing

2015-12-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/676/ 1 tests failed. FAILED: org.apache.solr.cloud.TestDistribDocBasedVersion.test Error Message: expected:<409> but was:<500> Stack Trace: java.lang.AssertionError: expected:<409> but was:<500> at

[jira] [Updated] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-12-02 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-8330: --- Attachment: SOLR-8330.patch Patch with a few more fixes that I came across while running ant clean,

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5437 - Still Failing!

2015-12-02 Thread Michael McCandless
Thanks Dawid, I'll dig ... Mike McCandless http://blog.mikemccandless.com On Wed, Dec 2, 2015 at 2:48 AM, Dawid Weiss wrote: > This reproduces. Looks like it picks CheapBastard codec and it doesn't > play too nice with the tests? > > Dawid > > On Wed, Dec 2, 2015 at

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035524#comment-15035524 ] ASF subversion and git services commented on SOLR-8330: --- Commit 1717590 from

[jira] [Commented] (SOLR-8308) Core gets inaccessible after RENAME operation with special characters

2015-12-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035532#comment-15035532 ] Uwe Schindler commented on SOLR-8308: - bq. {{Pattern p = Pattern.compile("^[\\._A-Za-z0-9]*$");}} You

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1619: POMs out of sync

2015-12-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1619/ No tests ran. Build Log: [...truncated 37266 lines...] -validate-maven-dependencies: [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet

[jira] [Commented] (SOLR-5031) Fix Language Analysis page to use images for non latin in/out examples

2015-12-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036663#comment-15036663 ] Hoss Man commented on SOLR-5031: more pain, serbian description/examples:

[JENKINS-EA] Lucene-Solr-5.4-Linux (64bit/jdk1.9.0-ea-b93) - Build # 302 - Failure!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/302/ Java: 64bit/jdk1.9.0-ea-b93 -XX:-UseCompressedOops -XX:+UseSerialGC -XX:-CompactStrings 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51

[jira] [Commented] (SOLR-6673) MDC based logging of collection, shard etc.

2015-12-02 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036786#comment-15036786 ] Mike Drob commented on SOLR-6673: - Did this ever make it into the wiki or ref guide? > MDC based logging

[jira] [Created] (SOLR-8362) Add docValues support for TextField

2015-12-02 Thread Hoss Man (JIRA)
Hoss Man created SOLR-8362: -- Summary: Add docValues support for TextField Key: SOLR-8362 URL: https://issues.apache.org/jira/browse/SOLR-8362 Project: Solr Issue Type: Improvement

[jira] [Resolved] (SOLR-8361) Failed to create collection in Solrcloud

2015-12-02 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-8361. -- Resolution: Invalid Please raise this kind of issue on the user's list first, we try to reserve

[jira] [Updated] (LUCENE-5868) JoinUtil support for NUMERIC docValues fields

2015-12-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-5868: - Attachment: LUCENE-5868.patch even more efficient shuffling in test [^LUCENE-5868.patch]

[jira] [Commented] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2015-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036726#comment-15036726 ] Michael McCandless commented on LUCENE-6908: Thanks [~nknize]! Lots of geo math that I don't

[jira] [Commented] (SOLR-8220) Read field from docValues for non stored fields

2015-12-02 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036972#comment-15036972 ] Keith Laban commented on SOLR-8220: --- My only concern is that we may have to add a flag for this and for

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 229 - Failure!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/229/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test Error Message: java.util.concurrent.TimeoutException: Could not connect to

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 870 - Still Failing

2015-12-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/870/ 3 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange Error Message: Timeout while trying to assert number of documents on collection: target_collection Stack

[jira] [Commented] (SOLR-8318) SimpleQueryParser doesn't use MultiTermAnalysis for Fuzzy Queries

2015-12-02 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037191#comment-15037191 ] Erick Erickson commented on SOLR-8318: -- OK. LGTM then. I'll check this in in a day or so unless

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037218#comment-15037218 ] ASF subversion and git services commented on SOLR-8330: --- Commit 1717707 from

[jira] [Commented] (LUCENE-6837) Add N-best output capability to JapaneseTokenizer

2015-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037353#comment-15037353 ] ASF subversion and git services commented on LUCENE-6837: - Commit 1717713 from

[jira] [Commented] (SOLR-6915) SaslZkACLProvider and Kerberos Test Using MiniKdc

2015-12-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037375#comment-15037375 ] Mark Miller commented on SOLR-6915: --- Another option is just hard coding to one working locale for now

[jira] [Comment Edited] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037088#comment-15037088 ] Jason Gerlowski edited comment on SOLR-8359 at 12/3/15 2:37 AM: Ah, I

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5440 - Still Failing!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5440/ Java: 64bit/jdk1.8.0_66 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack

Re: [jira] [Commented] (SOLR-8220) Read field from docValues for non stored fields

2015-12-02 Thread Erick Erickson
Please follow the instructions here to unsubscribe. Note, you _MUST_ use the exact same e-mail you subscribed with. See the "unsubscribe" link here: http://lucene.apache.org/solr/resources.html If you have problems, have you tried to follow the instructions here?

[jira] [Updated] (SOLR-8359) Restrict child classes from using parent logger's state

2015-12-02 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-8359: -- Attachment: SOLR-8359-nonfinal-values.patch I've attached a version of the patch

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-12-02 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037236#comment-15037236 ] Anshum Gupta commented on SOLR-8330: It's now in 5.4. > Restrict logger visibility throughout the

[jira] [Updated] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-12-02 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-8330: --- Fix Version/s: 5.4 > Restrict logger visibility throughout the codebase to private so that only > the

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-12-02 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037358#comment-15037358 ] Modassar Ather commented on LUCENE-5205: Hi [~talli...@mitre.org] A prefix in double quotes is

[jira] [Comment Edited] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-12-02 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037358#comment-15037358 ] Modassar Ather edited comment on LUCENE-5205 at 12/3/15 6:41 AM: - Hi

[jira] [Updated] (SOLR-8131) Make ManagedIndexSchemaFactory as the default in Solr

2015-12-02 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8131: Attachment: SOLR-8131.patch Updated patch which trunk which takes Erik's feedback into account.

[jira] [Comment Edited] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-12-02 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037358#comment-15037358 ] Modassar Ather edited comment on LUCENE-5205 at 12/3/15 6:43 AM: - Hi

[jira] [Comment Edited] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-12-02 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037358#comment-15037358 ] Modassar Ather edited comment on LUCENE-5205 at 12/3/15 6:44 AM: - Hi

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_66) - Build # 15099 - Failure!

2015-12-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15099/ Java: 32bit/jdk1.8.0_66 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Error from server at http://127.0.0.1:33148/awholynewcollection_0:

[jira] [Commented] (SOLR-8131) Make ManagedIndexSchemaFactory as the default in Solr

2015-12-02 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037376#comment-15037376 ] Varun Thacker commented on SOLR-8131: - Hi Erik, bq. ShowFileRequestHandlerTest.java: maybe use the

RE: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5439 - Failure!

2015-12-02 Thread Chris Hostetter
: Date: Wed, 2 Dec 2015 16:20:52 -0600 : From: "Dyer, James" : Reply-To: dev@lucene.apache.org : To: "dev@lucene.apache.org" : Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # : 5439 - Failure! : : I'm

[jira] [Commented] (SOLR-8353) Support regex for skipping license checksums

2015-12-02 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036870#comment-15036870 ] Gregory Chanan commented on SOLR-8353: -- Hmm, when i don't specify a regex it gets passed to the ant

[jira] [Updated] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2015-12-02 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6908: --- Attachment: LUCENE-6908.patch Thanks [~mikemccand]. In {{isClosestPointOnRectWithinRange}}

  1   2   >