[
https://issues.apache.org/jira/browse/SOLR-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981237#action_12981237
]
Robert Muir commented on SOLR-2282:
-----------------------------------
bq. Robert: I was using the random seed from the build result in the hope that
it will fail the test for me. I'm still unable to get the exception though,
with or without the seed. I suppose it shouldn't matter whether I run the
complete test suite or just this one test method? (I was doing the latter to
save time)
well, its not completely consistent even with the seed to me (smells like a
concurrency issue).
Silly question, but did you remove the @Ignore on
DistributedClusteringComponentTest?
Otherwise, the reproducibility problem could be that it doesn't consistently
fail every time, even with the same seed.
I ran my previous fail three times, with the patch:
{noformat}
ant test -Dtestcase=DistributedClusteringComponentTest
-Dtestmethod=testDistribSearch
-Dtests.seed=8909233178291932652:-4859244606911873252
{noformat}
This failed two out of three times.
I also then ran it with traceclassloading, logging to a file:
{noformat}
ant test -Dtestcase=DistributedClusteringComponentTest
-Dtestmethod=testDistribSearch
-Dtests.seed=8909233178291932652:-4859244606911873252
-Dargs="-XX:+TraceClassLoading" > test.out
{noformat}
all the carrot classes are being loaded from
solr/contrib/clustering/lib/carrot2-core-3.4.2.jar
> Distributed Support for Search Result Clustering
> ------------------------------------------------
>
> Key: SOLR-2282
> URL: https://issues.apache.org/jira/browse/SOLR-2282
> Project: Solr
> Issue Type: New Feature
> Components: contrib - Clustering
> Affects Versions: 1.4, 1.4.1
> Reporter: Koji Sekiguchi
> Assignee: Koji Sekiguchi
> Priority: Minor
> Fix For: 3.1, 4.0
>
> Attachments: SOLR-2282-diagnostics.patch, SOLR-2282.patch,
> SOLR-2282.patch, SOLR-2282.patch, SOLR-2282.patch, SOLR-2282.patch,
> SOLR-2282_test.patch
>
>
> Brad Giaccio contributed a patch for this in SOLR-769. I'd like to
> incorporate it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]