Re: Help working with patch for SOLR-3076 (Block Joins)

2013-05-16 Thread Vadim Kirilchuk
Hi, As far as i know, patch from 16/Jul/12 was created for branch 4.x, and SOLR-3076-childDocs.patchhttps://issues.apache.org/jira/secure/attachment/12548872/SOLR-3076-childDocs.patch ​from 12/Oct/12 is a little bit reworked SOLR-3076 (for branch 4.x too). However, they may be not up to date

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1623 - Still Failing

2013-05-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/1623/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterOnDiskFull.testImmediateDiskFull Error Message: did not hit disk full Stack Trace: java.lang.AssertionError: did not hit disk full at

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_21) - Build # 2792 - Still Failing!

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2792/ Java: 32bit/jdk1.7.0_21 -client -XX:+UseParallelGC 5 tests failed. FAILED: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer Error Message: Stack Trace: org.apache.solr.common.SolrException:

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

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5616/ Java: 64bit/jdk1.8.0-ea-b89 -XX:+UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessor Error Message: access denied (java.sql.SQLPermission

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b89) - Build # 5678 - Failure!

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5678/ Java: 64bit/jdk1.8.0-ea-b89 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta Error Message: access denied

Re: Please help me error search.IndexSearcher.init(Ljava/lang/String;)V

2013-05-16 Thread Furkan KAMACI
Please ask that question at user mailing list. 2013/5/16 fifi nancy_islam_l...@yahoo.fr please,how I can solve this error? Exception in thread main java.lang.NoSuchMethodError: org.apache.lucene.search.IndexSearcher.init(Ljava/lang/String;)V -- View this message in context:

[jira] [Created] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Sergiusz Urbaniak (JIRA)
Sergiusz Urbaniak created LUCENE-5002: - Summary: Deadlock in DocumentsWriterFlushControl Key: LUCENE-5002 URL: https://issues.apache.org/jira/browse/LUCENE-5002 Project: Lucene - Core

[jira] [Created] (SOLR-4827) fuzzy search problem

2013-05-16 Thread vishal parekh (JIRA)
vishal parekh created SOLR-4827: --- Summary: fuzzy search problem Key: SOLR-4827 URL: https://issues.apache.org/jira/browse/SOLR-4827 Project: Solr Issue Type: Bug Components: search

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Sergiusz Urbaniak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659343#comment-13659343 ] Sergiusz Urbaniak commented on LUCENE-5002: --- Implementation note: we

RE: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b89) - Build # 5678 - Failure!

2013-05-16 Thread Uwe Schindler
deregisterDriver is a new permission in Java 8 b89 (updated yesterday). We have to add it to our policy file. Compare: http://download.java.net/jdk8/docs/api/java/sql/SQLPermission.html With: http://docs.oracle.com/javase/7/docs/api/java/sql/SQLPermission.html I'll take care. Uwe - Uwe

RE: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b89) - Build # 5678 - Failure!

2013-05-16 Thread Uwe Schindler
This is the related commit causing this: http://hg.openjdk.java.net/jdk8/build/jdk/rev/ac3e189c9099 Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent:

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

2013-05-16 Thread Shalin Shekhar Mangar
The above seeds result in the following failure consistently on Windows 8 6.2 amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=8,threads=1 ant test -Dtestcase=TestSqlEntityProcessor -Dtests.seed=18C23A83BF7C726C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_SA -Dtests.timezone=Etc/UTC

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

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5617/ Java: 32bit/jdk1.8.0-ea-b89 -server -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSimplePropertiesWriter Error Message: access denied (java.sql.SQLPermission

[jira] [Commented] (SOLR-4826) TikaException Parsing PPTX file

2013-05-16 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659348#comment-13659348 ] Jan Høydahl commented on SOLR-4826: --- Please report this bug in the TIKA project

RE: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b89) - Build # 5616 - Failure!

2013-05-16 Thread Uwe Schindler
This has nothing to do with the Java 8 permission exceptions? How is this related? - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent:

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

2013-05-16 Thread Shalin Shekhar Mangar
I'm sorry I didn't mean to imply that they are related. Just that I can reproduce a failure consistently but it is not being caught by jenkins. I'll investigate. On Thu, May 16, 2013 at 1:41 PM, Uwe Schindler u...@thetaphi.de wrote: This has nothing to do with the Java 8 permission exceptions?

[jira] [Assigned] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-5002: --- Assignee: Simon Willnauer Deadlock in DocumentsWriterFlushControl

[jira] [Updated] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5002: Attachment: LUCENE-5002_test.patch here is a patch that has a test that hangs. Pretty

[jira] [Created] (SOLR-4828) I need to analyse and extract semantics of the input query based on which I want to provide filters and to the query and submit it to solr for relevant results.

2013-05-16 Thread Neha Yadav (JIRA)
Neha Yadav created SOLR-4828: Summary: I need to analyse and extract semantics of the input query based on which I want to provide filters and to the query and submit it to solr for relevant results. Key: SOLR-4828

[jira] [Updated] (LUCENE-4935) CustomScoreQuery has broken boosting

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4935: -- Fix Version/s: (was: 4.4) 4.3.1 CustomScoreQuery

[jira] [Updated] (LUCENE-4935) CustomScoreQuery has broken boosting

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4935: -- Labels: (was: lucene-4.3.1-candidate) CustomScoreQuery has broken

[jira] [Commented] (SOLR-4823) Split LBHttpSolrServer into two classes one for the solrj use case and one for the solr cloud use case

2013-05-16 Thread philip hoy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659365#comment-13659365 ] philip hoy commented on SOLR-4823: -- The load balancer does indeed use round robin to pick

[jira] [Commented] (LUCENE-3422) IndeIndexWriter.optimize() throws FileNotFoundException and IOException

2013-05-16 Thread l0co (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659366#comment-13659366 ] l0co commented on LUCENE-3422: -- ext3, I'm gonna check if there possible to have more

[jira] [Updated] (LUCENE-4948) Stink bug in PostingsHighlighter

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4948: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1623 - Still Failing

2013-05-16 Thread Adrien Grand
I can reproduce this one. It seems to me that the problem is that MockDirectoryWrapper.getRecomputedSizeInBytes uses RAMFile.length although RAMFile.length is only set on flush or seek and is 0 until then? Should setFileLength be called after every write? On Thu, May 16, 2013 at 8:35 AM, Apache

[jira] [Updated] (LUCENE-4953) readerClosedListener is not invoked for ParallelCompositeReader's leaves

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4953: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Updated] (LUCENE-4968) Several ToParentBlockJoinQuery/Collector issues

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4968: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1623 - Still Failing

2013-05-16 Thread Shai Erera
I hit a similar failure with the Replicator tests, or should I say did not hit the expected disk full. I added a test to TestMDW.testDiskFull (fixing copyBytes to fail on disk-full) but I put a comment on why you need to call flush(). Basically, you should call flush to ensure that bytes are not

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

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5618/ Java: 32bit/jdk1.8.0-ea-b89 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 28537 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:383: The following error occurred while

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659407#comment-13659407 ] Uwe Schindler commented on LUCENE-5002: --- bq. Yet, the problem is that we are

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

2013-05-16 Thread Uwe Schindler
It looks like ECJ is no longer able to read the latest Java 8 class files :( -ecj-javadoc-lint-src: [ecj-lint] Compiling 676 source files [ecj-lint] Annotation processing got disabled, since it requires a 1.6 compliant JVM [ecj-lint] -- [ecj-lint] 1. ERROR in

[jira] [Commented] (LUCENE-3422) IndeIndexWriter.optimize() throws FileNotFoundException and IOException

2013-05-16 Thread l0co (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659413#comment-13659413 ] l0co commented on LUCENE-3422: -- 1. Files are immediately created in index directory, because

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1623 - Still Failing

2013-05-16 Thread Adrien Grand
On Thu, May 16, 2013 at 11:30 AM, Shai Erera ser...@gmail.com wrote: As long as bytes are buffered, I think it's OK to not hit disk-full... they never made it to the directory yet. Good point. So the test needs to call commit right after IndexWriter.add(Document) to make sure flush gets called,

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b89) - Build # 5680 - Failure!

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5680/ Java: 32bit/jdk1.8.0-ea-b89 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 28265 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following error occurred while

[jira] [Updated] (SOLR-4751) The replication problem of the file in a subdirectory.

2013-05-16 Thread Minoru Osuka (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Minoru Osuka updated SOLR-4751: --- Attachment: SOLR-4751.patch When the directory of a renaming place did not exist, it modified so that

[jira] [Updated] (LUCENE-4981) Deprecate PositionFilter

2013-05-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4981: - Attachment: LUCENE-4981.patch Thanks for your feedback Steve. I updated the patch to say that

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing

2013-05-16 Thread Dawid Weiss
Hi Hoss, ...why is SolrRequestParsers 51 MB ? Instances of this class shouldn't by fluctuating in size, it doesn't maintain any mutable state -- so WTF? You can try to debug it if you add an afterclass hook and dump the size tree using, for example:

[jira] [Updated] (LUCENE-4989) Hanging on DocumentsWriterStallControl.waitIfStalled forever

2013-05-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4989: --- Fix Version/s: 4.3.1 5.0 This looks bad ... we should fix for

[jira] [Commented] (LUCENE-4583) StraightBytesDocValuesField fails if bytes 32k

2013-05-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659447#comment-13659447 ] Michael McCandless commented on LUCENE-4583: {quote} Mike, in your latest

[jira] [Commented] (LUCENE-4989) Hanging on DocumentsWriterStallControl.waitIfStalled forever

2013-05-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659448#comment-13659448 ] Simon Willnauer commented on LUCENE-4989: - this might be related to LUCENE-5002 I

Re: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 81 - Failure

2013-05-16 Thread Michael McCandless
I'll fix ... looks like we need to carve out an exception for this javax.servlet JAR... Mike McCandless http://blog.mikemccandless.com On Thu, May 16, 2013 at 12:20 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build:

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1623 - Still Failing

2013-05-16 Thread Robert Muir
I dont get it. MDW wraps its IndexOutput so it knows... sounds like the counting is off. On Thu, May 16, 2013 at 6:24 AM, Adrien Grand jpou...@gmail.com wrote: On Thu, May 16, 2013 at 11:30 AM, Shai Erera ser...@gmail.com wrote: As long as bytes are buffered, I think it's OK to not hit

[jira] [Created] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-5003: - Summary: ECJ javadoc linting does not work with recent Java 8 Key: LUCENE-5003 URL: https://issues.apache.org/jira/browse/LUCENE-5003 Project: Lucene - Core

[jira] [Updated] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5003: -- Description: With jdk8-b89, the linting of javadocs with Eclipse's JDT compiler (ECJ) does

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

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5681/ Java: 64bit/jdk1.8.0-ea-b89 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 28262 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following

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

2013-05-16 Thread Uwe Schindler
I opened issue: https://issues.apache.org/jira/browse/LUCENE-5003 - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Thursday, May 16, 2013 12:16 PM To:

[jira] [Updated] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5003: -- Attachment: LUCENE-5003.patch Patch, similar to documentation-lint ECJ

[jira] [Created] (SOLR-4830) Node doesn't recover properly after fail, when running multiple collections on same nodes with ZooKeeper

2013-05-16 Thread Johannes Henrysson (JIRA)
Johannes Henrysson created SOLR-4830: Summary: Node doesn't recover properly after fail, when running multiple collections on same nodes with ZooKeeper Key: SOLR-4830 URL:

[jira] [Created] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-4829: -- Summary: transaction log reference leak Key: SOLR-4829 URL: https://issues.apache.org/jira/browse/SOLR-4829 Project: Solr Issue Type: Bug Reporter:

[jira] [Commented] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659472#comment-13659472 ] Yonik Seeley commented on SOLR-4829: After a code review, one source leak is in

[jira] [Updated] (SOLR-4830) Node doesn't recover properly after fail, when running multiple collections on same nodes with ZooKeeper

2013-05-16 Thread Johannes Henrysson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Henrysson updated SOLR-4830: - Attachment: pic1 - killed machine.png pic2 - machine down.png

[jira] [Updated] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-4829: --- Fix Version/s: 4.3.1 5.0 Affects Version/s: 4.1 transaction log

[jira] [Updated] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5003: -- Attachment: LUCENE-5003.patch Slightly better patch without antcall/. ECJ

[jira] [Assigned] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-4829: -- Assignee: Yonik Seeley transaction log reference leak --

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1623 - Still Failing

2013-05-16 Thread Adrien Grand
On Thu, May 16, 2013 at 1:58 PM, Robert Muir rcm...@gmail.com wrote: I dont get it. MDW wraps its IndexOutput so it knows... sounds like the counting is off. The problem is that RAMDirectory delays the counting. MockDirectoryWrapper.getRecomputedActualSizeInBytes sums all the lengths of the

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

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5620/ Java: 64bit/jdk1.8.0-ea-b89 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 28537 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:383: The following error

[jira] [Resolved] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-5003. --- Resolution: Fixed Fix Version/s: 4.3 5.0 ECJ javadoc linting

[jira] [Commented] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659497#comment-13659497 ] Adrien Grand commented on LUCENE-5003: -- Thanks Uwe for taking care of this!

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

2013-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2825/ Java: 32bit/jdk1.7.0_21 -server -XX:+UseConcMarkSweepGC 5 tests failed. FAILED: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown Error Message: Stack Trace: org.apache.solr.common.SolrException:

[jira] [Commented] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659503#comment-13659503 ] Uwe Schindler commented on LUCENE-5003: --- Background information: - This change

[jira] [Comment Edited] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659503#comment-13659503 ] Uwe Schindler edited comment on LUCENE-5003 at 5/16/13 1:14 PM:

[jira] [Updated] (LUCENE-4970) NGramPhraseQuery is not boosted.

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4970: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Commented] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659509#comment-13659509 ] Mark Miller commented on SOLR-4829: --- It's actually SOLR-3939

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-16 Thread Sergiusz Urbaniak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659508#comment-13659508 ] Sergiusz Urbaniak commented on LUCENE-5002: --- Hi, Thanks for the quick

[jira] [Updated] (LUCENE-4974) CommitIndexTask is broken if no params are set

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4974: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Commented] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659512#comment-13659512 ] Mark Miller commented on SOLR-4829: --- This one actually occured to me when i was reading

[jira] [Updated] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-4829: --- Attachment: SOLR-4829.patch Here's a patch that should hopefully fix things up wrt getRecentUpdates.

[jira] [Commented] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659520#comment-13659520 ] Mark Miller commented on SOLR-4829: --- This looks like it reintroduces the NPE you can get

[jira] [Updated] (LUCENE-4986) NRT reader doesn't see changes after successful IW.tryDeleteDocument

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4986: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Updated] (LUCENE-4991) QueryParser doesnt handle synonyms correctly for chinese

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4991: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Commented] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659533#comment-13659533 ] Yonik Seeley commented on SOLR-4829: bq. This looks like it reintroduces the NPE you

[jira] [Updated] (SOLR-4829) transaction log reference leak

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-4829: --- Attachment: SOLR-4829.patch transaction log reference leak --

[jira] [Updated] (LUCENE-4994) PatternKeywordMarkerFilter is final and has protected ctor and cannot be instantiated by non-Lucene code

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4994: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Updated] (LUCENE-4993) BeiderMorseFilter inserts tokens with positionIncrement=0, but ignores all custom attributes except OffsetAttribute

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4993: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Updated] (LUCENE-4944) changes2html.pl does not detect duplicate sections in the changes.txt

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4944: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Updated] (LUCENE-4938) IndexSearcher.search() with sort doesnt do min(maxdoc, n)

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated LUCENE-4938: -- Fix Version/s: (was: 4.4) 4.3.1 Labels:

[jira] [Commented] (SOLR-3225) highlighting of queries does not works in solr4.0

2013-05-16 Thread Matthias Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659570#comment-13659570 ] Matthias Herrmann commented on SOLR-3225: - What exactly do you mean by saying ??You

[jira] [Created] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Steven Bower (JIRA)
Steven Bower created SOLR-4831: -- Summary: Transaction logs are leaking Key: SOLR-4831 URL: https://issues.apache.org/jira/browse/SOLR-4831 Project: Solr Issue Type: Bug Reporter:

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659581#comment-13659581 ] Steven Bower commented on SOLR-4831: Looking at the timestamps on the tlog files they

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659583#comment-13659583 ] Steven Bower commented on SOLR-4831: I bounced the server, removed all the tlog files

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659591#comment-13659591 ] Steven Bower commented on SOLR-4831: It seems the index is corrupt in some way.. when I

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659592#comment-13659592 ] Shalin Shekhar Mangar commented on SOLR-4831: - Probably the same issue as

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659599#comment-13659599 ] Yonik Seeley commented on SOLR-4831: Looks like the root cause is index corruption.

[jira] [Comment Edited] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659599#comment-13659599 ] Yonik Seeley edited comment on SOLR-4831 at 5/16/13 2:49 PM: -

[jira] [Updated] (SOLR-4823) Split LBHttpSolrServer into two classes one for the solrj use case and one for the solr cloud use case

2013-05-16 Thread philip hoy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] philip hoy updated SOLR-4823: - Attachment: SOLR-4823.patch Here is a first stab at a refactorig, it is without any additional test

[jira] [Comment Edited] (SOLR-4823) Split LBHttpSolrServer into two classes one for the solrj use case and one for the solr cloud use case

2013-05-16 Thread philip hoy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659604#comment-13659604 ] philip hoy edited comment on SOLR-4823 at 5/16/13 2:57 PM: --- Here

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659607#comment-13659607 ] Yonik Seeley commented on SOLR-4831: Was this index ever replicated (i.e. is this node

[jira] [Commented] (LUCENE-4981) Deprecate PositionFilter

2013-05-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659608#comment-13659608 ] Steve Rowe commented on LUCENE-4981: +1 Deprecate PositionFilter

[jira] [Comment Edited] (LUCENE-4981) Deprecate PositionFilter

2013-05-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659608#comment-13659608 ] Steve Rowe edited comment on LUCENE-4981 at 5/16/13 3:00 PM: -

Re: Help working with patch for SOLR-3076 (Block Joins)

2013-05-16 Thread Tom Burton-West
Thanks Shawn and Vadim, I'll try the July patch against r1351040 of 4_x for now. Vadim, I'm in no hurry, but I'll watch 3076 for your patch and work with that when you post it. Tom On Thu, May 16, 2013 at 2:14 AM, Vadim Kirilchuk vkirilc...@griddynamics.com wrote: Hi, As far as i know,

[jira] [Commented] (SOLR-4448) Allow the solr internal load balancer to be more easily pluggable.

2013-05-16 Thread philip hoy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659610#comment-13659610 ] philip hoy commented on SOLR-4448: -- I have added a jira to cover a potential refactoring

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659615#comment-13659615 ] Steven Bower commented on SOLR-4831: Yes it was part of a cloud.. it was the leader...

[jira] [Commented] (SOLR-4831) Transaction logs are leaking

2013-05-16 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659616#comment-13659616 ] Steven Bower commented on SOLR-4831: I am also not certain the index corruption was the

Re: svn commit: r1482642 - /lucene/dev/branches/lucene_solr_4_3/lucene/core/src/java/org/apache/lucene/util/Constants.java

2013-05-16 Thread Shalin Shekhar Mangar
I have backported LUCENE-4949 to the 4.3 branch. On Wed, May 15, 2013 at 9:00 PM, Uwe Schindler u...@thetaphi.de wrote: Hi, ok, I just wanted to be sure! I double checked (also 3.6.1, 3.6.2, and 4.2.1 releases): hossman's commit is correct actually. This is the one used for back

[jira] [Created] (SOLR-4832) Unable to open new searcher

2013-05-16 Thread Christian Schramm (JIRA)
Christian Schramm created SOLR-4832: --- Summary: Unable to open new searcher Key: SOLR-4832 URL: https://issues.apache.org/jira/browse/SOLR-4832 Project: Solr Issue Type: Bug Affects

[jira] [Updated] (SOLR-4734) Leader election fails with an NPE if there is no UpdateLog.

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4734: Labels: solr-4.3.1-candidate (was: ) I'll backport this to 4.3.1 if there are no

[jira] [Updated] (SOLR-4741) Deleting a collection should set DELETE_DATA_DIR to true.

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4741: Labels: solr-4.3.1-candidate (was: ) I'll backport this 4.3.1 if there are no

[jira] [Updated] (SOLR-4752) There are some minor bugs in the Collections API error handling.

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4752: Labels: solr-4.3.1-candidate (was: ) I'll backport this to 4.3.1 if there are no

[jira] [Updated] (SOLR-4563) RSS DIH-example not working

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4563: Labels: solr-4.3.1-candidate (was: ) I'll backport this to 4.3.1 if there are no

[jira] [Updated] (SOLR-4796) zkcli.sh should honor JAVA_HOME

2013-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4796: Labels: solr-4.3.1-candidate (was: ) I'll backport this to 4.3.1 if there are no

  1   2   >