[jira] [Created] (SOLR-6376) Edismax field alias bug

2014-08-14 Thread Thomas Egense (JIRA)
Thomas Egense created SOLR-6376: --- Summary: Edismax field alias bug Key: SOLR-6376 URL: https://issues.apache.org/jira/browse/SOLR-6376 Project: Solr Issue Type: Bug Components: query

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1733 - Still Failing!

2014-08-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1733/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-14 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096726#comment-14096726 ] Adrien Grand commented on LUCENE-5884: -- Thanks for taking care of this, Caching

[jira] [Updated] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2014-08-14 Thread M Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Kim updated LUCENE-5876: -- Description: In BoostQueryNodeBuilder.build, the return variable, query can be null, but there is no null

[jira] [Commented] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096737#comment-14096737 ] Michael McCandless commented on LUCENE-5884: bq. There is just one thing that

[jira] [Commented] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096742#comment-14096742 ] Ramkumar Aiyengar commented on SOLR-6284: - [~anshumg], this seems to be from your

[GitHub] lucene-solr pull request: clarified the Sort(Sortfield...) constru...

2014-08-14 Thread s4ke
Github user s4ke commented on the pull request: https://github.com/apache/lucene-solr/pull/20#issuecomment-52157922 so, this will not be accepted? --- 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

[jira] [Updated] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2014-08-14 Thread M Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Kim updated LUCENE-5876: -- Description: In BoostQueryNodeBuilder.build, the return variable, query can be null, but there is no error

[jira] [Updated] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2014-08-14 Thread M Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Kim updated LUCENE-5876: -- Description: public Query build(QueryNode queryNode) throws QueryNodeException { BoostQueryNode

[jira] [Commented] (LUCENE-5864) Split BytesRef into BytesRef and BytesRefBuilder

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096775#comment-14096775 ] ASF subversion and git services commented on LUCENE-5864: - Commit

Re: Who should close MergePolicy

2014-08-14 Thread Shai Erera
Hmm, I think we have the same problem with MergeScheduler. It is no longer wired to an IW instance, yet IW calls ms.close() when it's closed. This is wrong ... maybe we should add ref-counting to MergeScheduler? Shai On Thu, Aug 14, 2014 at 8:38 AM, Shai Erera ser...@gmail.com wrote: OK I

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 597 - Still Failing

2014-08-14 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/597/ 1 tests failed. REGRESSION: org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite Error Message: GC overhead limit exceeded Stack Trace: java.lang.OutOfMemoryError: GC overhead limit exceeded at

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096780#comment-14096780 ] Shai Erera commented on LUCENE-5883: If it wasn't clear, I think this is ready to

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096786#comment-14096786 ] Michael McCandless commented on LUCENE-5883: +1, thanks Shai! Move

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096793#comment-14096793 ] Uwe Schindler commented on LUCENE-5883: --- +1, very good! I think LUCENE-5526 is

[jira] [Comment Edited] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096793#comment-14096793 ] Uwe Schindler edited comment on LUCENE-5883 at 8/14/14 9:39 AM:

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096794#comment-14096794 ] Michael McCandless commented on LUCENE-4396: Oh, it looks like we are down to

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096796#comment-14096796 ] Shai Erera commented on LUCENE-5883: Indeed. With this patch it would mean to pass

[jira] [Updated] (LUCENE-5871) Simplify or remove use of Version in IndexWriterConfig

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5871: --- Attachment: LUCENE-5871.iwclose.trunk.patch

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_20-ea-b23) - Build # 4248 - Still Failing!

2014-08-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4248/ Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.solr.handler.component.DistributedSpellCheckComponentTest.testDistribSearch Error Message: Control data did not return any

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-14 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096845#comment-14096845 ] Da Huang commented on LUCENE-4396: -- {quote} it looks like we are down to one new added

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096852#comment-14096852 ] ASF subversion and git services commented on LUCENE-5883: - Commit

Re: Proposed ResponseWriter

2014-08-14 Thread Erik Hatcher
Thoughts - sure thing. Anyone up for putting up a patch? On Aug 13, 2014, at 10:39 PM, Ashton Kemerling ashtonkemerl...@gmail.com wrote: The folks at Cognitect released a few weeks ago a new data format called Transit. To give a really short feature list, it is: 1) Language agnostic:

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096881#comment-14096881 ] ASF subversion and git services commented on LUCENE-5883: - Commit

[jira] [Resolved] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-5883. Resolution: Fixed Fix Version/s: 4.10 5.0 Committed to trunk and 4x.

[jira] [Commented] (LUCENE-5526) Forced merges

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096888#comment-14096888 ] Shai Erera commented on LUCENE-5526: On LUCENE-5883 I moved MergePolicy to

[jira] [Created] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Shai Erera (JIRA)
Shai Erera created LUCENE-5885: -- Summary: MergeScheduler should not implement Closeable Key: LUCENE-5885 URL: https://issues.apache.org/jira/browse/LUCENE-5885 Project: Lucene - Core Issue

Re: Proposed ResponseWriter

2014-08-14 Thread Ashton Kemerling
I'm probably going to take a swing at it, but I am super rusty at both svn and java, so if anyone else feels better prepared I don't want to stop them.  -- Ashton On Thu, Aug 14, 2014 at 5:21 AM, Erik Hatcher erik.hatc...@gmail.com wrote: Thoughts - sure thing. Anyone up for putting up a

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

2014-08-14 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1184/ 1 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: shard1 is not consistent. Got 186 from http://127.0.0.1:40629/q_rpt/dk/collection1lastClient and got 49 from

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096912#comment-14096912 ] ASF subversion and git services commented on SOLR-5656: --- Commit

[jira] [Commented] (LUCENE-5864) Split BytesRef into BytesRef and BytesRefBuilder

2014-08-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096921#comment-14096921 ] Yonik Seeley commented on LUCENE-5864: -- Thanks Adrien! Split BytesRef into

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096924#comment-14096924 ] Michael McCandless commented on LUCENE-4396: I ran the default luceneutil

[jira] [Commented] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096926#comment-14096926 ] Michael McCandless commented on LUCENE-5885: +1 to remove Closeable. I think

[jira] [Commented] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096931#comment-14096931 ] Shai Erera commented on LUCENE-5885: Oh, that simplifies things a lot. I started to

[jira] [Commented] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096933#comment-14096933 ] Michael McCandless commented on LUCENE-5885: +1 to drop CMS.sync!

[jira] [Commented] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096936#comment-14096936 ] Shai Erera commented on LUCENE-5885: I had a chat w/ Mike about this - we think that

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_65) - Build # 11014 - Failure!

2014-08-14 Thread Michael McCandless
I committed a fix ... test was a bit too evil (still). Mike McCandless http://blog.mikemccandless.com On Wed, Aug 13, 2014 at 5:56 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11014/ Java: 64bit/jdk1.7.0_65

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2014-08-14 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-2894: - Attachment: 48.pivotfails.log.bz2 I ran the test using Mark's repro line a couple times on my Mac (OS X

[jira] [Commented] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096963#comment-14096963 ] ASF subversion and git services commented on LUCENE-5884: - Commit

[jira] [Updated] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5882: Attachment: LUCENE-5882.patch Thank you Ryan. Its more than that actually, we had stupidity at

[jira] [Created] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5886: --- Summary: current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java Key: LUCENE-5886 URL: https://issues.apache.org/jira/browse/LUCENE-5886 Project:

[jira] [Updated] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5886: Attachment: LUCENE-5886.patch Attached is a patch upgrading the version. 'ant precommit' passes

[jira] [Resolved] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5884. Resolution: Fixed Speed up FST.ramBytesUsed -

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096985#comment-14096985 ] Robert Muir commented on LUCENE-5886: - give me a moment to run precommit with java8

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096983#comment-14096983 ] Uwe Schindler commented on LUCENE-5886: --- If 4.4 works I am happy. I tried to

[jira] [Commented] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096984#comment-14096984 ] ASF subversion and git services commented on LUCENE-5884: - Commit

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096992#comment-14096992 ] Michael McCandless commented on LUCENE-5886: I'm seeing this too... current

[jira] [Created] (SOLR-6377) Admin UI Logging tab doesn't work with different loggers

2014-08-14 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-6377: --- Summary: Admin UI Logging tab doesn't work with different loggers Key: SOLR-6377 URL: https://issues.apache.org/jira/browse/SOLR-6377 Project: Solr Issue

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096994#comment-14096994 ] Uwe Schindler commented on LUCENE-5886: --- +1 to commit. Remove the check later! I

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096998#comment-14096998 ] ASF subversion and git services commented on LUCENE-5886: - Commit

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096993#comment-14096993 ] Robert Muir commented on LUCENE-5886: - Currently this is not even run with java8 (i

[jira] [Updated] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5885: --- Attachment: LUCENE-5885.patch Patch removes CMS.sync() and Closeable from MergeScheduler. Note that

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097000#comment-14097000 ] Mark Miller commented on LUCENE-5886: - Thanks Robert! current ecj-javadoc-lint

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097009#comment-14097009 ] ASF subversion and git services commented on LUCENE-5886: - Commit

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097015#comment-14097015 ] Robert Muir commented on LUCENE-5886: - I will leave the issue open, in case we can

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097019#comment-14097019 ] Uwe Schindler commented on LUCENE-5886: --- +1 I will take care of the check current

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097022#comment-14097022 ] ASF subversion and git services commented on LUCENE-5886: - Commit

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097021#comment-14097021 ] ASF subversion and git services commented on LUCENE-5886: - Commit

[jira] [Commented] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097034#comment-14097034 ] Anshum Gupta commented on SOLR-6284: Thanks [~andyetitmoves]. I'll merge this. Fix

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097036#comment-14097036 ] Robert Muir commented on LUCENE-5886: - Actually I think we can just pull

[jira] [Commented] (LUCENE-5871) Simplify or remove use of Version in IndexWriterConfig

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097039#comment-14097039 ] ASF subversion and git services commented on LUCENE-5871: - Commit

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-14 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097043#comment-14097043 ] Timothy Potter commented on SOLR-2894: -- bq. does that sound like a viable possibility

[jira] [Commented] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097050#comment-14097050 ] ASF subversion and git services commented on SOLR-6284: --- Commit

[jira] [Commented] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097054#comment-14097054 ] ASF subversion and git services commented on SOLR-6284: --- Commit

[jira] [Assigned] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta reassigned SOLR-6284: -- Assignee: Anshum Gupta Fix NPE in OCP when non-existent sliceId is used for a deleteShard

[jira] [Updated] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-6284: --- Fix Version/s: 4.10 5.0 Fix NPE in OCP when non-existent sliceId is used for a

[jira] [Resolved] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta resolved SOLR-6284. Resolution: Fixed Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

[jira] [Commented] (SOLR-6347) 'deletereplica' can throw a NullPointerException

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097061#comment-14097061 ] ASF subversion and git services commented on SOLR-6347: --- Commit

[jira] [Commented] (SOLR-6347) 'deletereplica' can throw a NullPointerException

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097062#comment-14097062 ] ASF subversion and git services commented on SOLR-6347: --- Commit

[jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097070#comment-14097070 ] Uwe Schindler commented on LUCENE-5886: --- Sounds fine. I will investigate. current

[jira] [Commented] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097076#comment-14097076 ] ASF subversion and git services commented on LUCENE-5882: - Commit

[jira] [Comment Edited] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097070#comment-14097070 ] Uwe Schindler edited comment on LUCENE-5886 at 8/14/14 3:35 PM:

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-14 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097081#comment-14097081 ] Ryan Ernst commented on LUCENE-5850: I would like to commit this Friday morning PDT

[jira] [Commented] (LUCENE-5864) Split BytesRef into BytesRef and BytesRefBuilder

2014-08-14 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097099#comment-14097099 ] Adrien Grand commented on LUCENE-5864: -- You're welcome. Split BytesRef into

[GitHub] lucene-solr pull request: Fix NPE in OCP when non-existent sliceId...

2014-08-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucene-solr/pull/74 --- 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] (SOLR-6284) Fix NPE in OCP when non-existent sliceId is used for a deleteShard request

2014-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097105#comment-14097105 ] ASF GitHub Bot commented on SOLR-6284: -- Github user asfgit closed the pull request at:

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b23) - Build # 10903 - Failure!

2014-08-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10903/ Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.solr.cloud.TestDistribDocBasedVersion.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Created] (LUCENE-5887) Remove horrible WeakIdentityMap caching in AttributeFactory, AttributeSource and VirtualMethod

2014-08-14 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-5887: - Summary: Remove horrible WeakIdentityMap caching in AttributeFactory, AttributeSource and VirtualMethod Key: LUCENE-5887 URL: https://issues.apache.org/jira/browse/LUCENE-5887

[jira] [Updated] (LUCENE-5887) Remove horrible WeakIdentityMap caching in AttributeFactory, AttributeSource and VirtualMethod

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5887: -- Attachment: LUCENE-5887.patch Patch removing most of the code... Very nice cleanup! Remove

[jira] [Updated] (LUCENE-5887) Remove horrible WeakIdentityMap caching in AttributeFactory, AttributeSource and VirtualMethod

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5887: -- Description: Especially the use case in AttributeFactory is horrible: Because of ClassLoader

[jira] [Commented] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097149#comment-14097149 ] Shai Erera commented on LUCENE-5885: I ran tests after the fix on LUCENE-5871, but I

[jira] [Resolved] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5882. - Resolution: Fixed Fix Version/s: 4.10 5.0 add 4.10 docvaluesformat

[jira] [Commented] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097162#comment-14097162 ] ASF subversion and git services commented on LUCENE-5882: - Commit

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_20-ea-b23) - Build # 11023 - Failure!

2014-08-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11023/ Java: 64bit/jdk1.8.0_20-ea-b23 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite Error Message: Java heap space Stack Trace:

[jira] [Resolved] (SOLR-6374) TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds

2014-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe resolved SOLR-6374. - Resolution: Fixed Fix Version/s: 4.10 5.0 Will resolve

[jira] [Updated] (SOLR-5098) Add REST support for adding field types to the schema

2014-08-14 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-5098: - Attachment: SOLR-5098.patch Here is a first cut at support for adding new field types to managed

[jira] [Commented] (LUCENE-5871) Simplify or remove use of Version in IndexWriterConfig

2014-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097181#comment-14097181 ] ASF subversion and git services commented on LUCENE-5871: - Commit

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1770 - Still Failing!

2014-08-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1770/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097217#comment-14097217 ] Uwe Schindler commented on LUCENE-5850: --- You patch no longer contains a check that

[jira] [Commented] (SOLR-6249) Schema API changes return success before all cores are updated

2014-08-14 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097263#comment-14097263 ] Timothy Potter commented on SOLR-6249: -- Going to start working on this ... a few

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_65) - Build # 10904 - Still Failing!

2014-08-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10904/ Java: 32bit/jdk1.7.0_65 -client -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2 Error Message: key:ignored_creation_date expected:[2007-10-01T16:13:56Z]

[jira] [Updated] (SOLR-6316) API to know number of backups available

2014-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Primož Skale updated SOLR-6316: --- Attachment: SOLR-6316.patch Added info about the number of available backups in current or selected

[jira] [Commented] (SOLR-6316) API to know number of backups available

2014-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097349#comment-14097349 ] Primož Skale commented on SOLR-6316: Some more info about patch. It's funny actually.

[jira] [Commented] (SOLR-6121) cursorMark should accept sort param without explicit uniqueKey, do implicit uniqueKey tie breaker sort under the hood

2014-08-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097372#comment-14097372 ] Hoss Man commented on SOLR-6121: Here's an example from irc (reposted with brett_h's

[jira] [Updated] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-14 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated LUCENE-5850: --- Attachment: LUCENE-5850.patch Sorry about that Uwe. This new patch adds back a test to check the

[jira] [Updated] (LUCENE-5885) MergeScheduler should not implement Closeable

2014-08-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5885: --- Attachment: LUCENE-5885.patch Patch fixes the bug - finishMerges(false) is more robust now, and

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097545#comment-14097545 ] Uwe Schindler commented on LUCENE-5850: --- Thanks! +1 to commit! One small thing:

Processing on a numeric fieldType?

2014-08-14 Thread Edwards, Joshua
Hello - I am wanting to perform range searching on some numeric data. The catch is that the numeric data is sometimes spelled out - ie one hundred instead of 100. I have created a filter that allows me to convert the textual representation into a numeric one. However, I can't add the filter

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-14 Thread SMS Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14097562#comment-14097562 ] SMS Chauhan commented on SOLR-2894: --- Hi, I noticed that the code has been committed to

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 1734 - Still Failing!

2014-08-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1734/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC 2 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: Test abandoned because suite timeout was reached. Stack Trace:

  1   2   >