[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 657 - Still Failing

2014-10-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/657/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core

final modifier on some methods in TFIDFSimilarity class

2014-10-24 Thread Hafiz Hamid
Hi - I wanted to check if folks would be okay with removing the final modifier from 4 methods (i.e. computeNorm,computeWeight, exactSimScorer and sloppySimScorer) in Lucene's TFIDFSimilarity class. It doesn't look like allowing to override these methods would have any negative implications on the

[jira] [Commented] (LUCENE-6021) Make FixedBitSet and SparseFixedBitSet share a wider common interface

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

[jira] [Commented] (LUCENE-6021) Make FixedBitSet and SparseFixedBitSet share a wider common interface

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

[jira] [Commented] (SOLR-6647) Bad error message when missing resource from ZK when parsing Schema

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

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

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4388/ Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 14759 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:525: The following

[jira] [Resolved] (SOLR-6647) Bad error message when missing resource from ZK when parsing Schema

2014-10-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-6647. --- Resolution: Fixed Closing. Followup with further improvements in SOLR-6649 Bad error message when

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

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

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

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

[jira] [Updated] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5911: -- Fix Version/s: 4.10.2 Make MemoryIndex thread-safe for queries

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

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

[jira] [Reopened] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reopened LUCENE-5911: --- Reopening for backport to 4.10.2 Make MemoryIndex thread-safe for queries

[jira] [Resolved] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-5911. --- Resolution: Fixed Make MemoryIndex thread-safe for queries

Re: final modifier on some methods in TFIDFSimilarity class

2014-10-24 Thread Alan Woodward
Hi Hamid, Can't you just extend Similarity instead? Alan Woodward www.flax.co.uk On 24 Oct 2014, at 08:04, Hafiz Hamid wrote: Hi - I wanted to check if folks would be okay with removing the final modifier from 4 methods (i.e. computeNorm,computeWeight, exactSimScorer and sloppySimScorer)

[jira] [Commented] (LUCENE-6023) Remove final modifier from four methods of TFIDFSimilarity class to make them overridable.

2014-10-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182667#comment-14182667 ] Robert Muir commented on LUCENE-6023: - Override Similarity directly instead. Remove

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_67) - Build # 4287 - Still Failing!

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4287/ Java: 32bit/jdk1.7.0_67 -client -XX:+UseG1GC All tests passed Build Log: [...truncated 15014 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:525: The following error occurred while

Solr field operation use cases wiki is now in the Solr reference guide

2014-10-24 Thread Jack Krupansky
I just noticed that this page has been completely moved to the Solr reference guide, so it needs a tombstone: https://wiki.apache.org/solr/FieldOptionsByUseCase Replaced by: https://cwiki.apache.org/confluence/display/solr/Field+Properties+by+Use+Case -- Jack Krupansky

[jira] [Updated] (SOLR-6545) Query field list with wild card on dynamic field fails

2014-10-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6545: Component/s: search Fix Version/s: 4.10.2 Query field list with wild card on

[jira] [Resolved] (SOLR-6545) Query field list with wild card on dynamic field fails

2014-10-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-6545. - Resolution: Fixed Fix Version/s: Trunk 5.0 This is

[jira] [Commented] (SOLR-6545) Query field list with wild card on dynamic field fails

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

[jira] [Updated] (SOLR-6645) Refactored DocumentObjectBinder and added AnnotationListeners

2014-10-24 Thread Fabio Piro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Piro updated SOLR-6645: - Affects Version/s: 4.10.1 Fix Version/s: Trunk 5.0 Refactored

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182735#comment-14182735 ] Michael McCandless commented on LUCENE-5911: I think this is too big a change

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182737#comment-14182737 ] Alan Woodward commented on LUCENE-5911: --- Is it? I thought we weren't doing a 4.11?

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182738#comment-14182738 ] Michael McCandless commented on LUCENE-5911: bq. I thought we weren't doing a

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

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

[jira] [Updated] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5911: -- Fix Version/s: (was: 4.10.2) Make MemoryIndex thread-safe for queries

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182779#comment-14182779 ] Michael McCandless commented on LUCENE-5911: Thanks Alan, I'll spin an RC

[jira] [Commented] (LUCENE-5911) Make MemoryIndex thread-safe for queries

2014-10-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182771#comment-14182771 ] Alan Woodward commented on LUCENE-5911: --- OK, will revert. Make MemoryIndex

[jira] [Created] (SOLR-6651) Fix wrong logging in waitForReplicasToComeUp

2014-10-24 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-6651: --- Summary: Fix wrong logging in waitForReplicasToComeUp Key: SOLR-6651 URL: https://issues.apache.org/jira/browse/SOLR-6651 Project: Solr Issue

[jira] [Commented] (SOLR-6651) Fix wrong logging in waitForReplicasToComeUp

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

[jira] [Resolved] (SOLR-6651) Fix wrong logging in waitForReplicasToComeUp

2014-10-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-6651. - Resolution: Fixed Fix wrong logging in waitForReplicasToComeUp

[jira] [Commented] (SOLR-6651) Fix wrong logging in waitForReplicasToComeUp

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

[jira] [Commented] (SOLR-6651) Fix wrong logging in waitForReplicasToComeUp

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

[jira] [Commented] (SOLR-6651) Fix wrong logging in waitForReplicasToComeUp

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

[jira] [Commented] (LUCENE-5969) Add Lucene50Codec

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

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182901#comment-14182901 ] Timothy Potter commented on SOLR-6650: -- Just doing some basic testing and then will

[jira] [Assigned] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-6650: Assignee: Timothy Potter Add optional slow request logging at WARN level

[jira] [Commented] (LUCENE-6022) DocValuesDocIdSet: check deleted docs before doc values

2014-10-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182921#comment-14182921 ] Adrien Grand commented on LUCENE-6022: -- I agree this thing could be merged with

[JENKINS] Lucene-Solr-5.x-Linux (32bit/ibm-j9-jdk7) - Build # 11356 - Failure!

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11356/ Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteShardTest.testDistribSearch Error Message: Timeout occured

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

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

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

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

[jira] [Resolved] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-6650. -- Resolution: Fixed Fix Version/s: 5.0 Add optional slow request logging at WARN level

[jira] [Commented] (SOLR-6479) ExtendedDismax does not recognize operators followed by a parenthesis without space

2014-10-24 Thread Pierre Salagnac (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183017#comment-14183017 ] Pierre Salagnac commented on SOLR-6479: --- [~janhoy], You already integrated patch in

[jira] [Created] (LUCENE-6024) Improve oal.util.BitSet's bulk and/or/and_not

2014-10-24 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-6024: Summary: Improve oal.util.BitSet's bulk and/or/and_not Key: LUCENE-6024 URL: https://issues.apache.org/jira/browse/LUCENE-6024 Project: Lucene - Core Issue

[GitHub] lucene-solr pull request: SOLR-6650 - Add optional slow request lo...

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

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

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

[VOTE] Release 4.10.2 RC0

2014-10-24 Thread Michael McCandless
Artifacts: http://people.apache.org/~mikemccand/staging_area/lucene-solr-4.10.2-RC0-rev1634084/ Smoke tester: python3 -u dev-tools/scripts/smokeTestRelease.py http://people.apache.org/~mikemccand/staging_area/lucene-solr-4.10.2-RC0-rev1634084 1634084 4.10.2 /tmp/smoke4102 True SUCCESS!

[jira] [Updated] (LUCENE-6024) Improve oal.util.BitSet's bulk and/or/and_not

2014-10-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6024: - Attachment: LUCENE-6024.patch Here is a patch - BitSet.and and BitSet.andNot have been improved

Re: final modifier on some methods in TFIDFSimilarity class

2014-10-24 Thread Hafiz Hamid
Alan - Thanks for the idea. We don't want to invent a new scoring formula, hence a new Similarity class. While fully leveraging what DefaultSimilarity/TFIDFSimilarity already provides, we only want to override computation of a single component (i.e. fieldNorm) of existing tf-idf based scoring.

[jira] [Updated] (SOLR-6645) Refactored DocumentObjectBinder and added AnnotationListeners

2014-10-24 Thread Fabio Piro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Piro updated SOLR-6645: - Affects Version/s: (was: 4.10.1) 4.10.2 Refactored DocumentObjectBinder and

Re: svn commit: r1634086 - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/update/processor/ core/src/test-files/solr/collection1/conf/ core/src/test/or

2014-10-24 Thread Chris Hostetter
Does it really make sense for this to be an if/else situation? it seems like the INFO logging should be completley independent from the WANR logging, so people could have INFO level logs of all the requests in one place, and WARN level logs of slow queries go to a distinct file for higher

Re: svn commit: r1634086 - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/update/processor/ core/src/test-files/solr/collection1/conf/ core/src/test/or

2014-10-24 Thread Jessica Mallet
Hi Chris, I see what you're saying. My thought was that since both lines are logging exactly the same message, it'd be redundant to log it twice. I can definitely see logging it in both levels, but modifying the warn message to have a slow query: prefix or something. What do you think? Thanks,

Re: svn commit: r1634086 - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/update/processor/ core/src/test-files/solr/collection1/conf/ core/src/test/or

2014-10-24 Thread Chris Hostetter
: I see what you're saying. My thought was that since both lines are logging : exactly the same message, it'd be redundant to log it twice. I can : definitely see logging it in both levels, but modifying the warn message to : have a slow query: prefix or something. What do you think? yeah --

Re: svn commit: r1634086 - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/update/processor/ core/src/test-files/solr/collection1/conf/ core/src/test/or

2014-10-24 Thread Jessica Mallet
Sounds good. I can make that change. Thanks, Jessica On Fri, Oct 24, 2014 at 11:16 AM, Chris Hostetter hossman_luc...@fucit.org wrote: : I see what you're saying. My thought was that since both lines are logging : exactly the same message, it'd be redundant to log it twice. I can :

Re: [VOTE] Release 4.10.2 RC0

2014-10-24 Thread Steve Rowe
+1 SUCCESS! [0:53:44.848301] Steve On Oct 24, 2014, at 12:53 PM, Michael McCandless luc...@mikemccandless.com wrote: Artifacts: http://people.apache.org/~mikemccand/staging_area/lucene-solr-4.10.2-RC0-rev1634084/ Smoke tester: python3 -u dev-tools/scripts/smokeTestRelease.py

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build # 11357 - Still Failing!

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11357/ Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: 1 thread leaked from SUITE scope at

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

2014-10-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/666/ 1 tests failed. REGRESSION: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch Error Message: IOException occured when talking to server at: http://127.0.0.1:44928/collection1 Stack Trace:

[jira] [Commented] (SOLR-6479) ExtendedDismax does not recognize operators followed by a parenthesis without space

2014-10-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183381#comment-14183381 ] Jan Høydahl commented on SOLR-6479: --- I'm not sure I agree that this is a bug. It may be a

[GitHub] lucene-solr pull request: SOLR-6650 - Add optional slow request lo...

2014-10-24 Thread mewmewball
GitHub user mewmewball opened a pull request: https://github.com/apache/lucene-solr/pull/102 SOLR-6650 - Add optional slow request logging at WARN level Based on discussion with Chris Hostetter, make the slow warn logging an if condition on its own rather than an else for the info

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183395#comment-14183395 ] ASF GitHub Bot commented on SOLR-6650: -- GitHub user mewmewball opened a pull request:

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183429#comment-14183429 ] Shawn Heisey commented on SOLR-6650: I like this idea. I can turn off INFO logging,

[jira] [Created] (SOLR-6652) Expand Component does not search across collections like Collapse does

2014-10-24 Thread Greg Harris (JIRA)
Greg Harris created SOLR-6652: - Summary: Expand Component does not search across collections like Collapse does Key: SOLR-6652 URL: https://issues.apache.org/jira/browse/SOLR-6652 Project: Solr

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183450#comment-14183450 ] Tomás Fernández Löbbe commented on SOLR-6650: - bq. It looks like this defaults

[jira] [Commented] (SOLR-3191) field exclusion from fl

2014-10-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183474#comment-14183474 ] Jan Høydahl commented on SOLR-3191: --- Are there known issues with this patch? I see a few

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

2014-10-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183481#comment-14183481 ] Jan Høydahl commented on SOLR-6595: --- Appreciate feedback and discussion on how to solve

Re: [jira] [Created] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Jessica Mallet
Will do! On Friday, October 24, 2014, Tomás Fernández Löbbe (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183450#comment-14183450 ] Tomás Fernández Löbbe commented

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183567#comment-14183567 ] Timothy Potter commented on SOLR-6650: -- FWIW - the original patch didn't have that

[jira] [Reopened] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reopened SOLR-6650: -- Add optional slow request logging at WARN level ---

[jira] [Created] (SOLR-6653) bin/solr start script should return error code 0 when something fails

2014-10-24 Thread JIRA
Jan Høydahl created SOLR-6653: - Summary: bin/solr start script should return error code 0 when something fails Key: SOLR-6653 URL: https://issues.apache.org/jira/browse/SOLR-6653 Project: Solr

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

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4389/ Java: 64bit/jdk1.8.0_20 -XX:+UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 14557 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:525: The following

[jira] [Updated] (LUCENE-6023) Remove final modifier from four methods of TFIDFSimilarity class to make them overridable.

2014-10-24 Thread Hafiz M Hamid (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hafiz M Hamid updated LUCENE-6023: -- Labels: similarity (was: ) Remove final modifier from four methods of TFIDFSimilarity class

[jira] [Commented] (SOLR-6058) Solr needs a new website

2014-10-24 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183633#comment-14183633 ] Steve Rowe commented on SOLR-6058: -- [~FranLukesh], a couple questions/problems: # From

[jira] [Comment Edited] (SOLR-6058) Solr needs a new website

2014-10-24 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183633#comment-14183633 ] Steve Rowe edited comment on SOLR-6058 at 10/24/14 10:22 PM: -

[jira] [Commented] (SOLR-6058) Solr needs a new website

2014-10-24 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183669#comment-14183669 ] Steve Rowe commented on SOLR-6058: -- bq. the URL is appended with a hash mark, slash, then

[jira] [Assigned] (SOLR-6077) Create 5 minute tutorial

2014-10-24 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-6077: -- Assignee: Erik Hatcher Create 5 minute tutorial

[jira] [Commented] (LUCENE-6023) Remove final modifier from four methods of TFIDFSimilarity class to make them overridable.

2014-10-24 Thread Hafiz M Hamid (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183754#comment-14183754 ] Hafiz M Hamid commented on LUCENE-6023: --- That would require copy/pasting code from

[jira] [Commented] (LUCENE-6023) Remove final modifier from four methods of TFIDFSimilarity class to make them overridable.

2014-10-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183764#comment-14183764 ] Robert Muir commented on LUCENE-6023: - tf/idf similarity exposes its own api, which

[jira] [Updated] (SOLR-6351) Let Stats Hang off of Pivots (via 'tag')

2014-10-24 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6351: --- Attachment: SOLR-6351.patch quick question for [~vzhovtiuk]: in an earlier comment, you mentioned creating a

[jira] [Commented] (SOLR-6650) Add optional slow request logging at WARN level

2014-10-24 Thread Jessica Cheng Mallet (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183804#comment-14183804 ] Jessica Cheng Mallet commented on SOLR-6650: Updated the PR to have this be

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_20) - Build # 4288 - Still Failing!

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4288/ Java: 32bit/jdk1.8.0_20 -client -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this

[JENKINS] Lucene-Solr-4.10-Linux (64bit/jdk1.7.0_67) - Build # 18 - Still Failing!

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/18/ Java: 64bit/jdk1.7.0_67 -XX:-UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 61900 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following error occurred

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

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1904/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings Error Message: startOffset 931 expected:7047 but

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 1862 - Failure!

2014-10-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1862/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore Error Message: IOException occured when talking to

[jira] [Commented] (SOLR-3191) field exclusion from fl

2014-10-24 Thread Andrea Gazzarini (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183984#comment-14183984 ] Andrea Gazzarini commented on SOLR-3191: Hi Jan, if you refer to my long comment