Re: test failures when running under IBM J9

2013-01-29 Thread Dawid Weiss
CC me directly if you can, Mike -- I have been terribly busy and wouldn't want to miss questions that relate directly to what I can answer. :) > [junit4:junit4]>1) Thread[id=102, name=Thread-44, > state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete] > [junit4:junit4]> at java

[jira] [Updated] (LUCENE-4715) Add OrdinalPolicy.ALL_BUT_DIMENSION

2013-01-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4715: --- Attachment: LUCENE-4715.patch Added an assert to StandardFacetsCollector that none of the requested

Re: Stress test deadlocks

2013-01-29 Thread Mark Miller
Do you have your latest work attached to the issue? If so, I'll start working with it locally. For now, can you try this experimental, test patch and see what the results are? Index: solr/core/src/java/org/apache/solr/update/DefaultSolrCoreState.java =

Re: Stress test deadlocks

2013-01-29 Thread Mark Miller
Digging into the stack traces... This shows a thread waiting for the commit lock trying to close an index writer. There is another thread with the commit lock that is waiting for the writer to be returned. That seems to be the situation - a race around the commit lock. Needs some thought. - M

[jira] [Commented] (SOLR-3904) add package level javadocs to every package

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566139#comment-13566139 ] Commit Tag Bot commented on SOLR-3904: -- [trunk commit] Chris M. Hostetter http://svn.a

[jira] [Commented] (SOLR-3904) add package level javadocs to every package

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566138#comment-13566138 ] Commit Tag Bot commented on SOLR-3904: -- [branch_4x commit] Chris M. Hostetter http://s

[jira] [Resolved] (SOLR-3904) add package level javadocs to every package

2013-01-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3904. Resolution: Fixed Fix Version/s: 5.0 I finally got around finishing this... Committed revision 1440

Re: Stress test deadlocks

2013-01-29 Thread Mark Miller
On Jan 29, 2013, at 10:26 PM, Erick Erickson wrote: > I'm not entirely sure what it would show though, since you don't get > into this situation without loading and unloading cores at the same > time, the stuff from SOLR-1028 and SOLR-4300. Which you couldn't do > before this rapidly. I don't f

Re: Stress test deadlocks

2013-01-29 Thread Mark Miller
On Jan 29, 2013, at 10:26 PM, Erick Erickson wrote: > Why synchronize the entire method and then synchronize everything > except the error condition on a _different_ object? Because they are different locks protecting different state. Def cannot be safely removed. - Mark -

[JENKINS] Lucene-trunk-Linux-Java6-64-test-only - Build # 22231 - Failure!

2013-01-29 Thread builder
Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java6-64-test-only/22231/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestPayloadsOnVectors.testRandomVectors Error Message: first position increment must be > 0 (got 0) Stack Trace: java.lang.IllegalArgumentException: first position in

Re: Stress test deadlocks

2013-01-29 Thread Erick Erickson
First, I approach synchronization with fear and loathing because it's so easy to screw up, so any comments deeply appreciated. Second, the code (see below) in DefaultSolrCoreState just looks wrong. Why synchronize the entire method and then synchronize everything except the error condition on a _d

[jira] [Commented] (SOLR-4383) DataImportHandler: Semantic inconsistency of column/name attribute

2013-01-29 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566097#comment-13566097 ] Alexandre Rafalovitch commented on SOLR-4383: - Also means that the following li

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-01-29 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566071#comment-13566071 ] David Smiley commented on LUCENE-3918: -- Oh, that's interesting. My proposal doesn't

[jira] [Commented] (SOLR-4383) DataImportHandler: Semantic inconsistency of column/name attribute

2013-01-29 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566055#comment-13566055 ] Alexandre Rafalovitch commented on SOLR-4383: - Specifically: 1) In SqlEntityPro

[jira] [Created] (SOLR-4383) DataImportHandler: Semantic inconsistency of column/name attribute

2013-01-29 Thread Alexandre Rafalovitch (JIRA)
Alexandre Rafalovitch created SOLR-4383: --- Summary: DataImportHandler: Semantic inconsistency of column/name attribute Key: SOLR-4383 URL: https://issues.apache.org/jira/browse/SOLR-4383 Project:

[jira] [Commented] (LUCENE-3456) Analysis Consumers should end and close any TokenStreams

2013-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566009#comment-13566009 ] Steve Rowe commented on LUCENE-3456: Robert, Chris, Uwe: Can this be resolved now?

[jira] [Commented] (SOLR-3967) Mapping error: langid.enforceSchema option checks source field instead of target field

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566007#comment-13566007 ] Commit Tag Bot commented on SOLR-3967: -- [trunk commit] Jan Høydahl http://svn.apache.o

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565984#comment-13565984 ] Robert Muir commented on SOLR-4377: --- {quote} However, for one, I'd like to nuke the var e

[jira] [Updated] (SOLR-4382) edismax, qf, multiterm analyzer, wildcard query bug

2013-01-29 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Arslan updated SOLR-4382: --- Attachment: SOLR-4382.patch A failing test case > edismax, qf, multiterm analyzer, wi

[jira] [Created] (SOLR-4382) edismax, qf, multiterm analyzer, wildcard query bug

2013-01-29 Thread Ahmet Arslan (JIRA)
Ahmet Arslan created SOLR-4382: -- Summary: edismax, qf, multiterm analyzer, wildcard query bug Key: SOLR-4382 URL: https://issues.apache.org/jira/browse/SOLR-4382 Project: Solr Issue Type: Bug

[jira] [Updated] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-01-29 Thread Ryan Lauck (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Lauck updated LUCENE-4734: --- Attachment: lucene-fvh-tests.patch Added a patch with two test cases that reproduce the issue

[jira] [Updated] (SOLR-4381) Query-time multi-word synonym expansion

2013-01-29 Thread Nolan Lawson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nolan Lawson updated SOLR-4381: --- Attachment: SOLR-4381.patch > Query-time multi-word synonym expansion > --

[jira] [Created] (SOLR-4381) Query-time multi-word synonym expansion

2013-01-29 Thread Nolan Lawson (JIRA)
Nolan Lawson created SOLR-4381: -- Summary: Query-time multi-word synonym expansion Key: SOLR-4381 URL: https://issues.apache.org/jira/browse/SOLR-4381 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565949#comment-13565949 ] Steve Rowe commented on SOLR-4377: -- @Mark: bq. I saw that right after the 4.1 tag, a coupl

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565933#comment-13565933 ] Uwe Schindler commented on SOLR-4377: - I still don't think they are useful in a source

test failures when running under IBM J9

2013-01-29 Thread Michael McCandless
When I run Lucene core tests with IBM J9 1.6, some tests fail with zombie threads that could not be killed, eg: [junit4:junit4] ERROR 0.00s J2 | TestIndexWriterDelete (suite) <<< [junit4:junit4]> Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE sco

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565916#comment-13565916 ] Steve Rowe commented on SOLR-4377: -- bq. They are not in the src-tarball, because the ANT

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565913#comment-13565913 ] Uwe Schindler commented on SOLR-4377: - bq. However, for one, I'd like to nuke the var e

[jira] [Updated] (SOLR-4380) ReplicationHandler replicateAfter startup not showing commits after SOLR-3911

2013-01-29 Thread Gregg Donovan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregg Donovan updated SOLR-4380: Description: In the process of upgrading to 4.1 from 3.6, I've noticed that our master servers do n

[jira] [Created] (SOLR-4380) ReplicationHandler replicateAfter startup not showing commits after SOLR-3911

2013-01-29 Thread Gregg Donovan (JIRA)
Gregg Donovan created SOLR-4380: --- Summary: ReplicationHandler replicateAfter startup not showing commits after SOLR-3911 Key: SOLR-4380 URL: https://issues.apache.org/jira/browse/SOLR-4380 Project: Solr

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565904#comment-13565904 ] Mark Miller commented on SOLR-4377: --- Steve: I'd agree these differences are intentional a

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565903#comment-13565903 ] Uwe Schindler commented on SOLR-4377: - {quote} bq. I'm not sure why .gitignore and .hgi

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565901#comment-13565901 ] Mark Miller commented on SOLR-4377: --- bq. I'm not sure why .gitignore and .hgignore aren't

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565897#comment-13565897 ] Steve Rowe commented on SOLR-4377: -- I'm not sure why .gitignore and .hgignore aren't prese

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565864#comment-13565864 ] Uwe Schindler commented on SOLR-4377: - bq. generated stuff - eg our html changes stuff.

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565862#comment-13565862 ] Mark Miller commented on SOLR-4377: --- bq. The release process I followed and I think Rober

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565860#comment-13565860 ] Uwe Schindler commented on SOLR-4377: - Yes, I also tagged once the vote for the artifac

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565856#comment-13565856 ] Mark Miller commented on SOLR-4377: --- The rest of the issues look like: 1. generated stuf

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565853#comment-13565853 ] Steve Rowe commented on SOLR-4377: -- The release process I followed and I think Robert foll

[jira] [Updated] (SOLR-4373) In multicore, lib directives in solrconfig.xml cause conflict and clobber directives from earlier cores

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4373: -- Fix Version/s: 5.0 > In multicore, lib directives in solrconfig.xml cause conflict and clobber > di

[jira] [Updated] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4377: -- Fix Version/s: 5.0 4.2 > making release tarballs identical to the release tags >

[jira] [Updated] (SOLR-4379) solr-core has a dependency to slf4j-jdk14 and is not binding agnostic

2013-01-29 Thread Nicolas Labrot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Labrot updated SOLR-4379: - Priority: Minor (was: Major) > solr-core has a dependency to slf4j-jdk14 and is not binding a

[jira] [Created] (SOLR-4379) solr-core has a dependency to slf4j-jdk14 and is not binding agnostic

2013-01-29 Thread Nicolas Labrot (JIRA)
Nicolas Labrot created SOLR-4379: Summary: solr-core has a dependency to slf4j-jdk14 and is not binding agnostic Key: SOLR-4379 URL: https://issues.apache.org/jira/browse/SOLR-4379 Project: Solr

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565843#comment-13565843 ] Mark Miller commented on SOLR-4377: --- Most of the ones that look like the example i pasted

[jira] [Commented] (LUCENE-4735) IBM J9 JVM bug causes test failure in Kuromoji's TestExtended

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565829#comment-13565829 ] Commit Tag Bot commented on LUCENE-4735: [branch_4x commit] Michael McCandless ht

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565828#comment-13565828 ] Mark Miller commented on SOLR-4377: --- The incubators projects have a long history of havin

[jira] [Commented] (LUCENE-4735) IBM J9 JVM bug causes test failure in Kuromoji's TestExtended

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565820#comment-13565820 ] Commit Tag Bot commented on LUCENE-4735: [trunk commit] Michael McCandless http:/

[jira] [Commented] (LUCENE-4735) IBM J9 JVM bug causes test failure in Kuromoji's TestExtended

2013-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565785#comment-13565785 ] Robert Muir commented on LUCENE-4735: - LOL +1 to commit the workaround, its just Moc

[jira] [Updated] (LUCENE-4735) IBM J9 JVM bug causes test failure in Kuromoji's TestExtended

2013-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4735: --- Summary: IBM J9 JVM bug causes test failure in Kuromoji's TestExtended (was: IBM J9

[jira] [Updated] (LUCENE-4735) IBM J9 JVM causes test failure in Kuromoji's TestExtended

2013-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4735: --- Attachment: TestTreeMap2.java Simple standalone test... if you run with J9 1.6, or a

[jira] [Updated] (LUCENE-4735) IBM J9 JVM causes test failure in Kuromoji's TestExtended

2013-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4735: --- Attachment: LUCENE-4735.patch Patch w/ workaround for Lucene. If you use TreeMap.lo

[jira] [Created] (LUCENE-4735) IBM J9 JVM causes test failure in Kuromoji's TestExtended

2013-01-29 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-4735: -- Summary: IBM J9 JVM causes test failure in Kuromoji's TestExtended Key: LUCENE-4735 URL: https://issues.apache.org/jira/browse/LUCENE-4735 Project: Lucene

[jira] [Commented] (SOLR-4300) Possible race condition in CoreContainer.getCore() when lazily loading cores.

2013-01-29 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565773#comment-13565773 ] Erick Erickson commented on SOLR-4300: -- It turns out that this code was already done f

Re: [jira] [Commented] (SOLR-4300) Possible race condition in CoreContainer.getCore() when lazily loading cores.

2013-01-29 Thread Erick Erickson
It turns out I'd already done this in some (uncommitted) code for SOLR-4196, I'll see what I can do there. On Tue, Jan 29, 2013 at 2:49 PM, Yonik Seeley (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpane

[jira] [Updated] (SOLR-3177) Excluding tagged filter in StatsComponent

2013-01-29 Thread Nikolai Luthman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolai Luthman updated SOLR-3177: -- Attachment: (was: statsfilterexclude.patch) > Excluding tagged filter in StatsComponent

[jira] [Updated] (SOLR-3177) Excluding tagged filter in StatsComponent

2013-01-29 Thread Nikolai Luthman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolai Luthman updated SOLR-3177: -- Attachment: SOLR-3177.patch Thanks for the comment Jan. I've updated the patch now to work again

[jira] [Commented] (SOLR-4373) In multicore, lib directives in solrconfig.xml cause conflict and clobber directives from earlier cores

2013-01-29 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565744#comment-13565744 ] Alexandre Rafalovitch commented on SOLR-4373: - I am unable to get the problem g

[jira] [Created] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-01-29 Thread Ryan Lauck (JIRA)
Ryan Lauck created LUCENE-4734: -- Summary: FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight Key: LUCENE-4734 URL: https://issues.apache.org/jira/browse/LUCENE-4734 Project: Lucene - Co

[jira] [Resolved] (SOLR-2476) FieldAnalysisRequestHandler; Missing Tokenizer- & Filter-Options

2013-01-29 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-2476. - Resolution: Duplicate Assignee: Stefan Matheis (steffkes) Not sure a

[jira] [Commented] (SOLR-2635) FieldAnalysisRequestHandler; Expose Filter- & Tokenizer-Settings

2013-01-29 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565720#comment-13565720 ] Stefan Matheis (steffkes) commented on SOLR-2635: - [~thetaphi‍] quick remin

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565719#comment-13565719 ] Roman Shaposhnik commented on SOLR-4377: bq. I'm not sure that is the case. I think

[jira] [Updated] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Shaposhnik updated SOLR-4377: --- Attachment: diff.txt > making release tarballs identical to the release tags > ---

[jira] [Commented] (SOLR-4300) Possible race condition in CoreContainer.getCore() when lazily loading cores.

2013-01-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565715#comment-13565715 ] Yonik Seeley commented on SOLR-4300: I haven't had a chance to check out the whole patc

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565713#comment-13565713 ] Roman Shaposhnik commented on SOLR-4377: Here's an example from the 4.1.0 release (

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565703#comment-13565703 ] Mark Miller commented on SOLR-4377: --- bq. This is also something that is not quite ASF kos

[jira] [Commented] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565695#comment-13565695 ] Steve Rowe commented on SOLR-4377: -- Hi Roman, I'm not sure what you mean when you say tha

[jira] [Created] (SOLR-4378) Admin UI - Legend for Analysis Screen

2013-01-29 Thread Stefan Matheis (steffkes) (JIRA)
Stefan Matheis (steffkes) created SOLR-4378: --- Summary: Admin UI - Legend for Analysis Screen Key: SOLR-4378 URL: https://issues.apache.org/jira/browse/SOLR-4378 Project: Solr Issue

[jira] [Commented] (SOLR-3866) CoreAdmin SWAP and RENAME need fixed/defined when using SolrCloud

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565687#comment-13565687 ] Mark Miller commented on SOLR-3866: --- Seems we should disable these when using SolrCloud a

[jira] [Updated] (SOLR-4371) Admin UI - Analysis Screen shows empty result

2013-01-29 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-4371: Attachment: SOLR-4371.patch > Admin UI - Analysis Screen shows empty res

[jira] [Commented] (SOLR-3866) CoreAdmin SWAP and RENAME need fixed/defined when using SolrCloud

2013-01-29 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565664#comment-13565664 ] David Smiley commented on SOLR-3866: I wanted to use the RENAME feature so that the cor

[jira] [Created] (SOLR-4377) making release tarballs identical to the release tags

2013-01-29 Thread Roman Shaposhnik (JIRA)
Roman Shaposhnik created SOLR-4377: -- Summary: making release tarballs identical to the release tags Key: SOLR-4377 URL: https://issues.apache.org/jira/browse/SOLR-4377 Project: Solr Issue Ty

Re: Stress test deadlocks

2013-01-29 Thread Mark Miller
There is a lot of complicated interplay between locks in that area of the code - small changes can easily get you into trouble. Can you modify your test to run on the code before your patch? That would help in telling if it's something existing or something your introducing. I still plan on loo

[jira] [Commented] (SOLR-4284) admin UI - make core list scrollable separate from the rest of the UI

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565627#comment-13565627 ] Commit Tag Bot commented on SOLR-4284: -- [branch_4x commit] Stefan Matheis http://svn.a

Re: Stress test deadlocks

2013-01-29 Thread Erick Erickson
Two runs doth not a conclusion reach, but removing "synchronized" from: DefaultSolrCoreState.getIndexWriter (line 78) let me run for an hour, at least twice. And my stress test succeeds, which fires up 15 indexing threads on 100 cores (transient core size is 20), indexes documents for an hour whil

[jira] [Commented] (SOLR-4284) admin UI - make core list scrollable separate from the rest of the UI

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565622#comment-13565622 ] Commit Tag Bot commented on SOLR-4284: -- [trunk commit] Stefan Matheis http://svn.apach

[jira] [Commented] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-01-29 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565611#comment-13565611 ] James Dyer commented on SOLR-4376: -- now that I've read your edited description, I think I

[jira] [Commented] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-01-29 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565607#comment-13565607 ] James Dyer commented on SOLR-4376: -- could explain what is happening to your dataimport.pro

[jira] [Commented] (LUCENE-4733) Make CompressingTermVectorsFormat the new default term vectors format?

2013-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565606#comment-13565606 ] Robert Muir commented on LUCENE-4733: - I think its a good idea! About the corner case

[jira] [Commented] (LUCENE-4715) Add OrdinalPolicy.ALL_BUT_DIMENSION

2013-01-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565599#comment-13565599 ] Shai Erera commented on LUCENE-4715: Mike, those are great results (ALL vs ALL_BUT) .

[jira] [Commented] (LUCENE-4733) Make CompressingTermVectorsFormat the new default term vectors format?

2013-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565596#comment-13565596 ] Adrien Grand commented on LUCENE-4733: -- It would be great if someone could set up a

[jira] [Created] (LUCENE-4733) Make CompressingTermVectorsFormat the new default term vectors format?

2013-01-29 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-4733: Summary: Make CompressingTermVectorsFormat the new default term vectors format? Key: LUCENE-4733 URL: https://issues.apache.org/jira/browse/LUCENE-4733 Project: Lucen

[jira] [Commented] (LUCENE-4715) Add OrdinalPolicy.ALL_BUT_DIMENSION

2013-01-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565586#comment-13565586 ] Shai Erera commented on LUCENE-4715: First, look at the patch, there's a test for tha

[jira] [Updated] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4732: - Attachment: LUCENE-4732.patch New patch that incorporates Robert's improvements and tests more c

[jira] [Commented] (LUCENE-4715) Add OrdinalPolicy.ALL_BUT_DIMENSION

2013-01-29 Thread Gilad Barkai (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565570#comment-13565570 ] Gilad Barkai commented on LUCENE-4715: -- How can a mess be avoided when allowing diff

[jira] [Updated] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-01-29 Thread Sebastien Lorber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastien Lorber updated SOLR-4376: --- Description: Hi In: org.apache.solr.handler.dataimport.DocBuilder#getVariableResolver {code:

[jira] [Commented] (SOLR-4311) Luke and Core admin ajax requests shouldn't be cached in admin

2013-01-29 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565563#comment-13565563 ] Stefan Matheis (steffkes) commented on SOLR-4311: - bq. It can also be a pro

[jira] [Commented] (SOLR-4364) Admin UI - Locale based number formatting

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565561#comment-13565561 ] Commit Tag Bot commented on SOLR-4364: -- [branch_4x commit] Stefan Matheis http://svn.a

[jira] [Created] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-01-29 Thread Sebastien Lorber (JIRA)
Sebastien Lorber created SOLR-4376: -- Summary: dih.last_index_time has bad Date.toString() format during first delta import Key: SOLR-4376 URL: https://issues.apache.org/jira/browse/SOLR-4376 Project:

[jira] [Commented] (SOLR-4364) Admin UI - Locale based number formatting

2013-01-29 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565556#comment-13565556 ] Commit Tag Bot commented on SOLR-4364: -- [trunk commit] Stefan Matheis http://svn.apach

[jira] [Resolved] (SOLR-4364) Admin UI - Locale based number formatting

2013-01-29 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-4364. - Resolution: Implemented Fix Version/s: 5.0 4.2

[jira] [Commented] (SOLR-4375) Add config or schema option to turn off compressed stored fields in the Lucene 4.1 index format

2013-01-29 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565548#comment-13565548 ] Artem Lukanin commented on SOLR-4375: - Yes, sure, here are my numbers for mean response

[jira] [Updated] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4732: Attachment: LUCENE-4732_dueling.patch ah thanks... here's a patch to beef this up some.

[jira] [Commented] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565539#comment-13565539 ] Adrien Grand commented on LUCENE-4732: -- bq. assertTermsSeeking both shuffles its ter

[jira] [Commented] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565534#comment-13565534 ] Robert Muir commented on LUCENE-4732: - {quote} I just checked the code: the problem i

[jira] [Commented] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565532#comment-13565532 ] Adrien Grand commented on LUCENE-4732: -- bq. What is the problem with the checks in T

[jira] [Commented] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565519#comment-13565519 ] Robert Muir commented on LUCENE-4732: - {quote} We don't have test cases for this meth

[jira] [Commented] (SOLR-4375) Add config or schema option to turn off compressed stored fields in the Lucene 4.1 index format

2013-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565518#comment-13565518 ] Mark Miller commented on SOLR-4375: --- I think before we assume compression is even to blam

[jira] [Updated] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4732: - Attachment: LUCENE-4732.patch New patch: quick test and fix for both impls. > T

[jira] [Created] (LUCENE-4732) Test TermsEnum.seek on term vectors

2013-01-29 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-4732: Summary: Test TermsEnum.seek on term vectors Key: LUCENE-4732 URL: https://issues.apache.org/jira/browse/LUCENE-4732 Project: Lucene - Core Issue Type: Test

[jira] [Commented] (SOLR-4375) Add config or schema option to turn off compressed stored fields in the Lucene 4.1 index format

2013-01-29 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565506#comment-13565506 ] Artem Lukanin commented on SOLR-4375: - I don't use highlights (there are no &hl=true in

  1   2   >