Re: [VOTE] Release PyLucene 3.6.2

2013-01-03 Thread Thomas Koch
Hi, I usually get a bunch of compiler warnings during the build (mostly related to implicit type conversion) so I don't pay much attention on it - unless build or test fails… Just checked the output of my last Mac build and could in deed find similar issues as reported by Mike. See log here:

Re: [VOTE] Release PyLucene 3.6.2

2013-01-03 Thread Michael McCandless
On Wed, Jan 2, 2013 at 7:58 PM, Andi Vajda va...@apache.org wrote: I tested on OS X 10.8.2, and was able to install run my usual smoke test (index search first 100K Wikipedia docs). But I hit a few strange things ... first, lots of compilation warnings when compiling jcc and pylucene, eg:

Re: super-clean ant target?

2013-01-03 Thread Dawid Weiss
I know how to do this in git, but not in svn. git clean -xfd . git reset --hard Dawid On Thu, Jan 3, 2013 at 12:13 AM, Shawn Heisey s...@elyograg.org wrote: Is there such a thing as a super-clean ant build target, to return the checkout to a pristine state? An absolutely pristine branch_4x

Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 26 - Failure!

2013-01-03 Thread Dawid Weiss
[junit4:junit4] JVM J0: stderr (verbatim) [junit4:junit4] java(404,0x13e5b5000) malloc: *** error for object 0x1be5a3ef0: pointer being freed was not allocated [junit4:junit4] *** set a breakpoint in malloc_error_break to debug [junit4:junit4] JVM J0: EOF

[jira] [Commented] (LUCENE-4647) Simplify CategoryDocumentBuilder

2013-01-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542791#comment-13542791 ] Shai Erera commented on LUCENE-4647: bq. I like how FacetFields is now stateless (ie

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-4.x #198: POMs out of sync

2013-01-03 Thread Uwe Schindler
Hi thanks! I had a similar idea yesterday but I was missing one part, my new solution (after sleeping a night about it): loadresource property=maven.version.glob propertyresource name=version/ filterchain tokenfilter filetokenizer/ replacestring

[jira] [Created] (SOLR-4256) The example for solr.TypeTokenFilterFactory uses wrong case for useWhitelist parameter - breaks examples

2013-01-03 Thread Alexandre Rafalovitch (JIRA)
Alexandre Rafalovitch created SOLR-4256: --- Summary: The example for solr.TypeTokenFilterFactory uses wrong case for useWhitelist parameter - breaks examples Key: SOLR-4256 URL:

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

2013-01-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/724/ 1 tests failed. REGRESSION: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: shard1 should have just been set up to be inconsistent - but it's still consistent Stack Trace: java.lang.AssertionError: shard1

[jira] [Created] (LUCENE-4655) Documentation of the StandardTokenizerInterface getNextToken() return value

2013-01-03 Thread Juha Haaga (JIRA)
Juha Haaga created LUCENE-4655: -- Summary: Documentation of the StandardTokenizerInterface getNextToken() return value Key: LUCENE-4655 URL: https://issues.apache.org/jira/browse/LUCENE-4655 Project:

[jira] [Updated] (SOLR-4016) Deduplication is broken by partial update

2013-01-03 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4016: Attachment: SOLR-4016.patch This patch expands the document before computing

[jira] [Commented] (LUCENE-4655) Documentation of the StandardTokenizerInterface getNextToken() return value

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542880#comment-13542880 ] Uwe Schindler commented on LUCENE-4655: --- Hi, this interface is not for public use,

RE: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 26 - Failure!

2013-01-03 Thread Uwe Schindler
This happens not only in the MacOSX virtual machine on my jenkins box, also in reality with 1.7.0_10 on Robert's computer: https://issues.apache.org/jira/browse/SOLR-4233 Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original

[jira] [Created] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-4656: Summary: Fix EmptyTokenizer Key: LUCENE-4656 URL: https://issues.apache.org/jira/browse/LUCENE-4656 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542896#comment-13542896 ] Robert Muir commented on LUCENE-4656: - I think this might be a broken assert in

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4656: - Attachment: LUCENE-4656.patch Patch. I wasn't sure whether to add a CharTermAttribute to

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542900#comment-13542900 ] Robert Muir commented on LUCENE-4656: - I think we should fix BaseTokenStreamTestCase

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542899#comment-13542899 ] Adrien Grand commented on LUCENE-4656: -- bq. Why do we have that? It feels strange

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542902#comment-13542902 ] Robert Muir commented on LUCENE-4656: - {quote} It feels strange to me that a

[jira] [Commented] (LUCENE-4608) Handle large number of requested fragments better.

2013-01-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542904#comment-13542904 ] Shai Erera commented on LUCENE-4608: Martijn, it looks like the CHANGES for 4x went

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542908#comment-13542908 ] Uwe Schindler commented on LUCENE-4656: --- I am happy with both solutions. I agree,

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542910#comment-13542910 ] Uwe Schindler commented on LUCENE-4656: --- We should at least test EmptyTokenizer

[jira] [Resolved] (LUCENE-4647) Simplify CategoryDocumentBuilder

2013-01-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-4647. Resolution: Fixed Fix Version/s: 5.0 4.1 Lucene Fields: New,Patch

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542913#comment-13542913 ] Robert Muir commented on LUCENE-4656: - There is an EmptyTokenStream in src/java that

[jira] [Commented] (LUCENE-4608) Handle large number of requested fragments better.

2013-01-03 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542929#comment-13542929 ] Martijn van Groningen commented on LUCENE-4608: --- Oops, no it isn't. I will

[jira] [Resolved] (LUCENE-4653) Make TestIndexWriter.testThreadInterruptDeadlock meaner

2013-01-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4653. Resolution: Fixed Fix Version/s: 5.0 4.1 Make

[jira] [Commented] (LUCENE-4622) TopKFacetsResultHandler should tie break sort by label not ord?

2013-01-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542947#comment-13542947 ] Michael McCandless commented on LUCENE-4622: I think the limitation here is I

[jira] [Resolved] (LUCENE-4622) TopKFacetsResultHandler should tie break sort by label not ord?

2013-01-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4622. Resolution: Won't Fix TopKFacetsResultHandler should tie break sort by label

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_09) - Build # 3567 - Failure!

2013-01-03 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/3567/ Java: 64bit/jdk1.7.0_09 -XX:+UseParallelGC All tests passed Build Log: [...truncated 25744 lines...] -documentation-lint: [echo] checking for broken html... [jtidy] Checking for broken html (such as invalid tags)...

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-4.x #198: POMs out of sync

2013-01-03 Thread Steve Rowe
Cool, I didn't know about load resource. On Jan 3, 2013 3:51 AM, Uwe Schindler u...@thetaphi.de wrote: Hi thanks! I had a similar idea yesterday but I was missing one part, my new solution (after sleeping a night about it): loadresource property=maven.version.glob

[jira] [Commented] (LUCENE-4628) Add common terms query to gracefully handle very high frequent terms dynamically

2013-01-03 Thread Matthew Willson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542954#comment-13542954 ] Matthew Willson commented on LUCENE-4628: - This is nice. Would it make sense,

[jira] [Commented] (SOLR-1972) Need additional query stats in admin interface - median, 95th and 99th percentile

2013-01-03 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542971#comment-13542971 ] Alan Woodward commented on SOLR-1972: - I've committed the latest patch. Will leave it

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4656: - Attachment: LUCENE-4656.patch Alternative patch that fixes BaseTokenStreamTestCase. I needed to

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 854 - Failure

2013-01-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/854/ All tests passed Build Log: [...truncated 25718 lines...] -documentation-lint: [echo] checking for broken html... [jtidy] Checking for broken html (such as invalid tags)... [delete] Deleting directory

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542987#comment-13542987 ] Uwe Schindler commented on LUCENE-4656: --- bq. I needed to add a quick hack to add a

[jira] [Commented] (SOLR-4165) Queries blocked when stopping and starting a node

2013-01-03 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542994#comment-13542994 ] Markus Jelsma commented on SOLR-4165: - Anyone here to test whether this issue applies

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542995#comment-13542995 ] Adrien Grand commented on LUCENE-4656: -- bq. So we should fix IndexWriter to handle

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

2013-01-03 Thread Chris Russell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Russell updated SOLR-2894: Attachment: SOLR-2894.patch Fixed NRE when using facet.missing. Added test for over-requesting /

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

2013-01-03 Thread Chris Russell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543004#comment-13543004 ] Chris Russell commented on SOLR-2894: - Shahar, I think I've corrected the issues you

[jira] [Resolved] (LUCENE-4651) Use generics for the type of assigned class in Classifier

2013-01-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved LUCENE-4651. - Resolution: Fixed Assignee: Tommaso Teofili Use generics for the type of

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

2013-01-03 Thread Chris Russell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543002#comment-13543002 ] Chris Russell edited comment on SOLR-2894 at 1/3/13 3:49 PM: -

[jira] [Commented] (SOLR-1632) Distributed IDF

2013-01-03 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543008#comment-13543008 ] Markus Jelsma commented on SOLR-1632: - Any progress to report or does anyone have a

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543009#comment-13543009 ] Robert Muir commented on LUCENE-4656: - I'm not really certain what it should do. it

[jira] [Commented] (SOLR-4165) Queries blocked when stopping and starting a node

2013-01-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543010#comment-13543010 ] Mark Miller commented on SOLR-4165: --- 4x and 5x are pretty much in alignment these days.

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543017#comment-13543017 ] Uwe Schindler commented on LUCENE-4656: --- The problem is here that the attributes

[jira] [Commented] (SOLR-4165) Queries blocked when stopping and starting a node

2013-01-03 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543021#comment-13543021 ] Markus Jelsma commented on SOLR-4165: - Yes. Query time is consistent until a node

[jira] [Commented] (SOLR-4165) Queries blocked when stopping and starting a node

2013-01-03 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543022#comment-13543022 ] Markus Jelsma commented on SOLR-4165: - We're also seeing the restarted node as ACTIVE

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656-IW-bug.patch Here a patch showing the bug in the public class

[jira] [Comment Edited] (SOLR-4165) Queries blocked when stopping and starting a node

2013-01-03 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543022#comment-13543022 ] Markus Jelsma edited comment on SOLR-4165 at 1/3/13 4:14 PM: -

[jira] [Commented] (SOLR-4165) Queries blocked when stopping and starting a node

2013-01-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543028#comment-13543028 ] Mark Miller commented on SOLR-4165: --- Probably - good thought. Take a look at SOLR-3655 by

[jira] [Commented] (SOLR-3655) A starting replica can briefly appear active after Solr starts and before recovery begins.

2013-01-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543030#comment-13543030 ] Mark Miller commented on SOLR-3655: --- To elaborate - we get the live nodes and cluster

[jira] [Comment Edited] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543025#comment-13543025 ] Uwe Schindler edited comment on LUCENE-4656 at 1/3/13 4:20 PM:

[jira] [Created] (LUCENE-4657) a new testThreadInterruptDeadlock failure

2013-01-03 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4657: --- Summary: a new testThreadInterruptDeadlock failure Key: LUCENE-4657 URL: https://issues.apache.org/jira/browse/LUCENE-4657 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-4657) a new testThreadInterruptDeadlock failure

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543051#comment-13543051 ] Robert Muir commented on LUCENE-4657: - I appended -Dtests.dups=20 to the seed, and it

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656-IW-fix.patch Here the fix that solves the DocInverterPerField issue

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656-IW-fix.patch Better patch, ueses do...while, which is more readable.

[jira] [Commented] (LUCENE-4644) Implement spatial WITHIN query for RecursivePrefixTree

2013-01-03 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543070#comment-13543070 ] David Smiley commented on LUCENE-4644: -- I confirm your interpretation of WITHIN

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4656: Attachment: LUCENE-4656_bttc.patch here's a patch for BaseTokenStreamTestCase. I think it should

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch New patch merged with Adrien's. I am not sure if the Fix in

[jira] [Assigned] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-4656: - Assignee: Uwe Schindler (was: Adrien Grand) Fix EmptyTokenizer

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543095#comment-13543095 ] Uwe Schindler commented on LUCENE-4656: --- Thanks Robert! I will merge again and I

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Patch merged with Robert's. Fix

[jira] [Updated] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Add a check that the document is really in IW after indexing.

[jira] [Commented] (LUCENE-4656) Fix EmptyTokenizer

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543111#comment-13543111 ] Robert Muir commented on LUCENE-4656: - Slightly related to the BaseToken changes, i

[jira] [Commented] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543119#comment-13543119 ] Shawn Heisey commented on SOLR-4191: I seem to be having much the same problem on my

[JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 18816 - Failure!

2013-01-03 Thread builder
Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/18816/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriter.testThreadInterruptDeadlock Error Message: Captured an uncaught exception in thread: Thread[id=43, name=Thread-13, state=RUNNABLE,

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Summary: Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without

[jira] [Commented] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543125#comment-13543125 ] Robert Muir commented on LUCENE-4656: - I would also say that we dont need

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Affects Version/s: 4.0 Fix Version/s: 5.0 4.1 Fix

[jira] [Commented] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543127#comment-13543127 ] Uwe Schindler commented on LUCENE-4656: --- I would really like to remove that

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 18816 - Failure!

2013-01-03 Thread Robert Muir
I opened an issue already for this bug, but havent looked yet. I'm guessing its related to interrupts during IW.getReader? https://issues.apache.org/jira/browse/LUCENE-4657 On Thu, Jan 3, 2013 at 12:50 PM, buil...@flonkings.com wrote: Build:

[jira] [Commented] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543133#comment-13543133 ] Adrien Grand commented on LUCENE-4656: -- Uwe, I just ran all Lucene tests with your

[jira] [Commented] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543134#comment-13543134 ] Uwe Schindler commented on LUCENE-4656: --- In trunk it is not even used in core! Only

[jira] [Commented] (LUCENE-4644) Implement spatial WITHIN query for RecursivePrefixTree

2013-01-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543135#comment-13543135 ] Ryan McKinley commented on LUCENE-4644: --- Take a look at the definitions on:

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Patch with Tokenizer completely removed! In trunk its

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: (was: LUCENE-4656.patch) Fix IndexWriter working together with

[jira] [Commented] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543144#comment-13543144 ] Uwe Schindler commented on LUCENE-4656: --- Sorry was wrong patch.

[jira] [Commented] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543146#comment-13543146 ] Shawn Heisey commented on SOLR-4191: Just got this in my Solr 3.5 log after turning on

[jira] [Commented] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543149#comment-13543149 ] Shawn Heisey commented on SOLR-4191: There was a DOWN event in haproxy for the 3.5

[jira] [Commented] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543156#comment-13543156 ] Shawn Heisey commented on SOLR-4191: The exceptions above were from stderr - logged by

Re: AW: [VOTE] Release PyLucene 3.6.2

2013-01-03 Thread Andi Vajda
On Jan 3, 2013, at 2:18, Thomas Koch k...@orbiteam.de wrote: Maybe I should add that both java and python are universal binary files for 32/64 bit : ios:~ koch$ file /usr/bin/java /usr/bin/java: Mach-O universal binary with 2 architectures /usr/bin/java (for architecture x86_64):

[jira] [Comment Edited] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543149#comment-13543149 ] Shawn Heisey edited comment on SOLR-4191 at 1/3/13 6:27 PM:

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Correct patch. TestDocument actually used it, too - sorry. This

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 18816 - Failure!

2013-01-03 Thread Robert Muir
Actually i think this one looks like the suspicious guy (the deleteAll): [junit4:junit4] 1 org.apache.lucene.util.ThreadInterruptedException: java.lang.InterruptedException: sleep interrupted [junit4:junit4] 1at

[jira] [Commented] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543161#comment-13543161 ] Uwe Schindler commented on LUCENE-4656: --- I also cleaned up some imports in affected

[jira] [Updated] (SOLR-3180) ChaosMonkey test failures

2013-01-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-3180: --- Attachment: fail.130103_105104.txt Here's a log with some notes on the first timeout. Chaos monkey

[jira] [Commented] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543167#comment-13543167 ] Shawn Heisey commented on SOLR-4191: Here's the log from my SolrJ updating program for

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Fix IndexWriter working together with EmptyTokenizer and

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: (was: LUCENE-4656.patch) Fix IndexWriter working together with

[jira] [Updated] (SOLR-4191) Exceptions thrown when /admin/mbeans or /admin/ping is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-4191: --- Summary: Exceptions thrown when /admin/mbeans or /admin/ping is accessed during update/commit (was:

[jira] [Updated] (SOLR-4191) Exceptions thrown when /admin/mbeans or /admin/ping is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-4191: --- Affects Version/s: 3.5 Exceptions thrown when /admin/mbeans or /admin/ping is accessed during

[jira] [Commented] (SOLR-3180) ChaosMonkey test failures

2013-01-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543173#comment-13543173 ] Mark Miller commented on SOLR-3180: --- zkCheck currently waits up to the length of the

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: LUCENE-4656.patch Fix IndexWriter working together with EmptyTokenizer and

[jira] [Updated] (LUCENE-4656) Fix IndexWriter working together with EmptyTokenizer and EmptyTokenStream (without CharTermAttribute), fix BaseTokenStreamTestCase

2013-01-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4656: -- Attachment: (was: LUCENE-4656.patch) Fix IndexWriter working together with

[jira] [Updated] (LUCENE-4657) a new testThreadInterruptDeadlock failure

2013-01-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4657: Attachment: LUCENE-4657_hack.patch here's a hack (i dont think its correct) for these failures

[jira] [Commented] (SOLR-3180) ChaosMonkey test failures

2013-01-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543186#comment-13543186 ] Yonik Seeley commented on SOLR-3180: Here's another interesting tidbit: {code} 2

[jira] [Commented] (SOLR-4191) Exceptions thrown when /admin/mbeans or /admin/ping is accessed during update/commit

2013-01-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543187#comment-13543187 ] Shawn Heisey commented on SOLR-4191: I have been able to determine that all six of the

[jira] [Created] (SOLR-4257) Don't wait for ZK connection to apply replay updates or peersync updates

2013-01-03 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-4257: -- Summary: Don't wait for ZK connection to apply replay updates or peersync updates Key: SOLR-4257 URL: https://issues.apache.org/jira/browse/SOLR-4257 Project: Solr

[jira] [Assigned] (SOLR-4257) Don't wait for ZK connection to apply replay updates or peersync updates

2013-01-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-4257: -- Assignee: Yonik Seeley Don't wait for ZK connection to apply replay updates or peersync

[jira] [Created] (SOLR-4258) Edismax query behavior change between 3.5 and 3.6-4.x when undefined field in QF param

2013-01-03 Thread Chris Bleakley (JIRA)
Chris Bleakley created SOLR-4258: Summary: Edismax query behavior change between 3.5 and 3.6-4.x when undefined field in QF param Key: SOLR-4258 URL: https://issues.apache.org/jira/browse/SOLR-4258

[jira] [Updated] (SOLR-4258) Edismax query behavior change between 3.5 and 3.6-4.x when undefined field in QF param

2013-01-03 Thread Chris Bleakley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bleakley updated SOLR-4258: - Attachment: SOLR-4258.patch Edismax query behavior change between 3.5 and 3.6-4.x when

  1   2   >