[jira] [Created] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5063: Summary: Allow GrowableWriter to store negative values Key: LUCENE-5063 URL: https://issues.apache.org/jira/browse/LUCENE-5063 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-06-18 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686447#comment-13686447 ] Artem Lukanin commented on LUCENE-5030: --- you already have private static final int

Re: 4.3.1 Release notes: review requested

2013-06-18 Thread Adrien Grand
+1, release notes look good to me too. On Mon, Jun 17, 2013 at 10:23 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: All steps of the release process except for website updates and announcements have been completed. I'll grab some sleep and continue the rest of the steps after 8-9

[jira] [Updated] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5063: - Attachment: LUCENE-5063.patch Here is a patch which makes GrowableWriter able to store negative

[jira] [Updated] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-06-18 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Lukanin updated LUCENE-5030: -- Attachment: nonlatin_fuzzySuggester4.patch I have fixed testRandom, which repeats the logic

[jira] [Commented] (SOLR-3076) Solr(Cloud) should support block joins

2013-06-18 Thread Vadim Kirilchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686519#comment-13686519 ] Vadim Kirilchuk commented on SOLR-3076: --- Yonik, it's great! Just keep in mind

[jira] [Resolved] (SOLR-4059) Custom Sharding

2013-06-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-4059. -- Resolution: Duplicate duplicate of SOLR-4221 Custom Sharding ---

[JENKINS] Solr-Artifacts-trunk - Build # 2220 - Failure

2013-06-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-Artifacts-trunk/2220/ No tests ran. Build Log: [...truncated 17833 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Solr-Artifacts-trunk/solr/build.xml:377: java.net.ConnectException: Operation timed out at

Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Per Steffensen
Hi Scenario: * 1) You have a Solr cloud cluster running - several Solr nodes across several machine - many collections with many replica and documents indexed into them * 2) One of the machines running a Solr node completely crashes - totally gone including local disk with data/config etc. of

[jira] [Commented] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686561#comment-13686561 ] Robert Muir commented on LUCENE-5063: - On one hand we pay the price of an add: {code}

[jira] [Commented] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686594#comment-13686594 ] Robert Muir commented on LUCENE-5063: - i see, so we only need negatives in

Re: [jira] [Resolved] (SOLR-4932) Persisting solr.xml still adds some elements that aren't in the original

2013-06-18 Thread Erick Erickson
Not a problem. I love that the bot does its tricks, but put in the revisions manually as a back-up anyway Erick On Tue, Jun 18, 2013 at 12:09 AM, Mark Miller markrmil...@gmail.com wrote: Sorry bout that - I briefly shutdown the commit bot earlier today to fix an issue I noticed (multiple

[jira] [Commented] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686622#comment-13686622 ] Adrien Grand commented on LUCENE-5063: -- bq. i see, so we only need negatives in

[jira] [Commented] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686627#comment-13686627 ] Robert Muir commented on LUCENE-5063: - {quote} Indeed I think it would make things

[jira] [Commented] (LUCENE-2880) SpanQuery scoring inconsistencies

2013-06-18 Thread Adam Ringel (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686631#comment-13686631 ] Adam Ringel commented on LUCENE-2880: - I subclassed DefaultSimilarity to work around

Re: Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Mark Miller
I don't know what the best method to use now is, but the slightly longer term plan is to: * Have a new mode where you cannot preconfigure cores, only use the collection's API. * ZK becomes the cluster state truth. * The Overseer takes actions to ensure cores live/die in different places based

[jira] [Commented] (SOLR-4221) Custom sharding

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686639#comment-13686639 ] Mark Miller commented on SOLR-4221: --- It's only a dupe by text name afaict - really it

[jira] [Reopened] (SOLR-4059) Custom Sharding

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-4059: --- Custom Sharding --- Key: SOLR-4059 URL:

[jira] [Updated] (SOLR-4059) Allow forwarding to updates based on the shard updates arrive at rather than hashing.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4059: -- Summary: Allow forwarding to updates based on the shard updates arrive at rather than hashing. (was:

[jira] [Updated] (SOLR-4059) Allow forwarding updates to replicas based on the shard updates arrive at rather than hashing.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4059: -- Summary: Allow forwarding updates to replicas based on the shard updates arrive at rather than hashing.

[jira] [Commented] (SOLR-4059) Allow forwarding updates to replicas based on the shard updates arrive at rather than hashing.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686642#comment-13686642 ] Mark Miller commented on SOLR-4059: --- I don't think it is - that's a large catch all issue

[jira] [Created] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags

2013-06-18 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-4935: Summary: persisting solr.xml preserves extraneous values like wt=json in core tags Key: SOLR-4935 URL: https://issues.apache.org/jira/browse/SOLR-4935 Project: Solr

Re: Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Per Steffensen
Ok, thanks. I think we will just reconstruct solr.xml (from clusterstate.json) ourselves for now. On 6/18/13 2:15 PM, Mark Miller wrote: I don't know what the best method to use now is, but the slightly longer term plan is to: * Have a new mode where you cannot preconfigure cores, only use

[jira] [Commented] (SOLR-4059) Allow forwarding updates to replicas based on the shard updates arrive at rather than hashing.

2013-06-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686652#comment-13686652 ] Noble Paul commented on SOLR-4059: -- It is still not very clear on what is the objective.

Re: Question about lengthNorm(numTerms)

2013-06-18 Thread jiangwen jiang
I got it, thanks, Jack 2013/6/18 Jack Krupansky j...@basetechnology.com The length normalization gets compressed down to a single byte “norm”, stored in the “.nrm” files. See: norm(t,d) http://lucene.apache.org/core/4_3_0/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html

[jira] [Created] (LUCENE-5064) Add PagedMutable

2013-06-18 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5064: Summary: Add PagedMutable Key: LUCENE-5064 URL: https://issues.apache.org/jira/browse/LUCENE-5064 Project: Lucene - Core Issue Type: Improvement

Re: Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Otis Gospodnetic
Hi, Re ZK becomes the cluster state truth. I thought that was already the case, no? Who/what else holds (which) bits of the total truth? Thanks, Otis On Tue, Jun 18, 2013 at 8:15 AM, Mark Miller markrmil...@gmail.com wrote: I don't know what the best method to use now is, but the

[jira] [Updated] (SOLR-4059) Allow forwarding updates to replicas based on an update param rather than hashing.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4059: -- Fix Version/s: 4.4 5.0 Assignee: Mark Miller Summary: Allow

[jira] [Updated] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags

2013-06-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-4935: - Attachment: SOLR-4935.patch Very preliminary patch, haven't run full test suite on it yet, but it

[jira] [Updated] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags

2013-06-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-4935: - Attachment: SOLR-4935.patch Might fix the problem with not preserving the instance dir if it's

[jira] [Updated] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags when creating cores via the admin handler

2013-06-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-4935: - Description: I'll be s happy when we stop supporting persistence. Two problems 1 if

[jira] [Updated] (LUCENE-5064) Add PagedMutable

2013-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5064: - Attachment: LUCENE-5064.patch Patch. Most of the code is shared with PagedGrowableWriter

Re: Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Mark Miller
With preconfigurable cores, each node with cores also holds some truth. You might have a core registered in zk but it doesn't exist on a node. You might have a core that is not registered in zk, but does on a node. A core that comes up might be a really old node coming back or it might be a

[jira] [Commented] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686775#comment-13686775 ] Mark Miller commented on SOLR-4926: --- It looks like replication thinks it's successful,

[jira] [Created] (SOLR-4936) Cannot run Solr with zookeeper on multiple IPs

2013-06-18 Thread Grzegorz Sobczyk (JIRA)
Grzegorz Sobczyk created SOLR-4936: -- Summary: Cannot run Solr with zookeeper on multiple IPs Key: SOLR-4936 URL: https://issues.apache.org/jira/browse/SOLR-4936 Project: Solr Issue Type:

Re: Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Otis Gospodnetic
I see. Thanks for the explanation. B, yeah, ZK should be the one and only brain there, I think. And forget Fiat, go for Mercedes. Otis On Tue, Jun 18, 2013 at 10:24 AM, Mark Miller markrmil...@gmail.com wrote: With preconfigurable cores, each node with cores also holds some truth.

[jira] [Updated] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-4926: --- Priority: Blocker (was: Critical) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail

[jira] [Commented] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686807#comment-13686807 ] Adrien Grand commented on LUCENE-5063: -- bq. Maybe we should do something about the

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

2013-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/557/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.lucene.index.TestFieldsReader.testExceptions Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space

[jira] [Commented] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686814#comment-13686814 ] Mark Miller commented on SOLR-4926: --- Hmm...that may have just been what that one case

[jira] [Commented] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686821#comment-13686821 ] Yonik Seeley commented on SOLR-4926: In some of the fails, I'm seeing some errors of

[jira] [Commented] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags when creating cores via the admin handler

2013-06-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686825#comment-13686825 ] Erick Erickson commented on SOLR-4935: -- BTW, I'm running tests now and I plan to

[ANNOUNCE] Apache Lucene 4.3.1 released

2013-06-18 Thread Shalin Shekhar Mangar
June 2013, Apache Lucene™ 4.3.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.3.1 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires

[ANNOUNCE] Apache Solr 4.3.1 released

2013-06-18 Thread Shalin Shekhar Mangar
June 2013, Apache Solr™ 4.3.1 available The Lucene PMC is pleased to announce the release of Apache Solr 4.3.1 Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted

[jira] [Commented] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags when creating cores via the admin handler

2013-06-18 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686831#comment-13686831 ] Shawn Heisey commented on SOLR-4935: What exactly happens if you don't include

RE: [ANNOUNCE] Apache Lucene 4.3.1 released

2013-06-18 Thread Uwe Schindler
Nice work! You also managed to master the nice looking Java 7 Javadocs with bootclasspath :-) Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: shalinman...@gmail.com [mailto:shalinman...@gmail.com]

Re: [ANNOUNCE] Apache Lucene 4.3.1 released

2013-06-18 Thread Shalin Shekhar Mangar
Thanks! Though I did make a blunder -- I sent the solr release announcement from my personal email address :( On Tue, Jun 18, 2013 at 9:14 PM, Uwe Schindler u...@thetaphi.de wrote: Nice work! You also managed to master the nice looking Java 7 Javadocs with bootclasspath :-) Uwe - Uwe

Re: [ANNOUNCE] Apache Lucene 4.3.1 released

2013-06-18 Thread Mark Miller
I did the same last time. It bounces from announce@ so I just resent it there. - Mark On Jun 18, 2013, at 11:47 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Thanks! Though I did make a blunder -- I sent the solr release announcement from my personal email address :( On Tue, Jun

RE: [ANNOUNCE] Apache Lucene 4.3.1 released

2013-06-18 Thread Uwe Schindler
But it went through... I hope also to annou...@apache.org? If not, resend to this address with an apache email! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Shalin Shekhar Mangar

Re: [ANNOUNCE] Apache Lucene 4.3.1 released

2013-06-18 Thread Shalin Shekhar Mangar
Yes, I re-sent the announcement to announce@ with my @apache email. On Tue, Jun 18, 2013 at 9:21 PM, Mark Miller markrmil...@gmail.com wrote: I did the same last time. It bounces from announce@ so I just resent it there. - Mark On Jun 18, 2013, at 11:47 AM, Shalin Shekhar Mangar

[jira] [Updated] (LUCENE-5062) Spatial CONTAINS is sometimes incorrect for overlapped indexed shapes

2013-06-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-5062: - Attachment: LUCENE-5062_Spatial_CONTAINS_with_overlapping_shapes.patch This patch adds the flag

[jira] [Resolved] (SOLR-4929) (ChaosMonkey)ShardSplitTest fails often on jenkins

2013-06-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-4929. - Resolution: Duplicate (ChaosMonkey)ShardSplitTest fails often on jenkins

[jira] [Commented] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags when creating cores via the admin handler

2013-06-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686876#comment-13686876 ] Erick Erickson commented on SOLR-4935: -- bq: What exactly happens if you don't include

[jira] [Commented] (SOLR-4929) (ChaosMonkey)ShardSplitTest fails often on jenkins

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686883#comment-13686883 ] Mark Miller commented on SOLR-4929: --- Whoops - didn't know this one existed when I filed

[jira] [Commented] (SOLR-4933) org.apache.solr.cloud.ShardSplitTest.testDistribSearch fails often with a 500 error.

2013-06-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686888#comment-13686888 ] Shalin Shekhar Mangar commented on SOLR-4933: - I marked SOLR-4929 as duplicate

[jira] [Commented] (SOLR-4933) org.apache.solr.cloud.ShardSplitTest.testDistribSearch fails often with a 500 error.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686892#comment-13686892 ] Mark Miller commented on SOLR-4933: --- bq. The split itself will be retried by the Overseer

[jira] [Commented] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686893#comment-13686893 ] Michael McCandless commented on LUCENE-5063: {quote} bq. Maybe we should do

[jira] [Created] (SOLR-4937) SolrCloud doesn't distribute null values

2013-06-18 Thread Steve Davids (JIRA)
Steve Davids created SOLR-4937: -- Summary: SolrCloud doesn't distribute null values Key: SOLR-4937 URL: https://issues.apache.org/jira/browse/SOLR-4937 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-4933) org.apache.solr.cloud.ShardSplitTest.testDistribSearch fails often with a 500 error.

2013-06-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686895#comment-13686895 ] Shalin Shekhar Mangar commented on SOLR-4933: - bq. Is it the same thing with

[jira] [Assigned] (SOLR-4933) org.apache.solr.cloud.ShardSplitTest.testDistribSearch fails often with a 500 error.

2013-06-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-4933: --- Assignee: Shalin Shekhar Mangar

[jira] [Commented] (SOLR-1726) Deep Paging and Large Results Improvements

2013-06-18 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686901#comment-13686901 ] Otis Gospodnetic commented on SOLR-1726: How ElasticSearch handles this:

[jira] [Updated] (SOLR-4787) Join Contrib

2013-06-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4787: Fix Version/s: (was: 4.2.1) 4.4 Join Contrib

[jira] [Updated] (SOLR-4783) Rollback is not working in SolrCloud

2013-06-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4783: Fix Version/s: (was: 4.2.1) 4.4 Rollback is not working

[jira] [Commented] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686915#comment-13686915 ] Michael McCandless commented on LUCENE-5063: +1, patch looks good!

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2013-06-18 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686941#comment-13686941 ] Alejandro Abdelnur commented on SOLR-4792: -- I'd like to provide unsolicited

[jira] [Commented] (SOLR-1726) Deep Paging and Large Results Improvements

2013-06-18 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686964#comment-13686964 ] Dmitry Kan commented on SOLR-1726: -- Scrolling is not intended for real time user requests,

[jira] [Commented] (LUCENE-5064) Add PagedMutable

2013-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686977#comment-13686977 ] Michael McCandless commented on LUCENE-5064: +1 Add

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2013-06-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686984#comment-13686984 ] Noble Paul commented on SOLR-4792: -- bq. W1 gives the flexibility of choosing a servlet

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2013-06-18 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686996#comment-13686996 ] Shawn Heisey commented on SOLR-4792: [~tucu00], thank you for taking a look and giving

[jira] [Created] (LUCENE-5065) Refactor TestGrouping.java to break TestRandom into separate tests

2013-06-18 Thread Tom Burton-West (JIRA)
Tom Burton-West created LUCENE-5065: --- Summary: Refactor TestGrouping.java to break TestRandom into separate tests Key: LUCENE-5065 URL: https://issues.apache.org/jira/browse/LUCENE-5065 Project:

[jira] [Updated] (LUCENE-5063) Allow GrowableWriter to store negative values

2013-06-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5063: - Attachment: LUCENE-5063.patch Same patch with added deprecation warnings: -

[jira] [Created] (SOLR-4938) Solr should be able to use Lucene's BlockGroupingCollector for field-collapsing

2013-06-18 Thread Tom Burton-West (JIRA)
Tom Burton-West created SOLR-4938: - Summary: Solr should be able to use Lucene's BlockGroupingCollector for field-collapsing Key: SOLR-4938 URL: https://issues.apache.org/jira/browse/SOLR-4938

[jira] [Commented] (SOLR-4916) Add support to write and read Solr index files and transaction log files to and from HDFS.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13687031#comment-13687031 ] Mark Miller commented on SOLR-4916: --- I think this is a pretty solid base to iterate on,

[jira] [Updated] (SOLR-4916) Add support to write and read Solr index files and transaction log files to and from HDFS.

2013-06-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4916: -- Attachment: SOLR-4916.patch Patch to trunk. Add support to write and read Solr index

[jira] [Updated] (SOLR-4816) Add document routing to CloudSolrServer

2013-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4816: - Attachment: SOLR-4816.patch New patch, added setter to turn off and on threaded updates, default

[jira] [Updated] (SOLR-4816) Add document routing to CloudSolrServer

2013-06-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4816: - Description: This issue adds the following enhancements to CloudSolrServer's update logic: 1)

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b93) - Build # 6125 - Failure!

2013-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6125/ Java: 64bit/jdk1.8.0-ea-b93 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.lucene.util.packed.TestPackedInts.testPagedGrowableWriter Error Message: expected:7013336 but was:7013328 Stack Trace:

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b93) - Build # 6125 - Failure!

2013-06-18 Thread Adrien Grand
PagedMutable.ramBytesUsed is wrong when compressed oops are off. I'm looking into it... -- Adrien - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (SOLR-4916) Add support to write and read Solr index files and transaction log files to and from HDFS.

2013-06-18 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13687167#comment-13687167 ] Jack Krupansky commented on SOLR-4916: -- Is this intended to be a 5.0-only feature, or

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b93) - Build # 6125 - Failure!

2013-06-18 Thread Adrien Grand
Sorry I meant PagedGrowableWriter, not PagedMutable. The reason why RamUsageEstimator gives a different result is that it relies on Unsafe to compute field offsets (RamUsageEstimator.JvmFeature.FIELD_OFFSETS, when this feature is disabled, RamUsageEstimator agrees with

[jira] [Commented] (SOLR-4935) persisting solr.xml preserves extraneous values like wt=json in core tags when creating cores via the admin handler

2013-06-18 Thread Al Wold (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13687246#comment-13687246 ] Al Wold commented on SOLR-4935: --- After applying the patch to branch_4x, everything seems to

[jira] [Commented] (SOLR-4934) Prevent runtime failure if users use initargs useCompoundFile setting on LogMergePolicy or TieredMergePolicy

2013-06-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13687310#comment-13687310 ] Hoss Man commented on SOLR-4934: Committed revision 1494348. The fix itself was fairly

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6128 - Still Failing!

2013-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6128/ Java: 32bit/jdk1.8.0-ea-b93 -server -XX:+UseG1GC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestFieldsReader Error Message: Captured an uncaught exception in thread: Thread[id=298, name=Lucene Merge

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6128 - Still Failing!

2013-06-18 Thread Robert Muir
This has failed several times, since LUCENE-5038 was committed. But that commit didn't really change the test, except to setCFSRatio(0.0) and this test indexes only one document!! I'll look at this later tonight if nobody beats me to it, seems like something is really wrong. On Tue, Jun

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6128 - Still Failing!

2013-06-18 Thread Robert Muir
somehow this relates to the delegation in faultyindexinput (NOT its exception-generation, which isnt yet happening) and the surrogates dance is somehow tickling the delegator-bug in such a way that it thinks a single term is 262MB. thats why it only fails on 3.x On Tue, Jun 18, 2013 at 4:38

[jira] [Comment Edited] (SOLR-4926) I am seeing RecoveryZkTest and ChaosMonkeySafeLeaderTest fail often on trunk.

2013-06-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686821#comment-13686821 ] Yonik Seeley edited comment on SOLR-4926 at 6/19/13 12:16 AM: --

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

2013-06-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/884/ 1 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: shard3 is not consistent. Got 870 from http://127.0.0.1:39122/jbx/collection1lastClient and got 868 from

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

2013-06-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/575/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary Error Message: IOException occured when talking to server at:

[jira] [Created] (LUCENE-5066) TestFieldsReader fails in 4.x with OOM

2013-06-18 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5066: --- Summary: TestFieldsReader fails in 4.x with OOM Key: LUCENE-5066 URL: https://issues.apache.org/jira/browse/LUCENE-5066 Project: Lucene - Core Issue Type: Bug

[jira] [Updated] (LUCENE-5066) TestFieldsReader fails in 4.x with OOM

2013-06-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5066: Attachment: LUCENE-5066.patch here's a patch against 4.x TestFieldsReader fails

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6128 - Still Failing!

2013-06-18 Thread Robert Muir
this is an ugly test bug: i opened an issue for it ( https://issues.apache.org/jira/browse/LUCENE-5066) I think the patch is ok to fix this test fail, but as noted the issue, we should probably add a simple low-level test for this to all real directories. also, i think it would be good to move

[jira] [Created] (LUCENE-5067) add a BaseDirectoryTestCase

2013-06-18 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5067: --- Summary: add a BaseDirectoryTestCase Key: LUCENE-5067 URL: https://issues.apache.org/jira/browse/LUCENE-5067 Project: Lucene - Core Issue Type: Test

[jira] [Commented] (LUCENE-5066) TestFieldsReader fails in 4.x with OOM

2013-06-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13687581#comment-13687581 ] Robert Muir commented on LUCENE-5066: - I opened LUCENE-5067 for a way to add tests