[jira] [Commented] (SOLR-3488) Create a Collections API for SolrCloud

2012-06-19 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397299#comment-13397299 ] Tommaso Teofili commented on SOLR-3488: --- bq. currently we do not remove all collectio

[jira] [Updated] (LUCENE-4157) Improve Spatial Testing

2012-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-4157: - Attachment: LUCENE-4157_Improve_Lucene_Spatial_testing_p1.patch Attached is a patch doing the 1s

RE: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing

2012-06-19 Thread Uwe Schindler
Hi, The checkout strategy is the same on both servers. So there must be a bug somehow on Apache's side. I did not yet open bug report. About the strategy: This one is rather new in Jenkins, was not there before - we can think about updating to this one, but this should be unrelated to this one

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 975 - Failure!

2012-06-19 Thread David Smiley
I fixed this quickly. A file was affected by another changeset for another issue. On Jun 20, 2012, at 12:42 AM, Policeman Jenkins Server wrote: > Build: > http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/975/ > > All tests passed > > Build Log: > [...truncated 7439 lin

[jira] [Updated] (SOLR-3313) Rename "Query Type" to "Request Handler" in SolrJ APIs

2012-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-3313: --- Attachment: SOLR-3313_Rename_Query_Type_to_Query_Parser.patch And attached are renames related to "que

[jira] [Resolved] (SOLR-2724) Deprecate defaultSearchField and defaultOperator defined in schema.xml

2012-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-2724. Resolution: Fixed Committed to trunk in r1351931, and to 4x in r1351935 The small log level messages

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2808 - Failure

2012-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2808/ All tests passed Build Log: [...truncated 11429 lines...] jar-analyzers-kuromoji: check-analyzers-morfologik-uptodate: jar-analyzers-morfologik: check-suggest-uptodate: jar-suggest: check-highlighter-uptodate: ja

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 975 - Failure!

2012-06-19 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/975/ All tests passed Build Log: [...truncated 7439 lines...] [javac] Compiling 49 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Java6-64/checkout/solr/build/solr-solrj/classes/test [java

[jira] [Commented] (SOLR-3313) Rename "Query Type" to "Request Handler" in SolrJ APIs

2012-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397259#comment-13397259 ] David Smiley commented on SOLR-3313: I committed SOLR-3313_Rename_Query_Type_to_Request

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-19 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397228#comment-13397228 ] Han Jiang commented on LUCENE-3892: --- And result for PFor(blocksize=128): {noformat}

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14746 - Failure

2012-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14746/ 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains Error Message: stage 3: inconsistent startOffset at pos=0: 0 vs 4; token=euroopa uioi Stack Trace: java.lang.Il

[jira] [Updated] (SOLR-3488) Create a Collections API for SolrCloud

2012-06-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3488: -- Attachment: SOLR-3488.patch updated patch - some refactoring and started adding remove collection code -

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397174#comment-13397174 ] Michael McCandless commented on LUCENE-4069: {quote} My Windows-based woes we

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397173#comment-13397173 ] Michael McCandless commented on LUCENE-4069: {quote} My Windows-based woes we

Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing

2012-06-19 Thread Robert Muir
On Tue, Jun 19, 2012 at 6:02 PM, Chris Hostetter wrote: > > :     [javac] > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-4.x/checkout/solr/core/src/test/org/apache/solr/search/QueryEqualityTest.java:753: > class, interface, or enum expected > :     [javac] package org.apache.so

Re: svn commit: r1351829 - in /lucene/dev/trunk/lucene: analysis/kuromoji/src/test/org/apache/lucene/analysis/ja/TestJapaneseTokenizer.java test-framework/src/java/org/apache/lucene/analysis/BaseToken

2012-06-19 Thread Michael McCandless
On Tue, Jun 19, 2012 at 6:18 PM, Robert Muir wrote: > On Tue, Jun 19, 2012 at 6:13 PM, Michael McCandless > wrote: >> Ahhh good point: using the annotation, LuceneTestCase will simply pick >> a codec that's allowed, and the test runs. >> >> But using an Assume somewhere inside means ... LuceneTes

Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing

2012-06-19 Thread Chris Hostetter
: Go on Webpage, login, choose job and finally "Workspace". There is a wipe option. awesome, thanks. i wiped the workspaces for all of the solr related 4x builds. what about the root cause? ... : Uwe: do you have any more info about how/why this happens? is there a bug : for Jenkins/Infra/s

Re: svn commit: r1351829 - in /lucene/dev/trunk/lucene: analysis/kuromoji/src/test/org/apache/lucene/analysis/ja/TestJapaneseTokenizer.java test-framework/src/java/org/apache/lucene/analysis/BaseToken

2012-06-19 Thread Robert Muir
On Tue, Jun 19, 2012 at 6:13 PM, Michael McCandless wrote: > Ahhh good point: using the annotation, LuceneTestCase will simply pick > a codec that's allowed, and the test runs. > > But using an Assume somewhere inside means ... LuceneTestCase can pick > the "wrong" codec and then silently the test

[JENKINS] Lucene-Solr-tests-only-4.x-java7 - Build # 23 - Failure

2012-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x-java7/23/ All tests passed Build Log: [...truncated 10321 lines...] prep-lucene-jars: resolve-example: ivy-availability-check: ivy-fail: ivy-configure: resolve: common.init: compile-lucene-core: init: clover.setup: clover.

[jira] [Updated] (SOLR-3529) clarify distnction between index & query tables on analysis debug pages

2012-06-19 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-3529: Attachment: SOLR-3529.patch First Patch: moved Field-Selection + Button on T

Re: svn commit: r1351829 - in /lucene/dev/trunk/lucene: analysis/kuromoji/src/test/org/apache/lucene/analysis/ja/TestJapaneseTokenizer.java test-framework/src/java/org/apache/lucene/analysis/BaseToken

2012-06-19 Thread Michael McCandless
Ahhh good point: using the annotation, LuceneTestCase will simply pick a codec that's allowed, and the test runs. But using an Assume somewhere inside means ... LuceneTestCase can pick the "wrong" codec and then silently the test doesn't run. And, I hadn't realized I can add the annot to BaseToke

Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing

2012-06-19 Thread Uwe Schindler
Go on Webpage, login, choose job and finally "Workspace". There is a wipe option. -- Uwe Schindler H.-H.-Meier-Allee 63, 28213 Bremen http://www.thetaphi.de Chris Hostetter schrieb: : [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-4.x/checkout/solr/core/src/test/org/

Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing

2012-06-19 Thread Chris Hostetter
: [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-4.x/checkout/solr/core/src/test/org/apache/solr/search/QueryEqualityTest.java:753: class, interface, or enum expected : [javac] package org.apache.solr.search; : [javac] ^ This seems to be the problem Uwe menti

Re: svn commit: r1351829 - in /lucene/dev/trunk/lucene: analysis/kuromoji/src/test/org/apache/lucene/analysis/ja/TestJapaneseTokenizer.java test-framework/src/java/org/apache/lucene/analysis/BaseToken

2012-06-19 Thread Robert Muir
can we use the suppresscodecs annotation instead please? Doing it with assumes in this way is really bad for development: you run tests and they pass but not because they are correct, just because they happen to trigger some various assume: really we should be avoiding such assumes at all costs.

[JENKINS] Lucene-Solr-tests-only-4.x - Build # 137 - Still Failing

2012-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x/137/ All tests passed Build Log: [...truncated 9408 lines...] jar-queryparser: prep-lucene-jars: resolve-example: ivy-availability-check: ivy-fail: ivy-configure: resolve: common.init: compile-lucene-core: init: clover.setu

Re: Continuous stream indexing and time-based segment management

2012-06-19 Thread mark harwood
> you can do that by subclassing IW and call some package private APIs / To date I have used separate physical indexes with a MultiReader to combine them then dropping the outdated indexes. At least this has the benefit that a custom MergePolicy is not required to keep content from the differen

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397082#comment-13397082 ] Michael McCandless commented on LUCENE-4069: Results from last patch: {noform

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-19 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397054#comment-13397054 ] Mark Harwood commented on LUCENE-4069: -- bq. problem: I'll run perf test again. It's

[jira] [Resolved] (SOLR-3548) some queries produced by builtin QParsers do not satisfy QueryUtils checks

2012-06-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3548. Resolution: Fixed Fix Version/s: (was: 3.6.1) 5.0 Committed revision 1351839.

[jira] [Commented] (SOLR-3367) Show Logging Events in Admin UI

2012-06-19 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397038#comment-13397038 ] Ryan McKinley commented on SOLR-3367: - the issue is that some exceptions take the outpu

Re: Continuous stream indexing and time-based segment management

2012-06-19 Thread Michael McCandless
If you are willing/able to close the IndexWriter, it's easy to drop segments by reading the SegmentInfos, editing, and writing back. Mike McCandless http://blog.mikemccandless.com On Tue, Jun 19, 2012 at 3:44 PM, Simon Willnauer wrote: > On Tue, Jun 19, 2012 at 6:42 PM, mark harwood wrote: >>

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 119 - Still Failing!

2012-06-19 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/119/ 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.test Error Message: List size mismatch @ spellcheck/suggestions Stack Trace: java.lang.RuntimeException: List size mismatch @ sp

Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 136 - Failure

2012-06-19 Thread Michael McCandless
Robert made some nice improvements (rev 1349452) to test coverage in BaseTokenStreamTestCase by sometimes (rarely()) indexing the tokens so we can CheckIndex the result (eg verify offsets match term vectors). But we need to turn off Memory (and probably SimpleText) PF ... I'll turn it off in BTSTC

Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 136 - Failure

2012-06-19 Thread Uwe Schindler
Why does this happen so often recently? Uwe -- Uwe Schindler H.-H.-Meier-Allee 63, 28213 Bremen http://www.thetaphi.de Michael McCandless schrieb: I'll take this ... same situation as TestJapaneseTokenizer. Mike McCandless http://blog.mikemccandless.com On Tue, Jun 19, 2012 at 3:37 PM, Ap

Re: Continuous stream indexing and time-based segment management

2012-06-19 Thread Simon Willnauer
On Tue, Jun 19, 2012 at 9:44 PM, Simon Willnauer wrote: > On Tue, Jun 19, 2012 at 6:42 PM, mark harwood wrote: >> There are a number of scenarios where Lucene might be used to index a fixed >> time range on a continuous stream of data e.g. a news feed. >> >> In these scenarios I imagine the foll

Re: [JENKINS] Lucene-Solr-tests-only-4.x - Build # 136 - Failure

2012-06-19 Thread Michael McCandless
I'll take this ... same situation as TestJapaneseTokenizer. Mike McCandless http://blog.mikemccandless.com On Tue, Jun 19, 2012 at 3:37 PM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x/136/ > > 1 tests failed. > REGRESSION:   > org.apache.lucen

Re: Continuous stream indexing and time-based segment management

2012-06-19 Thread Simon Willnauer
On Tue, Jun 19, 2012 at 6:42 PM, mark harwood wrote: > There are a number of scenarios where Lucene might be used to index a fixed > time range on a continuous stream of data e.g. a news feed. > > In these scenarios I imagine the following facilities would be useful: > > a) A MergePolicy that org

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397010#comment-13397010 ] Michael McCandless commented on LUCENE-4069: bq. Mike, currently having vario

[jira] [Commented] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397008#comment-13397008 ] Simon Willnauer commented on LUCENE-4147: - I see what's happening. There is a thr

[JENKINS] Lucene-Solr-tests-only-4.x - Build # 136 - Failure

2012-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x/136/ 1 tests failed. REGRESSION: org.apache.lucene.analysis.ngram.NGramTokenizerTest.testRandomStrings Error Message: some thread(s) failed Stack Trace: java.lang.RuntimeException: some thread(s) failed at __randomizedtes

[jira] [Assigned] (LUCENE-4158) Windows Tests (4.x) hanging for 5 hrs in stall control again

2012-06-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-4158: --- Assignee: Simon Willnauer > Windows Tests (4.x) hanging for 5 hrs in stall contr

[jira] [Commented] (LUCENE-4158) Windows Tests (4.x) hanging for 5 hrs in stall control again

2012-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396943#comment-13396943 ] Uwe Schindler commented on LUCENE-4158: --- Seed for lucene/core tests was: 641A6B3E22

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4147: --- Attachment: fail.log Hmm, hit a failure (verbose log attached)... haven't tried to u

[jira] [Resolved] (SOLR-3379) Make logging of threadpool configuration report correct values

2012-06-19 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren resolved SOLR-3379. -- Resolution: Fixed I missed this issue completely earlier, sorry about that. I merged my earlier commit

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-19 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396987#comment-13396987 ] Han Jiang commented on LUCENE-3892: --- Oh, thank you Mike! I haven't thought too much abo

[jira] [Commented] (SOLR-3367) Show Logging Events in Admin UI

2012-06-19 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396976#comment-13396976 ] Stefan Matheis (steffkes) commented on SOLR-3367: - Ah, perhaps i was not cl

[jira] [Created] (LUCENE-4158) Windows Tests (4.x) hanging for 5 hrs in stall control again

2012-06-19 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-4158: - Summary: Windows Tests (4.x) hanging for 5 hrs in stall control again Key: LUCENE-4158 URL: https://issues.apache.org/jira/browse/LUCENE-4158 Project: Lucene - Java

Continuous stream indexing and time-based segment management

2012-06-19 Thread mark harwood
There are a number of scenarios where Lucene might be used to index a fixed time range on a continuous stream of data e.g. a news feed. In these scenarios I imagine the following facilities would be useful: a) A MergePolicy that organized content into segments on the basis of increasing time un

[jira] [Commented] (LUCENE-4158) Windows Tests (4.x) hanging for 5 hrs in stall control again

2012-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396947#comment-13396947 ] Uwe Schindler commented on LUCENE-4158: --- ah, and CPU usage was 0%

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-06-19 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396934#comment-13396934 ] Mark Harwood commented on LUCENE-4069: -- Mike, currently having various issues gettin

[jira] [Updated] (SOLR-2592) Pluggable shard lookup mechanism for SolrCloud

2012-06-19 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Garski updated SOLR-2592: - Attachment: SOLR-2592.patch Attached is an updated patch that includes unit tests and applies clea

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 118 - Failure!

2012-06-19 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/118/ All tests passed Build Log: [...truncated 409 lines...] [junit4] ERROR: Forked JVM execution exception: 0, execution line: "C:\Program Files\Java\jdk1.6.0_32\jre\bin\java.exe" -Dtests.prefix=tests -Dtests.se

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 963 - Failure!

2012-06-19 Thread Michael McCandless
The test doesn't print anything to stdout/stderr unless verbose is on (or on failure), so I think we are OK there ... Mike McCandless http://blog.mikemccandless.com On Tue, Jun 19, 2012 at 11:57 AM, Dawid Weiss wrote: > Mike did you see the class profile from that dump? If there is something (a

[jira] [Assigned] (SOLR-2728) DIH status: "Total Documents Processed" field disappears

2012-06-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-2728: -- Assignee: James Dyer James: Could you please triage this for 4.0? commit if you think it's ready, other

[jira] [Assigned] (SOLR-2729) DIH status: successful zero-document delta-import missing "" field

2012-06-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-2729: -- Assignee: James Dyer James: Could you please triage this for 4.0? commit if you think it's ready, other

[jira] [Assigned] (SOLR-3379) Make logging of threadpool configuration report correct values

2012-06-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-3379: -- Assignee: Sami Siren Sami: Could you please triage this for 4.0? commit if you think it's ready, otherw

[jira] [Commented] (LUCENE-3837) A modest proposal for updateable fields

2012-06-19 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396855#comment-13396855 ] Andrzej Bialecki commented on LUCENE-3837: --- It's still quite incomplete, I'm a

[jira] [Commented] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396853#comment-13396853 ] Michael McCandless commented on LUCENE-4147: bq. The problem was that we didn

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2012-06-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396849#comment-13396849 ] Alan Woodward commented on LUCENE-2878: --- Hi Simon, I'm going to be away for the res

[jira] [Commented] (LUCENE-3837) A modest proposal for updateable fields

2012-06-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396847#comment-13396847 ] Alan Woodward commented on LUCENE-3837: --- How much more work needs to be done on the

[jira] [Updated] (SOLR-2777) Support group.func for distributed grouping

2012-06-19 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2777: Fix Version/s: (was: 4.0) > Support group.func for distributed grouping > --

[jira] [Updated] (SOLR-2725) TieredMergePolicy and expungeDeletes behaviour

2012-06-19 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2725: Fix Version/s: (was: 4.0) > TieredMergePolicy and expungeDeletes behaviour >

[jira] [Updated] (LUCENE-4157) Improve Spatial Testing

2012-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-4157: - Description: Looking back at the tests for the Lucene Spatial Module, they seem half-baked. (A

[jira] [Created] (LUCENE-4157) Improve Spatial Testing

2012-06-19 Thread David Smiley (JIRA)
David Smiley created LUCENE-4157: Summary: Improve Spatial Testing Key: LUCENE-4157 URL: https://issues.apache.org/jira/browse/LUCENE-4157 Project: Lucene - Java Issue Type: Improvement

[jira] [Resolved] (LUCENE-4148) _TestUtil should be able to generate random longs

2012-06-19 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-4148. -- Resolution: Fixed Fix Version/s: 5.0 4.0 Assignee: Adrien Gr

[jira] [Updated] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4156: --- Attachment: LUCENE-4156.patch Remove synchronization from getSize() and made nextID volatile. I also

[jira] [Commented] (LUCENE-4150) Change version properties in branch_4x to "4.0-ALPHA-SNAPSHOT"

2012-06-19 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396777#comment-13396777 ] Steven Rowe commented on LUCENE-4150: - By "full fledged" I meant only that these rele

[jira] [Commented] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396772#comment-13396772 ] Simon Willnauer commented on LUCENE-4147: - one more think, I think this is a gene

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4147: Attachment: LUCENE-4147.patch patch fixing the DWPT issue. The problem was that we didn't

[jira] [Commented] (LUCENE-4150) Change version properties in branch_4x to "4.0-ALPHA-SNAPSHOT"

2012-06-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396762#comment-13396762 ] Mark Miller commented on LUCENE-4150: - bq. and will not be convinced otherwise! I'm

[JENKINS] Solr-4.x - Build # 14 - Failure

2012-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-4.x/14/ 1 tests failed. REGRESSION: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete Error Message: soft529 wasn't fast enough Stack Trace: java.lang.AssertionError: soft529 wasn't fast enough at __randomizedtesting

[jira] [Resolved] (LUCENE-4062) More fine-grained control over the packed integer implementation that is chosen

2012-06-19 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-4062. -- Resolution: Fixed Fix Version/s: 5.0 Committed (r1351682 on trunk and r1351698 on branc

[jira] [Commented] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396730#comment-13396730 ] Shai Erera commented on LUCENE-4156: I think that we can remove the synchronized from

[jira] [Assigned] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera reassigned LUCENE-4156: -- Assignee: Shai Erera > Improve implementation of DirectoryTaxonomyWriter.getSize() > -

[jira] [Resolved] (LUCENE-4061) Improvements to DirectoryTaxonomyWriter (synchronization and others)

2012-06-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-4061. Resolution: Fixed Committed revisions 1351672 and 1351675. > Improvements to Dire

[jira] [Commented] (LUCENE-4061) Improvements to DirectoryTaxonomyWriter (synchronization and others)

2012-06-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396721#comment-13396721 ] Shai Erera commented on LUCENE-4061: Found it. There was a problem with instructions

[jira] [Commented] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396718#comment-13396718 ] Michael McCandless commented on LUCENE-4147: I think we should commit the cur

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 963 - Failure!

2012-06-19 Thread Michael McCandless
I think this is because we are getting MemoryPostingsFormat in testRandomHugeStrings, when it does create a RandomIndexWriter for indexing. I added @Suppress({"Memory"}) and it no longer OOMEs; though, I'm baffled why the other tests that also call checkRandomData don't also sometimes OOME. I loo

[JENKINS] Lucene-Solr-trunk-Windows-Java7-64 - Build # 349 - Failure!

2012-06-19 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/349/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestAddIndexes.testAddIndexesWithRollback Error Message: cannot close: prepareCommit was already called with no corresponding call to commit Stack Trace: j

[jira] [Commented] (LUCENE-4061) Improvements to DirectoryTaxonomyWriter (synchronization and others)

2012-06-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396706#comment-13396706 ] Shai Erera commented on LUCENE-4061: Some progress ... still wasn't able to reproduce

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 573 - Still Failing!

2012-06-19 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/573/ 1 tests failed. REGRESSION: org.apache.solr.spelling.suggest.SuggesterTSTTest.testRebuild Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at __ra

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 963 - Failure!

2012-06-19 Thread Michael McCandless
I'll dig. Mike McCandless http://blog.mikemccandless.com On Tue, Jun 19, 2012 at 3:24 AM, Dawid Weiss wrote: > This is an OOM. > > Dawid > > On Tue, Jun 19, 2012 at 9:01 AM, Policeman Jenkins Server > wrote: >> Build: >> http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64

[jira] [Commented] (SOLR-3557) Avoid NPE for distributed request when shards.tolerant=true

2012-06-19 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396638#comment-13396638 ] Markus Jelsma commented on SOLR-3557: - Patch works fine! > Avoid NPE f

[jira] [Commented] (LUCENE-4145) "Unhandled exception" from test framework (in json parsing of test output files?)

2012-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396588#comment-13396588 ] Dawid Weiss commented on LUCENE-4145: - It shouldn't hang -- you're right. I'll try to

RE: [JENKINS] Lucene-Solr-tests-only-4.x-java7 - Build # 20 - Failure

2012-06-19 Thread Uwe Schindler
This seems to be a bug in Apache's Jenkin's SVN client (not the Policeman's). Whenever you merge a file addition it duplicates the file contents in the checkout. You have to cleanup workspace when this happens. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail

[jira] [Commented] (LUCENE-4146) -Dtests.iters combined with -Dtestmethod never fails?

2012-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396587#comment-13396587 ] Dawid Weiss commented on LUCENE-4146: - bq. ...not realizing that the "filtering" happ

[JENKINS] Lucene-Solr-tests-only-4.x-java7 - Build # 20 - Failure

2012-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x-java7/20/ No tests ran. Build Log: [...truncated 491 lines...] ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-4.x-java7/checkout/lucene/ivy-sett

Re: [JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 115 - Failure!

2012-06-19 Thread Dawid Weiss
> I forgot about elevation. "JenkinsSlave" user account has admin rights, but > only with elevation. It Sorry, no idea why this is happening -- I just experimentally know having an elevated shell works; maybe a windows sysadmin would know how to configure it properly. D. ---

[jira] [Resolved] (LUCENE-3866) Make CompositeReader.getSequentialSubReaders() and the corresponding IndexReaderContext methods return unmodifiable List

2012-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-3866. --- Resolution: Fixed Fix Version/s: 5.0 Committed trunk revision: 1351590 Committed 4.x

RE: [JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 115 - Failure!

2012-06-19 Thread Uwe Schindler
> > service this seems undoable. Although I was logged in as the same user name > on the machine's GUI, running "jstack " only produced "Access Denied". > > If you log in as an administrator (or with elevated privileges) you should be > able > to dump all jvm states. I forgot about elevation. "J

Re: [JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 115 - Failure!

2012-06-19 Thread Dawid Weiss
> service this seems undoable. Although I was logged in as the same user name > on the machine's GUI, running "jstack " only produced "Access Denied". If you log in as an administrator (or with elevated privileges) you should be able to dump all jvm states. Also, which is not so obvious, you shou

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 963 - Failure!

2012-06-19 Thread Dawid Weiss
This is an OOM. Dawid On Tue, Jun 19, 2012 at 9:01 AM, Policeman Jenkins Server wrote: > Build: > http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/963/ > > 1 tests failed. > REGRESSION:   > org.apache.lucene.analysis.ja.TestJapaneseTokenizer.testRandomHugeStrings > > Erro

[jira] [Created] (LUCENE-4156) Improve implementation of DirectoryTaxonomyWriter.getSize()

2012-06-19 Thread Sivan Yogev (JIRA)
Sivan Yogev created LUCENE-4156: --- Summary: Improve implementation of DirectoryTaxonomyWriter.getSize() Key: LUCENE-4156 URL: https://issues.apache.org/jira/browse/LUCENE-4156 Project: Lucene - Java

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 963 - Failure!

2012-06-19 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/963/ 1 tests failed. REGRESSION: org.apache.lucene.analysis.ja.TestJapaneseTokenizer.testRandomHugeStrings Error Message: some thread(s) failed Stack Trace: java.lang.RuntimeException: some thread(s) failed