[jira] [Commented] (SOLR-7361) Main Jetty thread blocked by core loading delays HTTP listener from binding if core loading is slow

2015-05-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528318#comment-14528318 ] Mark Miller commented on SOLR-7361: --- Any comments on the latest patch? Main Jetty

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528334#comment-14528334 ] Joel Bernstein commented on SOLR-7377: -- I'll take a look at swapping out the guava

Re: Modifying DefaultSolrHighlighter

2015-05-05 Thread david.w.smi...@gmail.com
Hi Dmitry, I am pretty well versed in the sub-class-ability of DefaultSolrHighlighter. Most likely the problem you see is that you are using the no-arg constructor. Instead, pass in a SolrCore. It is called via reflection. In 5.2 I removed the no-arg constructor. ~ David On Tue, May 5, 2015

[jira] [Updated] (LUCENE-329) Fuzzy query scoring issues

2015-05-05 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-329: Attachment: LUCENE-329.patch New patch addressing this long-standing bug. Addresses the

[jira] [Resolved] (SOLR-6952) Re-using data-driven configsets by default is not helpful

2015-05-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-6952. -- Resolution: Fixed This is opened as a new ticket SOLR-7502 Re-using data-driven configsets by default

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528352#comment-14528352 ] Joel Bernstein commented on SOLR-7377: -- I'll incorporate this in the next patch.

Re: Modifying DefaultSolrHighlighter

2015-05-05 Thread Dmitry Kan
Hi David, Thanks for replying so quick! Indeed, the NPE points to SolrCore being null. So of the following two ctors: public DefaultSolrHighlighter() { } public DefaultSolrHighlighter(SolrCore solrCore) { this.solrCore = solrCore; } should we use the second one? Regards, Dmitry On 5 May

[jira] [Assigned] (SOLR-7501) map-reduce index tool has timing bugs

2015-05-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-7501: - Assignee: Mark Miller map-reduce index tool has timing bugs

[jira] [Updated] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7377: - Attachment: SOLR-7377.patch New patch with all tests passing. The main fix is that the

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Dawid Weiss
I'm part of Apache Lucene and I try to make every release meet quality standards, but Solr tests are quite complex and have had a long history of being very difficult to fix. If you search mailing list archives you'll see at least a few attempts and continuous efforts from various people aiming at

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3065 - Still Failing

2015-05-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3065/ 1 tests failed. FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test Error Message: Captured an uncaught exception in thread: Thread[id=6012, name=parallelCoreAdminExecutor-1951-thread-15, state=RUNNABLE,

[jira] [Created] (SOLR-7502) start script should not try to create config set for .system collection

2015-05-05 Thread Noble Paul (JIRA)
Noble Paul created SOLR-7502: Summary: start script should not try to create config set for .system collection Key: SOLR-7502 URL: https://issues.apache.org/jira/browse/SOLR-7502 Project: Solr

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Mark Miller
+1 - I'd file JIRAs. - Mark On Tue, May 5, 2015 at 6:13 AM Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: The assertion alone isn't helpful. Solr tests dump tons of logs along the way, if you can copy these to a text file and then create a jira issue (reference it here) then perhaps

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528339#comment-14528339 ] Dennis Gove commented on SOLR-7377: --- I believe I've found a bug in FieldComparator. I

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Kåre Brandborg
After further debugging into this failing test and issue we discovered that the reason why this tests failed in our build environment was due to our build runner running with elevated privileges (as root). The test assert that a folder is not available and it does that by changing the

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Per Steffensen
I believe a JIRA will be about fixing a problem. But right now it is not so much about fixing a problem, it is about telling if there is a problem in the code to fix, or if it is just us doing something wrong. We want to be able to run the test-suite with the same test-results as you get at

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Dawid Weiss
Great, thanks Kaare! Dawid P.S. Indeed, running tests as root is not a good idea... :D On Tue, May 5, 2015 at 1:42 PM, Kåre Brandborg ka...@liace.dk wrote: After further debugging into this failing test and issue we discovered that the reason why this tests failed in our build environment

Re: where is IndexHDFS.java

2015-05-05 Thread Mahmood N
Yes I understand. Indeed I am using a jar file. That error message is a call stack. The jar file name is IndexData.jar. The command looks like hadoop jar IndexData.jar ...orjava -jar IndexData.jar  Regards, Mahmood On Tuesday, May 5, 2015 5:33 PM, Uwe Schindler u...@thetaphi.de

RE: where is IndexHDFS.java

2015-05-05 Thread Uwe Schindler
Hi, I don’t think this is from an Apache Project, because Java classes should be in a package, while IndexHDFS is not part of a package. Apache Lucene/Apache Solr does not have any package-less classes. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

[jira] [Assigned] (SOLR-7502) start script should not try to create config set for .system collection

2015-05-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-7502: Assignee: Noble Paul (was: Timothy Potter) start script should not try to create config set for

[jira] [Created] (LUCENE-6464) Allow possibility to group contexts during lookup

2015-05-05 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created LUCENE-6464: -- Summary: Allow possibility to group contexts during lookup Key: LUCENE-6464 URL: https://issues.apache.org/jira/browse/LUCENE-6464 Project: Lucene - Core

[jira] [Commented] (SOLR-7499) Remove/Deprecate the name parameter from the ADDREPLICA Collection API call

2015-05-05 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529646#comment-14529646 ] Erick Erickson commented on SOLR-7499: -- I can go both ways on this. On the one hand,

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Summary: Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3068 - Still Failing

2015-05-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3068/ 1 tests failed. REGRESSION: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 3 ms! ClusterState: { collection1:{ maxShardsPerNode:1,

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Description: This is an enhancement to LUCENE-6050 LUCENE-6050 added {code}

Game time

2015-05-05 Thread J. Delgado
on the 16 Alex has baseball game at 12:30

Re: Game time

2015-05-05 Thread J. Delgado
Sorry mistake ... On Tuesday, May 5, 2015, J. Delgado joaquin.delg...@gmail.com wrote: on the 16 Alex has baseball game at 12:30

[jira] [Updated] (LUCENE-6464) Allow possibility to group contexts in AnalyzingInfixSuggester.loockup()

2015-05-05 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated LUCENE-6464: --- Attachment: LUCENE-6464.patch initial patch Allow possibility to group contexts in

[jira] [Updated] (SOLR-7458) Expose HDFS Block Locality Metrics

2015-05-05 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-7458: Attachment: SOLR-7458.patch Haven't had a chance to throw this up onto a real install and check the output,

[jira] [Commented] (LUCENE-6463) Share more logic between our approximated queries

2015-05-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529851#comment-14529851 ] David Smiley commented on LUCENE-6463: -- I'm glad you noticed my Scorer with the TODO

[jira] [Commented] (SOLR-7499) Remove/Deprecate the name parameter from the ADDREPLICA Collection API call

2015-05-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529926#comment-14529926 ] Noble Paul commented on SOLR-7499: -- +1 to deprecate it. A core bane is inconsequential in

[jira] [Commented] (SOLR-7102) bin/solr should activate cloud mode if ZK_HOST is set

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

[jira] [Commented] (SOLR-7102) bin/solr should activate cloud mode if ZK_HOST is set

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

[jira] [Created] (SOLR-7506) Roll over GC logs by default via bin/solr scripts

2015-05-05 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-7506: --- Summary: Roll over GC logs by default via bin/solr scripts Key: SOLR-7506 URL: https://issues.apache.org/jira/browse/SOLR-7506 Project: Solr

[jira] [Commented] (SOLR-6878) solr.ManagedSynonymFilterFactory all-to-all synonym switch (aka. expand)

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

[jira] [Commented] (SOLR-6878) solr.ManagedSynonymFilterFactory all-to-all synonym switch (aka. expand)

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

[jira] [Resolved] (SOLR-7102) bin/solr should activate cloud mode if ZK_HOST is set

2015-05-05 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-7102. -- Resolution: Fixed Fix Version/s: 5.2 Trunk bin/solr should activate

[jira] [Resolved] (SOLR-6878) solr.ManagedSynonymFilterFactory all-to-all synonym switch (aka. expand)

2015-05-05 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-6878. -- Resolution: Fixed Fix Version/s: 5.2 Trunk

[jira] [Comment Edited] (SOLR-7499) Remove/Deprecate the name parameter from the ADDREPLICA Collection API call

2015-05-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529926#comment-14529926 ] Noble Paul edited comment on SOLR-7499 at 5/6/15 5:38 AM: -- +1 to

[jira] [Commented] (LUCENE-6461) TwoPhaseCommitTool should suppress not discard exceptions from rollback.

2015-05-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528458#comment-14528458 ] Michael McCandless commented on LUCENE-6461: +1 TwoPhaseCommitTool should

[jira] [Commented] (SOLR-7458) Expose HDFS Block Locality Metrics

2015-05-05 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528482#comment-14528482 ] Mike Drob commented on SOLR-7458: - So I might be able to do something like {code}

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Per Steffensen
On 05/05/15 15:05, Dawid Weiss wrote: I'm part of Apache Lucene and I try to make every release meet quality standards, but Solr tests are quite complex and have had a long history of being very difficult to fix. If you search mailing list archives you'll see at least a few attempts and

[jira] [Created] (SOLR-7503) Recovery after ZK session expiration happens in a single thread for all cores in a node

2015-05-05 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-7503: --- Summary: Recovery after ZK session expiration happens in a single thread for all cores in a node Key: SOLR-7503 URL: https://issues.apache.org/jira/browse/SOLR-7503

[jira] [Updated] (LUCENE-329) Fuzzy query scoring issues

2015-05-05 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-329: Fix Version/s: (was: 3.1) (was: 4.0-ALPHA) 5.x Fuzzy

[jira] [Commented] (SOLR-7458) Expose HDFS Block Locality Metrics

2015-05-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528688#comment-14528688 ] Mark Miller commented on SOLR-7458: --- What if we added DirectoryFactory to

[jira] [Commented] (SOLR-7121) Solr nodes should go down based on configurable thresholds and not rely on resource exhaustion

2015-05-05 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529427#comment-14529427 ] Sachin Goyal commented on SOLR-7121: I guess the threshold settings are a little

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529015#comment-14529015 ] Yonik Seeley commented on SOLR-7377: Should two nulls compare equal? {code}

[jira] [Commented] (SOLR-7458) Expose HDFS Block Locality Metrics

2015-05-05 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528774#comment-14528774 ] Mike Drob commented on SOLR-7458: - bq. What if we added DirectoryFactory to

[jira] [Updated] (SOLR-6968) add hyperloglog in statscomponent as an approximate count

2015-05-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6968: --- Attachment: SOLR-6968.patch more updates... * Added hueristics for regwidth ** slightly reduced default for

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

2015-05-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/838/ 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud Error Message: ERROR: SolrIndexSearcher opens=318 closes=317 Stack Trace: java.lang.AssertionError: ERROR:

Re: Modifying DefaultSolrHighlighter

2015-05-05 Thread david.w.smi...@gmail.com
Yes. On Tue, May 5, 2015 at 8:29 AM Dmitry Kan dmitry.luc...@gmail.com wrote: Hi David, Thanks for replying so quick! Indeed, the NPE points to SolrCore being null. So of the following two ctors: public DefaultSolrHighlighter() { } public DefaultSolrHighlighter(SolrCore solrCore) {

Re: where is IndexHDFS.java

2015-05-05 Thread Chris Nauroth
Hello Mahmood, I'm not aware of any Apache project with a class named IndexHDFS. I just did a scan over my local checkouts of the code for many of the Apache projects, and I didn't find anything. The fact that IndexHDFS is not prefixed with a package name in the stack trace tells me that this

[jira] [Updated] (SOLR-7504) Atomic Update causes solr.CountFieldValuesUpdateProcessorFactory to be wrong

2015-05-05 Thread Jay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay updated SOLR-7504: -- Affects Version/s: 4.10.4 5.0 5.1 Atomic Update causes

[jira] [Updated] (SOLR-7504) Atomic Update causes solr.CountFieldValuesUpdateProcessorFactory to be wrong

2015-05-05 Thread Jay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay updated SOLR-7504: -- Component/s: SearchComponents - other Atomic Update causes solr.CountFieldValuesUpdateProcessorFactory to be wrong

[jira] [Created] (SOLR-7504) Atomic Update causes solr.CountFieldValuesUpdateProcessorFactory to be wrong

2015-05-05 Thread Jay (JIRA)
Jay created SOLR-7504: - Summary: Atomic Update causes solr.CountFieldValuesUpdateProcessorFactory to be wrong Key: SOLR-7504 URL: https://issues.apache.org/jira/browse/SOLR-7504 Project: Solr Issue

[jira] [Commented] (SOLR-7461) StatsComponent, calcdistinct, ability to disable distinctValues while keeping countDistinct

2015-05-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528822#comment-14528822 ] Hoss Man commented on SOLR-7461: James: sorry, i overlooked your comments until now... bq.

[jira] [Created] (SOLR-7505) startup scripts - read-only install dir and other improvements

2015-05-05 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-7505: -- Summary: startup scripts - read-only install dir and other improvements Key: SOLR-7505 URL: https://issues.apache.org/jira/browse/SOLR-7505 Project: Solr Issue

[jira] [Commented] (SOLR-7501) map-reduce index tool has timing bugs

2015-05-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529125#comment-14529125 ] ASF GitHub Bot commented on SOLR-7501: -- Github user wanshenghua commented on the pull

[GitHub] lucene-solr pull request: SOLR-7501 fix timing bugs in map-reduce ...

2015-05-05 Thread wanshenghua
Github user wanshenghua commented on the pull request: https://github.com/apache/lucene-solr/pull/146#issuecomment-9919 done --- 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

[jira] [Updated] (SOLR-7275) Pluggable authorization module in Solr

2015-05-05 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-7275: --- Attachment: SOLR-7275.patch Need to clean up things here but this patch now returns some context e.g.

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

2015-05-05 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4649/ Java: 32bit/jdk1.8.0_45 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test Error Message: No live SolrServers available to handle this

Modifying DefaultSolrHighlighter

2015-05-05 Thread Dmitry Kan
Hi, We need to modify the behaviour of DefaultSolrHighlighter class slightly. When we tried to extend the class, Solr prints NPE. Is there some reason to the NPE when extending the class? Thanks, Dmitry Kan

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3064 - Still Failing

2015-05-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3064/ 1 tests failed. FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test Error Message: Captured an uncaught exception in thread: Thread[id=4330, name=parallelCoreAdminExecutor-2012-thread-14, state=RUNNABLE,

Re: where is IndexHDFS.java

2015-05-05 Thread Mahmood N
I don’t think this is from an Apache ProjectI'm not aware of any Apache project with a class named IndexHDFS Not a good news but at least I am now confident on that. I have to ask some other third party projects that use hadoop. Thanks, Regards, Mahmood

[jira] [Commented] (SOLR-7361) Main Jetty thread blocked by core loading delays HTTP listener from binding if core loading is slow

2015-05-05 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529254#comment-14529254 ] Timothy Potter commented on SOLR-7361: -- +1 LGTM ... although the recent dispatch

[jira] [Commented] (SOLR-7361) Main Jetty thread blocked by core loading delays HTTP listener from binding if core loading is slow

2015-05-05 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529182#comment-14529182 ] Ramkumar Aiyengar commented on SOLR-7361: - Sorry I started looking at this over

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529210#comment-14529210 ] Dennis Gove commented on SOLR-7377: --- We may want to make that configurable in

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529226#comment-14529226 ] Yonik Seeley commented on SOLR-7377: bq. We may want to make that configurable in

[jira] [Created] (LUCENE-6463) Share more logic between our approximated queries

2015-05-05 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-6463: Summary: Share more logic between our approximated queries Key: LUCENE-6463 URL: https://issues.apache.org/jira/browse/LUCENE-6463 Project: Lucene - Core

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529233#comment-14529233 ] Dennis Gove commented on SOLR-7377: --- I do agree with you that two nulls should compare

[jira] [Updated] (LUCENE-6463) Share more logic between our approximated queries

2015-05-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6463: - Attachment: LUCENE-6463.patch Here is a patch: - it adds a new RandomAccessWeight that has a

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_80) - Build # 4651 - Failure!

2015-05-05 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4651/ Java: 32bit/jdk1.7.0_80 -client -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trace:

[jira] [Commented] (SOLR-7501) map-reduce index tool has timing bugs

2015-05-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529046#comment-14529046 ] ASF GitHub Bot commented on SOLR-7501: -- Github user madrob commented on the pull

[jira] [Updated] (SOLR-7501) map-reduce index tool has timing bugs

2015-05-05 Thread Shenghua Wan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shenghua Wan updated SOLR-7501: --- Description: map-reduce index tool has timing bugs in several classes. ^ is bitwise OR operator, not

[GitHub] lucene-solr pull request: SOLR-7501 fix timing bugs in map-reduce ...

2015-05-05 Thread madrob
Github user madrob commented on the pull request: https://github.com/apache/lucene-solr/pull/146#issuecomment-99179940 Can we just use TimeUnit to do all of the conversions? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

where is IndexHDFS.java

2015-05-05 Thread Mahmood N
Dear Apache Guys, I am trying to run a hadoop/java command which uses a jar file called IndexData.jar. However, I get an error and the call stack shows Exception in thread main java.lang.NullPointerException     at IndexHDFS.indexData(IndexHDFS.java:92)     at

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Dawid Weiss
The assertion alone isn't helpful. Solr tests dump tons of logs along the way, if you can copy these to a text file and then create a jira issue (reference it here) then perhaps somebody can look into the cause of the problem (or you can do it -- it's open source after all :).

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528228#comment-14528228 ] Dennis Gove commented on SOLR-7377: --- This looks good, I think. SOLR Streaming

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14528229#comment-14528229 ] Dennis Gove commented on SOLR-7377: --- This looks good, I think. SOLR Streaming

[jira] [Issue Comment Deleted] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7377: -- Comment: was deleted (was: This looks good, I think.) SOLR Streaming Expressions

[jira] [Reopened] (LUCENE-329) Fuzzy query scoring issues

2015-05-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-329: - Assignee: Mark Harwood Fuzzy query scoring issues --

Re: Running 5.1.0 test-suite via maven

2015-05-05 Thread Kåre Brandborg
I’m a colleague of Per from who I’ve taken over the task to try to get our test environment to build Solr 5.1 and compile and run a test suite with green lights. I’ll try to elaborate a little more about our progress. We are currently using Teamcity CI and we are running our tests on an Ubuntu

[jira] [Updated] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7377: - Attachment: SOLR-7377.patch New patch with two changes: 1) The StreamHandler was getting a null

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

2015-05-05 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2266/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.component.BadComponentTest Error Message: Suite timeout exceeded (= 720 msec). Stack

[jira] [Commented] (SOLR-7345) Add support for facet.limit to range facets

2015-05-05 Thread Mark Haase (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529306#comment-14529306 ] Mark Haase commented on SOLR-7345: -- The Range Faceting section doesn't mention mincount

[jira] [Commented] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529274#comment-14529274 ] Joel Bernstein commented on SOLR-7377: -- I'd like to move the null handling to another

[jira] [Comment Edited] (SOLR-7377) SOLR Streaming Expressions

2015-05-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529268#comment-14529268 ] Joel Bernstein edited comment on SOLR-7377 at 5/5/15 9:08 PM: --

[jira] [Commented] (LUCENE-6372) Simplify hashCode/equals for SpanQuery subclasses

2015-05-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529283#comment-14529283 ] Adrien Grand commented on LUCENE-6372: -- I really like the additional checks and how

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3067 - Failure

2015-05-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3067/ 1 tests failed. REGRESSION: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds Error Message: soft529 wasn't fast enough Stack Trace: java.lang.AssertionError: soft529 wasn't fast enough