Build failed in Jenkins: trunk-beasting #654

2012-12-07 Thread Charlie Cron
See -- [...truncated 6921 lines...] check-memory-uptodate: jar-memory: check-highlighter-uptodate: jar-highlighter: check-analyzers-common-uptodate: jar-analyzers-common: check-queryparser-upt

Jenkins build is back to normal : trunk-beasting #655

2012-12-07 Thread Charlie Cron
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Build failed in Jenkins: trunk-beasting #657

2012-12-07 Thread Charlie Cron
See -- [...truncated 17594 lines...] [junit4:junit4] 2> 146924 T652 C44 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[362]} 0 0 [junit4:junit4] 2> 146926 T6

Jenkins build is back to normal : trunk-beasting #658

2012-12-07 Thread Charlie Cron
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Assigned] (SOLR-4080) SolrJ: CloudSolrServer atomic updates doesn´t work with Lists/Arrays (Objects, in general).

2012-12-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-4080: --- Assignee: Shalin Shekhar Mangar (was: Yonik Seeley) > SolrJ: CloudSolrSer

[jira] [Resolved] (SOLR-4152) SolrTestCaseJ4.adoc(SolrInputDocument sdoc) doesn't properly serialize dates when creating the XML

2012-12-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-4152. - Resolution: Duplicate Fix Version/s: 5.0 4.1 Fixed in 4.

Build failed in Jenkins: trunk-beasting #664

2012-12-07 Thread Charlie Cron
See -- [...truncated 6919 lines...] check-memory-uptodate: jar-memory: check-highlighter-uptodate: jar-highlighter: check-analyzers-common-uptodate: jar-analyzers-common: check-queryparser-upt

Jenkins build is back to normal : trunk-beasting #665

2012-12-07 Thread Charlie Cron
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-4595) EnwikiContentSource thread safety problem (NPE) in 'forever' mode

2012-12-07 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526326#comment-13526326 ] Doron Cohen commented on LUCENE-4595: - Thanks for verifying Robert. Committed the fix

Build failed in Jenkins: trunk-beasting #671

2012-12-07 Thread Charlie Cron
See Changes: [doronc] LUCENE--4595: EnwikiContentSource thread safety NPE in 'forever' mode -- [...truncated 17725 lines...] [junit4:junit4] 2> 264356 T521 C42 UPDATE [collection1] webapp

Jenkins build is back to normal : trunk-beasting #672

2012-12-07 Thread Charlie Cron
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/3089/ Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC All tests passed Build Log: [...truncated 9011 lines...] 2012-12-07 12:33:02 Full thread dump Java HotSpot(TM) Server VM (20.12-b01 mixed mode): "pumper-watchdog" daemon p

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Robert Muir
I think the bug is junit4's TailInputStream.read() and so on? https://github.com/carrotsearch/randomizedtesting/blob/master/junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/TailInputStream.java Looks like it loops on -1 return value from read()... bad idea!! On Fri, Dec 7, 2012

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Dawid Weiss
> Looks like it loops on -1 return value from read()... bad idea!! This code is correct, it's tailing a file and the loop is intentional. It's tested on multiple platforms and works fine. The problem in this build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/3089/ seems t

[jira] [Commented] (LUCENE-4510) when a test's heart beats it should also throw up (dump stack of all threads)

2012-12-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526350#comment-13526350 ] Robert Muir commented on LUCENE-4510: - http://jenkins.sd-datasolutions.de/job/Lucene-

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Robert Muir
On Fri, Dec 7, 2012 at 7:48 AM, Dawid Weiss wrote: > > Looks like the JVM waits for the forked process forever. Don't know why. > > but if the process is actually dead, then this loop is buggy if its still running. thats my point. i dont care what its doing, if its running by itself its in bug mo

RE: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Uwe Schindler
The problem was that I killed the wrong process. In my ps-ef output the worker process was unidentifiable, as the command line was lost. So I killed the wronmg one, sorry. The stack trace of the hanging test is lost L. The child was running, but I missed to find it. Because of this it would be

[jira] [Assigned] (SOLR-4133) Cannot "set" field to null with partial updates when using the standard RequestWriter.

2012-12-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-4133: --- Assignee: Shalin Shekhar Mangar > Cannot "set" field to null with partial

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

2012-12-07 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 reassigned SOLR-4016: --- Assignee: Shalin Shekhar Mangar > Deduplication is broken by partial updat

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Dawid Weiss
> but if the process is actually dead, then this loop is buggy if its still > running. thats my point. > > i dont care what its doing, if its running by itself its in bug mode :) No, you're not getting it right -- the runner is waiting for the forked process to die, that system method never return

[jira] [Commented] (LUCENE-4510) when a test's heart beats it should also throw up (dump stack of all threads)

2012-12-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526355#comment-13526355 ] Uwe Schindler commented on LUCENE-4510: --- bq. Actually getting to the step of printi

[jira] [Commented] (LUCENE-4510) when a test's heart beats it should also throw up (dump stack of all threads)

2012-12-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526356#comment-13526356 ] Uwe Schindler commented on LUCENE-4510: --- Here is it: {quote} There exists no platfo

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Dawid Weiss
> The PID of the own Java process can be retrieved from the child by the > javax.Management API! I have to lookup the code! PIDs are generally not available, supposedly because on some platforms they may not be available... they're currently adding them in JDK8. What you're referring to is the ha

[jira] [Commented] (LUCENE-4510) when a test's heart beats it should also throw up (dump stack of all threads)

2012-12-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526358#comment-13526358 ] Dawid Weiss commented on LUCENE-4510: - Yeah, it's the one. I can definitely add it to

RE: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Uwe Schindler
The child process can get ist own PID and print it on startup: ManagementFactory.getRuntimeMXBean().getName() This returns an undefined name of the virtzual machine, but in windows and all UNIX it contains the PID. Looks like pid@localhost. But this is enough to prevent user error when killing

[jira] [Commented] (LUCENE-4510) when a test's heart beats it should also throw up (dump stack of all threads)

2012-12-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526360#comment-13526360 ] Uwe Schindler commented on LUCENE-4510: --- Maybe instead of printing "J0" and "J1",..

[jira] [Comment Edited] (LUCENE-4510) when a test's heart beats it should also throw up (dump stack of all threads)

2012-12-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526360#comment-13526360 ] Uwe Schindler edited comment on LUCENE-4510 at 12/7/12 1:10 PM: ---

[jira] [Commented] (LUCENE-4510) when a test's heart beats it should also throw up (dump stack of all threads)

2012-12-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526371#comment-13526371 ] Dawid Weiss commented on LUCENE-4510: - I can probably print those identifiers when a

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_37) - Build # 3089 - Failure!

2012-12-07 Thread Dawid Weiss
Yeah, I'll add it; will try to do it over the weekend. Dawid On Fri, Dec 7, 2012 at 2:07 PM, Uwe Schindler wrote: > The child process can get ist own PID and print it on startup: > > ManagementFactory.getRuntimeMXBean().getName() > > This returns an undefined name of the virtzual machine, but in

[jira] [Created] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Shai Erera (JIRA)
Shai Erera created LUCENE-4596: -- Summary: DirectoryTaxonomyWriter concurrency bug Key: LUCENE-4596 URL: https://issues.apache.org/jira/browse/LUCENE-4596 Project: Lucene - Core Issue Type: Bug

[jira] [Updated] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4596: --- Priority: Blocker (was: Major) > DirectoryTaxonomyWriter concurrency bug >

[jira] [Updated] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4596: --- Fix Version/s: 5.0 4.1 > DirectoryTaxonomyWriter concurrency bug > --

[jira] [Updated] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4596: --- Attachment: LUCENE-4596.patch Patch with modifications to testConcurrency which exposes the bug. A

[jira] [Commented] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526383#comment-13526383 ] Shai Erera commented on LUCENE-4596: Marked the issue blocker for 4.1. If I won't fix

[jira] [Created] (SOLR-4153) eDismax: Misinterpretation of hyphens

2012-12-07 Thread Leonhard Maylein (JIRA)
Leonhard Maylein created SOLR-4153: -- Summary: eDismax: Misinterpretation of hyphens Key: SOLR-4153 URL: https://issues.apache.org/jira/browse/SOLR-4153 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526417#comment-13526417 ] Michael McCandless commented on LUCENE-4596: I just tested indexing first 10M

[jira] [Created] (LUCENE-4597) Update a Term's value before searching

2012-12-07 Thread Thibault Houel (JIRA)
Thibault Houel created LUCENE-4597: -- Summary: Update a Term's value before searching Key: LUCENE-4597 URL: https://issues.apache.org/jira/browse/LUCENE-4597 Project: Lucene - Core Issue Type

[jira] [Updated] (LUCENE-4597) Update a Term's value before searching

2012-12-07 Thread Thibault Houel (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thibault Houel updated LUCENE-4597: --- Description: Hi, Is there a way to change a Term's value (Term.text()) before Lucene actual

[jira] [Closed] (LUCENE-4597) Update a Term's value before searching

2012-12-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-4597. Resolution: Won't Fix Hi Thibault, This transformation should be done in client code. If you are

[jira] [Created] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-4598: -- Summary: Facet aggregation should work per segment Key: LUCENE-4598 URL: https://issues.apache.org/jira/browse/LUCENE-4598 Project: Lucene - Core

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_09) - Build # 3102 - Failure!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3102/ Java: 32bit/jdk1.7.0_09 -server -XX:+UseG1GC All tests passed Build Log: [...truncated 13632 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @author tag

[jira] [Updated] (LUCENE-4587) WordBreakSpellChecker treats bytes as chars

2012-12-07 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated LUCENE-4587: --- Attachment: LUCENE-4587.patch Updated patch with Steven's suggested change. I will commit this.

[JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15668 - Failure

2012-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15668/ All tests passed Build Log: [...truncated 7377 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build.xml:88: The following files contain @author tags, tabs or nocommits: * solr/

[jira] [Created] (LUCENE-4599) Compressed term vectors

2012-12-07 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-4599: Summary: Compressed term vectors Key: LUCENE-4599 URL: https://issues.apache.org/jira/browse/LUCENE-4599 Project: Lucene - Core Issue Type: Task Co

[jira] [Created] (SOLR-4154) There is No PHP Client for Solr 4

2012-12-07 Thread Ramzi Alqrainy (JIRA)
Ramzi Alqrainy created SOLR-4154: Summary: There is No PHP Client for Solr 4 Key: SOLR-4154 URL: https://issues.apache.org/jira/browse/SOLR-4154 Project: Solr Issue Type: Bug Compon

[jira] [Commented] (SOLR-2592) Custom Hashing

2012-12-07 Thread Shreejay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526502#comment-13526502 ] Shreejay commented on SOLR-2592: Hi Michael, I ran the tests for solr after compiling it

[jira] [Updated] (LUCENE-4599) Compressed term vectors

2012-12-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4599: - Attachment: LUCENE-4599.patch Initial patch. It makes term vectors behave like Lucene 4.1 stored

[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3519 - Failure

2012-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3519/ All tests passed Build Log: [...truncated 8011 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:88: The following files contain @author tags, tabs or nocommits: * solr/s

[jira] [Commented] (SOLR-2592) Custom Hashing

2012-12-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526522#comment-13526522 ] Yonik Seeley commented on SOLR-2592: bq. That being said the implementation is going in

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_09) - Build # 2088 - Failure!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2088/ Java: 32bit/jdk1.7.0_09 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 13643 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:88: The following files contai

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b65) - Build # 3103 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3103/ Java: 32bit/jdk1.8.0-ea-b65 -server -XX:+UseParallelGC All tests passed Build Log: [...truncated 13630 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @

[jira] [Commented] (SOLR-1575) loading solr.xml takes a lot of time when there are lot of cores

2012-12-07 Thread olivier soyez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526534#comment-13526534 ] olivier soyez commented on SOLR-1575: - With trunk solr 5.0, all cores with loadOnStartu

[jira] [Commented] (LUCENE-4599) Compressed term vectors

2012-12-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526535#comment-13526535 ] Robert Muir commented on LUCENE-4599: - {quote} If you have ideas to efficiently compr

[jira] [Commented] (LUCENE-4591) Make StoredFieldsFormat more configurable

2012-12-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526544#comment-13526544 ] Adrien Grand commented on LUCENE-4591: -- Why would you need to make them non-final?

[jira] [Commented] (LUCENE-4599) Compressed term vectors

2012-12-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526557#comment-13526557 ] Adrien Grand commented on LUCENE-4599: -- bq. I think we waste space with the terms, e

[jira] [Commented] (LUCENE-4591) Make StoredFieldsFormat more configurable

2012-12-07 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526575#comment-13526575 ] Renaud Delbru commented on LUCENE-4591: --- To be able to subclass and extend them. If

[jira] [Commented] (SOLR-2549) DIH LineEntityProcessor support for delimited & fixed-width files

2012-12-07 Thread yuanyun.cn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526591#comment-13526591 ] yuanyun.cn commented on SOLR-2549: -- Very useful feature. Just want to know when we can hav

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b65) - Build # 3104 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3104/ Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseSerialGC All tests passed Build Log: [...truncated 13633 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @author tag

[jira] [Updated] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4598: --- Component/s: modules/facet > Facet aggregation should work per segment > ---

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526602#comment-13526602 ] Shai Erera commented on LUCENE-4598: Is this really an issue? I thought that pulling

[jira] [Commented] (LUCENE-4258) Incremental Field Updates through Stacked Segments

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526609#comment-13526609 ] Michael McCandless commented on LUCENE-4258: {quote} bq. Why do we have Field

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526618#comment-13526618 ] Michael McCandless commented on LUCENE-4598: bq. Is this really an issue? I t

[jira] [Created] (LUCENE-4600) Facets should aggregate during collection, not at the end

2012-12-07 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-4600: -- Summary: Facets should aggregate during collection, not at the end Key: LUCENE-4600 URL: https://issues.apache.org/jira/browse/LUCENE-4600 Project: Lucene

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526622#comment-13526622 ] Michael McCandless commented on LUCENE-4598: OK I opened LUCENE-4600 for sing

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526627#comment-13526627 ] Shai Erera commented on LUCENE-4598: bq. That will save substantial RAM consumed by t

[jira] [Commented] (LUCENE-4600) Facets should aggregate during collection, not at the end

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526630#comment-13526630 ] Shai Erera commented on LUCENE-4600: Just one comment, sampling benefits from this tw

[jira] [Commented] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526633#comment-13526633 ] Shai Erera commented on LUCENE-4596: 2% isn't critical, but I'd like to get to the bo

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_09) - Build # 2089 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2089/ Java: 32bit/jdk1.7.0_09 -client -XX:+UseG1GC All tests passed Build Log: [...truncated 13640 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:88: The following files contain @a

[jira] [Created] (SOLR-4155) upgrade jetty 8.1.7 -> 8.1.8

2012-12-07 Thread Robert Muir (JIRA)
Robert Muir created SOLR-4155: - Summary: upgrade jetty 8.1.7 -> 8.1.8 Key: SOLR-4155 URL: https://issues.apache.org/jira/browse/SOLR-4155 Project: Solr Issue Type: Task Components: Buil

[jira] [Updated] (SOLR-4155) upgrade jetty 8.1.7 -> 8.1.8

2012-12-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4155: -- Attachment: SOLR-4155.patch > upgrade jetty 8.1.7 -> 8.1.8 > > >

[jira] [Resolved] (LUCENE-4587) WordBreakSpellChecker treats bytes as chars

2012-12-07 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved LUCENE-4587. Resolution: Fixed Lucene Fields: New,Patch Available (was: New) committed. Trunk: r1418437

[jira] [Created] (LUCENE-4601) ivy availability check isn't quite right

2012-12-07 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4601: --- Summary: ivy availability check isn't quite right Key: LUCENE-4601 URL: https://issues.apache.org/jira/browse/LUCENE-4601 Project: Lucene - Core Issue Type: Bu

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526674#comment-13526674 ] Michael McCandless commented on LUCENE-4598: bq. Though, if we move to only d

[jira] [Commented] (LUCENE-4600) Facets should aggregate during collection, not at the end

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526678#comment-13526678 ] Michael McCandless commented on LUCENE-4600: bq. sampling benefits from this

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.6.0_37) - Build # 3105 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3105/ Java: 64bit/jdk1.6.0_37 -XX:+UseParallelGC All tests passed Build Log: [...truncated 12953 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @author tags,

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526704#comment-13526704 ] Shai Erera commented on LUCENE-4598: not necessarily :). These are not either-or IMO.

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526715#comment-13526715 ] Michael McCandless commented on LUCENE-4598: bq. Since it's a low hanging fru

[jira] [Commented] (LUCENE-4600) Facets should aggregate during collection, not at the end

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526716#comment-13526716 ] Shai Erera commented on LUCENE-4600: I'd rather if we rename this issue to something

[jira] [Commented] (LUCENE-4598) Facet aggregation should work per segment

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526726#comment-13526726 ] Shai Erera commented on LUCENE-4598: I said that because I was bitten by it (when imp

[jira] [Commented] (LUCENE-4600) Facets should aggregate during collection, not at the end

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526734#comment-13526734 ] Michael McCandless commented on LUCENE-4600: I agree we should keep "do all a

[jira] [Commented] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526741#comment-13526741 ] Shai Erera commented on LUCENE-4596: Ok, that was an interesting experience. Mike and

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b65) - Build # 3106 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3106/ Java: 32bit/jdk1.8.0-ea-b65 -server -XX:+UseParallelGC All tests passed Build Log: [...truncated 13632 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_37) - Build # 2090 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2090/ Java: 64bit/jdk1.6.0_37 -XX:+UseSerialGC All tests passed Build Log: [...truncated 12968 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:88: The following files contain @autho

[jira] [Created] (SOLR-4156) JMX numDocs and maxDoc are of type string

2012-12-07 Thread Greg Harris (JIRA)
Greg Harris created SOLR-4156: - Summary: JMX numDocs and maxDoc are of type string Key: SOLR-4156 URL: https://issues.apache.org/jira/browse/SOLR-4156 Project: Solr Issue Type: Improvement Af

[JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15669 - Still Failing

2012-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15669/ All tests passed Build Log: [...truncated 7290 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build.xml:88: The following files contain @author tags, tabs or nocommits: * solr/

[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3520 - Still Failing

2012-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3520/ All tests passed Build Log: [...truncated 7927 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:88: The following files contain @author tags, tabs or nocommits: * solr/s

[jira] [Commented] (LUCENE-4596) DirectoryTaxonomyWriter concurrency bug

2012-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526798#comment-13526798 ] Michael McCandless commented on LUCENE-4596: Beasting ran many iterations wit

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3108 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3108/ Java: 32bit/jdk1.6.0_37 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 12937 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_37) - Build # 2091 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2091/ Java: 32bit/jdk1.6.0_37 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 12970 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:88: The following files

[jira] [Commented] (SOLR-2155) Geospatial search using geohash prefixes

2012-12-07 Thread Sujan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526849#comment-13526849 ] Sujan commented on SOLR-2155: - Is there a way to know the address within a document that matche

[JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15670 - Still Failing

2012-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15670/ All tests passed Build Log: [...truncated 7277 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build.xml:88: The following files contain @author tags, tabs or nocommits: * solr/

Re: [JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15670 - Still Failing

2012-12-07 Thread Dawid Weiss
I think Yonik added a nocommit -- Author: Yonik Seeley 2012-12-07 15:47:34 Committer: Yonik Seeley 2012-12-07 15:47:34 ... +if (lowerBound > upperBound) { + // nocommit + throw new RuntimeException("WHAAAT?"); +} I think we should revert to make Jenkins happy; Yonik can re-

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

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3109/ Java: 64bit/jdk1.7.0_09 -XX:+UseSerialGC All tests passed Build Log: [...truncated 13628 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @author tags, t

[jira] [Created] (SOLR-4157) Migrate Browse functionality to the Admin UI

2012-12-07 Thread Upayavira (JIRA)
Upayavira created SOLR-4157: --- Summary: Migrate Browse functionality to the Admin UI Key: SOLR-4157 URL: https://issues.apache.org/jira/browse/SOLR-4157 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-4157) Migrate Browse functionality to the Admin UI

2012-12-07 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Upayavira updated SOLR-4157: Attachment: SOLR-4157.patch > Migrate Browse functionality to the Admin UI > ---

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

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2092/ Java: 64bit/jdk1.7.0_09 -XX:+UseSerialGC All tests passed Build Log: [...truncated 13644 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:88: The following files contain @autho

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.6.0_37) - Build # 3110 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3110/ Java: 64bit/jdk1.6.0_37 -XX:+UseSerialGC All tests passed Build Log: [...truncated 12948 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @author tags, t

[JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15671 - Still Failing

2012-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15671/ All tests passed Build Log: [...truncated 7283 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build.xml:88: The following files contain @author tags, tabs or nocommits: * solr/

[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3521 - Still Failing

2012-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3521/ All tests passed Build Log: [...truncated 7921 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:88: The following files contain @author tags, tabs or nocommits: * solr/s

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b65) - Build # 3111 - Still Failing!

2012-12-07 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3111/ Java: 32bit/jdk1.8.0-ea-b65 -client -XX:+UseG1GC All tests passed Build Log: [...truncated 13636 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:88: The following files contain @author

  1   2   >