Build: https://hudson.apache.org/hudson/job/Solr-3.x/205/
All tests passed
Build Log (for compile errors):
[...truncated 20638 lines...]
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-ma
I ran the test from both eclipse and Ant, and got similar warnings.
With your patch most of the 'false alarms' do not show up again, but I still
see a strange failure. I add this to after the System.err.print("left thread
running"): System.err.println(Arrays.toString(t.getStackTrace())); -- it
pri
[
https://issues.apache.org/jira/browse/SOLR-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974551#action_12974551
]
Bill Bell commented on SOLR-2294:
-
I did find a way to do it It only works in this order
[
https://issues.apache.org/jira/browse/LUCENE-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera resolved LUCENE-2830.
Resolution: Fixed
Committed revision 1052180 (3x).
Committed revision 1052182 (trunk).
> Use Stri
[
https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated LUCENE-2324:
-
Attachment: LUCENE-2324-SMALL.patch
Small patch fixing the num deletes test null pointer
[
https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated LUCENE-2324:
-
Attachment: test.out
Here's ant test-core output. Looks like it's deadlocking in TestIn
[
https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974484#action_12974484
]
Jason Rutherglen commented on LUCENE-2324:
--
Also, it'd be great if we could summa
I used the bulkpostings
branch(https://svn.apache.org/repos/asf/lucene/dev/branches/bulkpostings/lucene)
does trunk have PForDelta decoder/encoder ?
2010/12/23 Michael McCandless :
> Those are nice speedups!
>
> Did you use the 4.0 branch (ie trunk) or the bulkpostings branch for this
> test?
>
>
Cool! I'm getting to this on a weekend.
On Tue, Dec 21, 2010 at 11:44, Michael Busch wrote:
> After merging trunk into the RT branch it's finally compiling again and
> up-to-date.
>
> Several tests are failing now after the merge (43 out of 1427 are failing),
> which is not too surprising, becaus
Build: https://hudson.apache.org/hudson/job/Lucene-3.x/219/
All tests passed
Build Log (for compile errors):
[...truncated 21431 lines...]
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-
How to combine OR with geofilt
--
Key: SOLR-2294
URL: https://issues.apache.org/jira/browse/SOLR-2294
Project: Solr
Issue Type: Bug
Affects Versions: 3.1
Reporter: Bill Bell
Fix For: 3
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974354#action_12974354
]
Robert Muir commented on LUCENE-2829:
-
bq. For example, better term dict code will mak
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-2829.
-
Resolution: Won't Fix
> improve termquery "pk lookup" performance
>
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974350#action_12974350
]
Earwin Burrfoot commented on LUCENE-2829:
-
Nobody halts your progress, we're merel
here is a (imperfect) patch for eclipse, can you try this? any threads
running at this point are not our own.
Index: lucene/src/test/org/apache/lucene/util/LuceneTestCase.java
===
--- lucene/src/test/org/apache/lucene/util/LuceneTestC
On Wed, Dec 22, 2010 at 2:14 PM, Shai Erera wrote:
> Hi
>
> I noticed that some tests report threads are left running, even when those
> tests never create and start a Thread. Digging deeper I found out that the
> tests report "Signal Dispatcher" and "Attach handler" as two threads that
> are left
Hi
I noticed that some tests report threads are left running, even when those
tests never create and start a Thread. Digging deeper I found out that the
tests report "Signal Dispatcher" and "Attach handler" as two threads that
are left running. If I run the test from eclipse, then a "ReaderThread"
[
https://issues.apache.org/jira/browse/LUCENE-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-2830:
---
Attachment: LUCENE-2830.patch
Since parse(*, StringBuffer, *) is not used, and whoever wants to use
[
https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974315#action_12974315
]
Robert Muir commented on LUCENE-1410:
-
{quote}
Did you also test without a copy (witho
[
https://issues.apache.org/jira/browse/SOLR-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974314#action_12974314
]
Stanislaw Osinski commented on SOLR-2282:
-
This may be related to a concurrency bug
[
https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974303#action_12974303
]
Paul Elschot edited comment on LUCENE-1410 at 12/22/10 1:13 PM:
[
https://issues.apache.org/jira/browse/SOLR-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man reopened SOLR-2282:
Reopening issue.
The new test added by this issue...
org.apache.solr.handler.clustering.DistributedClusteringC
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974310#action_12974310
]
Robert Muir commented on LUCENE-2829:
-
Bloom filters and negative caches are nice, but
[
https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974307#action_12974307
]
Paul Elschot commented on LUCENE-1410:
--
bq. I've tested everything I can think of and
[
https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974303#action_12974303
]
Paul Elschot commented on LUCENE-1410:
--
bq. ... is it possible to encode # of excepti
[
https://issues.apache.org/jira/browse/LUCENE-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-2391:
Attachment: LUCENE-2391.patch
Here's a patch to speed up the spellchecker build.
* i wired the de
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974274#action_12974274
]
Earwin Burrfoot commented on LUCENE-2829:
-
Term lookup misses can be alleviated by
[
https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974272#action_12974272
]
Michael McCandless commented on LUCENE-2723:
bq. Should we keep MultiBulkPosti
[
https://issues.apache.org/jira/browse/LUCENE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974265#action_12974265
]
Michael McCandless commented on LUCENE-2694:
bq. after all I think this must b
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974264#action_12974264
]
Jason Rutherglen commented on LUCENE-2312:
--
bq. DocValues == column stride fields
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974262#action_12974262
]
Michael McCandless commented on LUCENE-2829:
bq. The cache has a number of adv
Those are nice speedups!
Did you use the 4.0 branch (ie trunk) or the bulkpostings branch for this test?
Mike
On Tue, Dec 21, 2010 at 9:59 PM, Li Li wrote:
> great improvement!
> I did a test in our data set. doc count is about 2M+ and index size
> after optimization is about 13.3GB(including f
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974260#action_12974260
]
Simon Willnauer commented on LUCENE-2312:
-
bq. Yes. I'm still confused as to how D
[
https://issues.apache.org/jira/browse/LUCENE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974251#action_12974251
]
Simon Willnauer commented on LUCENE-2694:
-
bq. I think instead of ReaderView we co
It looks like you're going to have to build from source:
https://svn.apache.org/repos/asf/lucene/lucene.net/tags/Lucene.Net_2_9_2/
Peter Mateja
peter.mat...@gmail.com
On Wed, Dec 22, 2010 at 4:22 AM, Abhilash C R (JIRA) wrote:
>
>[
> https://issues.apache.org/jira/browse/LUCENENET-385?pag
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974247#action_12974247
]
Jason Rutherglen commented on LUCENE-2312:
--
bq. Obtaining a normal fieldcache ent
[
https://issues.apache.org/jira/browse/SOLR-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-2275:
-
Attachment: SOLR-2275-3_x.patch
Hoss:
Thanks for committing the trunk, here's the patch for the
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974229#action_12974229
]
Robert Muir commented on LUCENE-2829:
-
On further thought Yonik, your idea is really c
[
https://issues.apache.org/jira/browse/SOLR-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974224#action_12974224
]
Jason Rutherglen commented on SOLR-2290:
I think it'll require creating a new sub-el
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974223#action_12974223
]
Robert Muir commented on LUCENE-2829:
-
bq. edit: and as robert previously pointed out,
[
https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974221#action_12974221
]
Yonik Seeley commented on LUCENE-2723:
--
Should we keep MultiBulkPostingsEnum?
Even wh
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974212#action_12974212
]
Yonik Seeley edited comment on LUCENE-2829 at 12/22/10 9:24 AM:
[
https://issues.apache.org/jira/browse/LUCENE-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974212#action_12974212
]
Yonik Seeley commented on LUCENE-2829:
--
Why not keep the TermState cache and use it f
SolrCloud distributed indexing
--
Key: SOLR-2293
URL: https://issues.apache.org/jira/browse/SOLR-2293
Project: Solr
Issue Type: New Feature
Components: SolrCloud
Reporter: Jan Høydahl
Add S
[
https://issues.apache.org/jira/browse/SOLR-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974176#action_12974176
]
Jan Høydahl commented on SOLR-1526:
---
I linked this issue to SOLR-1763, as they attempt to
Thank you!
Koji Sekiguchi from mobile
On 2010/12/22, at 21:27, rm...@apache.org wrote:
> Author: rmuir
> Date: Wed Dec 22 12:27:06 2010
> New Revision: 1051872
>
> URL: http://svn.apache.org/viewvc?rev=1051872&view=rev
> Log:
> SOLR-2282: disable failing test
>
> Modified:
>
> lucene/dev/
On Wed, Dec 22, 2010 at 2:10 AM, Chris Hostetter
wrote:
>
> : NOTE: reproduce with: ant test -Dtestcase=DistributedClusteringComponentTest
> : -Dtestmethod=testDistribSearch
> : -Dtests.seed=4959909076277587079:-8952133138041211916 -Dtests.multiplier=3
> :
> : But I couldn't reproduce it on my mac
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2855/
1 tests failed.
REGRESSION:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailed
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/2828/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError:
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/2827/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError:
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2853/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedErro
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/2826/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError:
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2852/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedErro
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/2825/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError:
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2851/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedErro
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/2824/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError:
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2850/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedErro
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/2823/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError:
[
https://issues.apache.org/jira/browse/LUCENE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974121#action_12974121
]
Simon Willnauer commented on LUCENE-2694:
-
{quote}
I think instead of ReaderView w
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2849/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedErro
[
https://issues.apache.org/jira/browse/LUCENE-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-2830:
---
Attachment: LUCENE-2830.patch
Patch replaces StringBuffer with StringBuilder. I did not yet remove t
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/2822/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError:
Use StringBuilder instead of StringBuffer in benchmark
--
Key: LUCENE-2830
URL: https://issues.apache.org/jira/browse/LUCENE-2830
Project: Lucene - Java
Issue Type: Improvement
Co
[
https://issues.apache.org/jira/browse/SOLR-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974114#action_12974114
]
Tommaso Teofili commented on SOLR-2129:
---
Hi Kamil,
can you please take a look at your
Build: https://hudson.apache.org/hudson/job/Solr-trunk/1350/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedError: Some threads th
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2848/
1 tests failed.
FAILED:
org.apache.solr.handler.clustering.DistributedClusteringComponentTest.testDistribSearch
Error Message:
Some threads threw uncaught exceptions!
Stack Trace:
junit.framework.AssertionFailedErro
66 matches
Mail list logo