[jira] [Commented] (LUCENE-6229) Remove Scorer.getChildren?

2015-02-09 Thread Stefan Pohl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313722#comment-14313722 ] Stefan Pohl commented on LUCENE-6229: - Hi Adrian, Mike, thanks for your recent effort

[jira] [Commented] (LUCENE-6232) Replace ValueSource context Map with a more concrete data type

2015-02-09 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313691#comment-14313691 ] Ryan Ernst commented on LUCENE-6232: [~mdrob] See LUCENE-5335 for some previous work

[jira] [Commented] (LUCENE-6231) smokeTestRelease.py should retry failed downloads

2015-02-09 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313669#comment-14313669 ] Ryan Ernst commented on LUCENE-6231: +1 > smokeTestRelease.py should retry failed do

[jira] [Commented] (SOLR-5743) Faceting with BlockJoin support

2015-02-09 Thread ash fo (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313627#comment-14313627 ] ash fo commented on SOLR-5743: -- Thank you. Could you please also include the 'child.facet.qu

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

2015-02-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2618/ 6 tests failed. FAILED: org.apache.solr.handler.component.DistributedMLTComponentTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:60019//collection1 Stack Trace: org.apache.so

Re: [VOTE] 5.0.0 RC2

2015-02-09 Thread Ryan Ernst
That part of the script expects you run from the root of a checkout. It runs the backcompat tests, and scrapes the test output to check all are tested. On Mon, Feb 9, 2015 at 8:49 PM, Chris Hostetter wrote: > > : Or you can run the smoke tester directly with this command: > : python3.2 dev-tool

Re: [VOTE] 5.0.0 RC2

2015-02-09 Thread Chris Hostetter
: Or you can run the smoke tester directly with this command: : python3.2 dev-tools/scripts/smokeTestRelease.py : http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 smokeTestRelease.py is freaking out for me regarding back compat testing -- i haven't had a chance to i

[jira] [Commented] (SOLR-6775) Creating backup snapshot null pointer exception

2015-02-09 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313522#comment-14313522 ] Varun Thacker commented on SOLR-6775: - I'll look into it. > Creating backup snapshot n

[jira] [Updated] (SOLR-7005) facet.heatmap for spatial heatmap faceting on RPT

2015-02-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-7005: --- Description: This is a new feature that uses the new spatial Heatmap / 2D PrefixTree cell counter in L

[jira] [Commented] (SOLR-6775) Creating backup snapshot null pointer exception

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313471#comment-14313471 ] Mark Miller commented on SOLR-6775: --- The related tests have been failing on windows runs

[jira] [Commented] (LUCENE-6232) Replace ValueSource context Map with a more concrete data type

2015-02-09 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313470#comment-14313470 ] Mike Drob commented on LUCENE-6232: --- What are our guarantees about backwards compatabil

Re: [VOTE] 5.0.0 RC2

2015-02-09 Thread Steve Rowe
FYI, I also had trouble with failed downloads (timeouts), so I modified smokeTestRelease.py to auto-retry - see the patch on . Steve > On Feb 9, 2015, at 10:20 PM, Steve Rowe wrote: > > +1 > > SUCCESS! [0:54:06.294759] > > Steve > >> On Fe

[jira] [Created] (LUCENE-6232) Replace ValueSource context Map with a more concrete data type

2015-02-09 Thread Mike Drob (JIRA)
Mike Drob created LUCENE-6232: - Summary: Replace ValueSource context Map with a more concrete data type Key: LUCENE-6232 URL: https://issues.apache.org/jira/browse/LUCENE-6232 Project: Lucene - Core

[jira] [Commented] (SOLR-7005) facet.heatmap for spatial heatmap faceting on RPT

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313468#comment-14313468 ] ASF subversion and git services commented on SOLR-7005: --- Commit 16586

Re: [VOTE] 5.0.0 RC2

2015-02-09 Thread Steve Rowe
+1 SUCCESS! [0:54:06.294759] Steve > On Feb 9, 2015, at 6:16 PM, Anshum Gupta wrote: > > Please vote for the second release candidate for Lucene/Solr 5.0.0. > > The artifacts can be downloaded here: > http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 > > Or you c

[jira] [Commented] (LUCENE-6231) smokeTestRelease.py should retry failed downloads

2015-02-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313466#comment-14313466 ] Steve Rowe commented on LUCENE-6231: I forgot to mention that the smoke tester had to

[jira] [Updated] (LUCENE-6231) smokeTestRelease.py should retry failed downloads

2015-02-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-6231: --- Attachment: LUCENE-6231.patch Patch adding auto-retry to smoke tester downloads. I successfully used

[jira] [Created] (LUCENE-6231) smokeTestRelease.py should retry failed downloads

2015-02-09 Thread Steve Rowe (JIRA)
Steve Rowe created LUCENE-6231: -- Summary: smokeTestRelease.py should retry failed downloads Key: LUCENE-6231 URL: https://issues.apache.org/jira/browse/LUCENE-6231 Project: Lucene - Core Issue T

[jira] [Commented] (SOLR-5961) Solr gets crazy on /overseer/queue state change

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313459#comment-14313459 ] Mark Miller commented on SOLR-5961: --- Yeah, once the Overseer work queue is flooded beyond

[jira] [Commented] (SOLR-6924) TestSolrConfigHandlerCloud fails frequently.

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313448#comment-14313448 ] Mark Miller commented on SOLR-6924: --- {noformat} Could not get expected value 'P val' for

[jira] [Updated] (SOLR-7033) RecoveryStrategy should not publish any state when closed / cancelled.

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-7033: -- Attachment: SOLR-7033.patch Here is patch. If we don't end up doing an rc3, I'll spin it off into a new

Re: kicking github sync?

2015-02-09 Thread Mark Miller
Anyone filed an infra ticket? It should be synced close to right away with our git mirror and usually no more than a couple hours on github. Neither are updating properly. Mark On Mon, Feb 9, 2015 at 9:42 PM Ryan McKinley wrote: > It looks like the last github sync was 5 days ago :( > https://gi

kicking github sync?

2015-02-09 Thread Ryan McKinley
It looks like the last github sync was 5 days ago :( https://github.com/apache/lucene-solr/commits/trunk I know this tends to lag the apache mirror, but 5 days is more than usual Any idea what (if anything) we can do to kick it? Thanks ryan

[jira] [Commented] (LUCENE-3973) Incorporate PMD / FindBugs

2015-02-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313404#comment-14313404 ] Robert Muir commented on LUCENE-3973: - Here's my patch for tooling for javac warnings

[jira] [Commented] (SOLR-7005) facet.heatmap for spatial heatmap faceting on RPT

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313399#comment-14313399 ] ASF subversion and git services commented on SOLR-7005: --- Commit 16586

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4371 - Still Failing!

2015-02-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4371/ Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 5 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup Error Message: Suite timeout exceeded (>= 720 mse

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

2015-02-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2617/ 6 tests failed. FAILED: org.apache.solr.handler.component.DistributedMLTComponentTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:50042//collection1 Stack Trace: org.apache.so

[jira] [Commented] (SOLR-7033) RecoveryStrategy should not publish any state when closed / cancelled.

2015-02-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313305#comment-14313305 ] Gregory Chanan commented on SOLR-7033: -- Besides RecoveryStrategy.java, the rest looked

[jira] [Commented] (SOLR-7033) RecoveryStrategy should not publish any state when closed / cancelled.

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313245#comment-14313245 ] Mark Miller commented on SOLR-7033: --- I'll add a check. See anything else? > RecoveryStra

[jira] [Commented] (SOLR-1945) Allow @Field annotations in nested classes using DocumentObjectBinder

2015-02-09 Thread Sandeep J (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313153#comment-14313153 ] Sandeep J commented on SOLR-1945: - Hey [~markrmil...@gmail.com] are there any plans to brin

[VOTE] 5.0.0 RC2

2015-02-09 Thread Anshum Gupta
Please vote for the second release candidate for Lucene/Solr 5.0.0. The artifacts can be downloaded here: http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 Or you can run the smoke tester directly with this command: python3.2 dev-tools/scripts/smokeTestRelease.py http

[jira] [Commented] (SOLR-7033) RecoveryStrategy should not publish any state when closed / cancelled.

2015-02-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313101#comment-14313101 ] Gregory Chanan commented on SOLR-7033: -- {code}if (lastActionStartedAt == 0) { {code}

Re: svn commit: r1658238 - /lucene/dev/trunk/solr/CHANGES.txt

2015-02-09 Thread Chris Hostetter
Miller: can you please clarify what exactly this means for users in terms of what other methods of collection creation you have in mind that are "unsupported, not recommended" All you say here is "not using the collections API" -- but what does that mean? (Are you talking about things like

[jira] [Commented] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313058#comment-14313058 ] ASF subversion and git services commented on SOLR-7094: --- Commit 16585

[jira] [Updated] (SOLR-4479) TermVectorComponent NPE when running Solr Cloud

2015-02-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-4479: - Attachment: SOLR-4479.patch Patch the sets the {{qt}} param on the shard request to the path pulled

[jira] [Commented] (SOLR-5507) Admin UI - Refactoring using AngularJS

2015-02-09 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312993#comment-14312993 ] Upayavira commented on SOLR-5507: - Great that precommit works! I am generating these patch

[jira] [Updated] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7094: --- Attachment: SOLR-7094.patch Updated the patch to pass around and report the field name

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

2015-02-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4475/ Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseG1GC 5 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler Error Message: Could not remove the following files (in the order of atte

[jira] [Commented] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312934#comment-14312934 ] Timothy Potter commented on SOLR-7094: -- Is it possible for the error to report the fie

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

2015-02-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2616/ 6 tests failed. FAILED: org.apache.solr.handler.component.DistributedMLTComponentTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:56909//collection1 Stack Trace: org.apache.so

[jira] [Updated] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7094: --- Attachment: SOLR-7094.patch > JsonLoader error reporting fixes > --

[jira] [Updated] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7094: --- Description: A misnamed "__childDocuments__" attribute (wrongly to "childDocuments") le

[jira] [Created] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-7094: -- Summary: JsonLoader error reporting fixes Key: SOLR-7094 URL: https://issues.apache.org/jira/browse/SOLR-7094 Project: Solr Issue Type: Improveme

[jira] [Commented] (LUCENE-6229) Remove Scorer.getChildren?

2015-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312899#comment-14312899 ] Michael McCandless commented on LUCENE-6229: LUCENE-2590 was the original mot

[jira] [Commented] (SOLR-6832) Queries be served locally rather than being forwarded to another replica

2015-02-09 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312895#comment-14312895 ] Sachin Goyal commented on SOLR-6832: Thanks [~thelabdude]. If you can point me to some

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b47) - Build # 11769 - Failure!

2015-02-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11769/ Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest Error Message: Should have had a good message here Stack Trace: java.lan

[jira] [Updated] (SOLR-7019) Can't change the field key for interval faceting

2015-02-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-7019: Attachment: SOLR-7019.patch Added tests for SolrJ and filter tagging/exclusion. > C

[jira] [Commented] (SOLR-5507) Admin UI - Refactoring using AngularJS

2015-02-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312808#comment-14312808 ] Erick Erickson commented on SOLR-5507: -- Passes precommit, I took a _quick_ look at it

[JENKINS] Lucene-Solr-5.0-Linux (64bit/jdk1.8.0_40-ea-b22) - Build # 117 - Failure!

2015-02-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.0-Linux/117/ Java: 64bit/jdk1.8.0_40-ea-b22 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: Some resources were not closed, shutdown

[jira] [Updated] (LUCENE-6230) fix or remove ecj linter, jtidy, etc?

2015-02-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6230: Attachment: LUCENE-6230_fix_ecj_increase_ant.patch Here is my patch to fix the ECJ speed (requires

[jira] [Created] (LUCENE-6230) fix or remove ecj linter, jtidy, etc?

2015-02-09 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-6230: --- Summary: fix or remove ecj linter, jtidy, etc? Key: LUCENE-6230 URL: https://issues.apache.org/jira/browse/LUCENE-6230 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (SOLR-7091) Data-driven schema and block-join style update requests don't play well together

2015-02-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312758#comment-14312758 ] Steve Rowe commented on SOLR-7091: -- I see the same problem on standalone Solr - from {{so

[jira] [Commented] (SOLR-6971) TestRebalanceLeaders fails too often.

2015-02-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312731#comment-14312731 ] Erick Erickson commented on SOLR-6971: -- Well, one of the main _points_ of unit tests i

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

2015-02-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1944/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 3 ms! Cluste

[jira] [Commented] (LUCENE-4797) Fix remaining Lucene/Solr Javadocs issue

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312675#comment-14312675 ] ASF subversion and git services commented on LUCENE-4797: - Commit

[jira] [Resolved] (LUCENE-4797) Fix remaining Lucene/Solr Javadocs issue

2015-02-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4797. - Resolution: Fixed doclint passes everywhere now. Thank you Uwe for helping with 5.x here! > Fix

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-02-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-5890: - Fix Version/s: 5.1 > Delete silently fails if not sent to shard where document was added >

[jira] [Commented] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312668#comment-14312668 ] ASF subversion and git services commented on SOLR-5890: --- Commit 16585

[jira] [Commented] (SOLR-7093) Cleanup comment and move hardcoded value of file size to replicate to a final

2015-02-09 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312664#comment-14312664 ] Anshum Gupta commented on SOLR-7093: Here's the commit on lucene_solr_5_0: http://svn.

[jira] [Commented] (SOLR-7093) Cleanup comment and move hardcoded value of file size to replicate to a final

2015-02-09 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312661#comment-14312661 ] Anshum Gupta commented on SOLR-7093: Linking to the original issue. > Cleanup comment

[jira] [Created] (SOLR-7093) Cleanup comment and move hardcoded value of file size to replicate to a final

2015-02-09 Thread Anshum Gupta (JIRA)
Anshum Gupta created SOLR-7093: -- Summary: Cleanup comment and move hardcoded value of file size to replicate to a final Key: SOLR-7093 URL: https://issues.apache.org/jira/browse/SOLR-7093 Project: Solr

[jira] [Resolved] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-6224. -- Resolution: Fixed Fix Version/s: 5.1 Trunk Resolved, hurray! > move

[jira] [Commented] (LUCENE-4797) Fix remaining Lucene/Solr Javadocs issue

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312656#comment-14312656 ] ASF subversion and git services commented on LUCENE-4797: - Commit

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312652#comment-14312652 ] ASF subversion and git services commented on LUCENE-6224: - Commit

[jira] [Commented] (SOLR-6736) A collections-like request handler to manage solr configurations on zookeeper

2015-02-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312640#comment-14312640 ] Noble Paul commented on SOLR-6736: -- DELETE can wait, may be. That is something we can add

[jira] [Commented] (SOLR-6640) Replication can cause index corruption.

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312635#comment-14312635 ] ASF subversion and git services commented on SOLR-6640: --- Commit 16585

[jira] [Commented] (SOLR-6971) TestRebalanceLeaders fails too often.

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312633#comment-14312633 ] Mark Miller commented on SOLR-6971: --- I'm seeing it elsewhere too I think. In any case, I'

[jira] [Created] (SOLR-7092) The lease renewer we create in SOLR-6969 can end up running through other tests because we don't shut it down.

2015-02-09 Thread Mark Miller (JIRA)
Mark Miller created SOLR-7092: - Summary: The lease renewer we create in SOLR-6969 can end up running through other tests because we don't shut it down. Key: SOLR-7092 URL: https://issues.apache.org/jira/browse/SOLR-70

[jira] [Resolved] (SOLR-6969) When opening an HDFSTransactionLog for append we must first attempt to recover it's lease to prevent data loss.

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6969. --- Resolution: Fixed I filed SOLR-7092 for that issue. > When opening an HDFSTransactionLog for append we

[jira] [Commented] (SOLR-6920) During replication use checksums to verify if files are the same

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312629#comment-14312629 ] ASF subversion and git services commented on SOLR-6920: --- Commit 16585

[jira] [Commented] (SOLR-6944) ReplicationFactorTest and HttpPartitionTest both fail with org.apache.http.NoHttpResponseException: The target server failed to respond

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312627#comment-14312627 ] Mark Miller commented on SOLR-6944: --- This problem has gotten out of control on jenkins ru

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312621#comment-14312621 ] ASF subversion and git services commented on LUCENE-6224: - Commit

[jira] [Resolved] (SOLR-7033) RecoveryStrategy should not publish any state when closed / cancelled.

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-7033. --- Resolution: Fixed > RecoveryStrategy should not publish any state when closed / cancelled. > --

[jira] [Commented] (SOLR-6640) Replication can cause index corruption.

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312617#comment-14312617 ] ASF subversion and git services commented on SOLR-6640: --- Commit 16585

[jira] [Resolved] (SOLR-6920) During replication use checksums to verify if files are the same

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6920. --- Resolution: Fixed Fix Version/s: Trunk 5.0 Thanks Varun, great job. > During

[jira] [Resolved] (SOLR-6640) Replication can cause index corruption.

2015-02-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6640. --- Resolution: Fixed Thanks to all involved in this. Long time, bad time issue. > Replication can cause i

[jira] [Commented] (SOLR-6920) During replication use checksums to verify if files are the same

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312611#comment-14312611 ] ASF subversion and git services commented on SOLR-6920: --- Commit 16585

[jira] [Commented] (SOLR-6640) Replication can cause index corruption.

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312607#comment-14312607 ] ASF subversion and git services commented on SOLR-6640: --- Commit 16585

[jira] [Commented] (SOLR-6736) A collections-like request handler to manage solr configurations on zookeeper

2015-02-09 Thread Varun Rajput (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312606#comment-14312606 ] Varun Rajput commented on SOLR-6736: Thanks for the feedback, I will get to this later

[jira] [Commented] (SOLR-6920) During replication use checksums to verify if files are the same

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312601#comment-14312601 ] ASF subversion and git services commented on SOLR-6920: --- Commit 16585

[jira] [Updated] (SOLR-6810) Faster searching limited but high rows across many shards all with many hits

2015-02-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6810: Attachment: SOLR-6810-trunk.patch Patch for trunk. There are a few test failures rela

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

2015-02-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2615/ 6 tests failed. REGRESSION: org.apache.solr.handler.component.DistributedMLTComponentTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:50672/i/bl/collection1 Stack Trace: org.a

[jira] [Commented] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2015-02-09 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312551#comment-14312551 ] Ryan Ernst commented on LUCENE-6228: Having both {{Score}} and {{Scorer} is really co

[jira] [Comment Edited] (LUCENE-6228) Do not expose full-fledged scorers in LeafCollector.setScorer

2015-02-09 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312551#comment-14312551 ] Ryan Ernst edited comment on LUCENE-6228 at 2/9/15 6:10 PM: H

[jira] [Commented] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312541#comment-14312541 ] ASF subversion and git services commented on SOLR-5890: --- Commit 16584

[jira] [Commented] (SOLR-5379) Query-time multi-word synonym expansion

2015-02-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312536#comment-14312536 ] Rafał Kuć commented on SOLR-5379: - I have the code updated to Solr 4.10.3 and I'm running t

[jira] [Resolved] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-02-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-5890. -- Resolution: Fixed Fix Version/s: (was: 5.0) > Delete silently fails if not sent to shard where

[jira] [Updated] (SOLR-7076) TikaEntityProcessor should have support for onError=skip

2015-02-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-7076: - Attachment: SOLR-7076.patch > TikaEntityProcessor should have support for onError=skip > --

[jira] [Commented] (LUCENE-6227) Add BooleanClause.Occur.FILTER

2015-02-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312524#comment-14312524 ] Adrien Grand commented on LUCENE-6227: -- I agree that the names lack symmetry and it

[jira] [Commented] (LUCENE-6227) Add BooleanClause.Occur.FILTER

2015-02-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312504#comment-14312504 ] Hoss Man commented on LUCENE-6227: -- two tangential thoughts/questions... 1) From an API

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

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

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312491#comment-14312491 ] ASF subversion and git services commented on LUCENE-6224: - Commit

[jira] [Created] (SOLR-7091) Data-driven schema and block-join style update requests don't play well together

2015-02-09 Thread Timothy Potter (JIRA)
Timothy Potter created SOLR-7091: Summary: Data-driven schema and block-join style update requests don't play well together Key: SOLR-7091 URL: https://issues.apache.org/jira/browse/SOLR-7091 Project:

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312476#comment-14312476 ] ASF subversion and git services commented on LUCENE-6224: - Commit

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

2015-02-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/758/ 7 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test Error Message: shard4 is not consistent. Got 324 from http://127.0.0.1:59280/yo/bk/collection1lastClient and got 297 from http://127.0.0.1:59

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312470#comment-14312470 ] ASF subversion and git services commented on LUCENE-6224: - Commit

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312457#comment-14312457 ] ASF subversion and git services commented on LUCENE-6224: - Commit

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312440#comment-14312440 ] ASF subversion and git services commented on LUCENE-6224: - Commit

[jira] [Commented] (LUCENE-6224) move package.htmls to package-info.java for better tooling support

2015-02-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312433#comment-14312433 ] ASF subversion and git services commented on LUCENE-6224: - Commit

[jira] [Commented] (SOLR-5743) Faceting with BlockJoin support

2015-02-09 Thread Dr Oleg Savrasov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312419#comment-14312419 ] Dr Oleg Savrasov commented on SOLR-5743: After investigating it, I've found that fl

  1   2   >