[
https://issues.apache.org/jira/browse/SOLR-11294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143946#comment-16143946
]
Varun Thacker commented on SOLR-11294:
--------------------------------------
{code}[junit4] 2> 2612 INFO (qtp1166217625-42) [n:127.0.0.1:57135_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
{code}
Looking at this log entry it indicates that it's allocating 2B entries but it
caps out at 1000
{code}
// Now don't allow ridiculous allocations here, if the size is > 1,000,
we'll just deal with
// adding cores as they're opened. This blows up with the marker value of
-1.
transientCores = new LinkedHashMap<String, SolrCore>(Math.min(cacheSize,
1000), 0.75f, true
{code}
We should improve the log message.
Anyways not related to the actual fail
> BasicAuthIntegrationTest fails a lot with No registered leader message
> ----------------------------------------------------------------------
>
> Key: SOLR-11294
> URL: https://issues.apache.org/jira/browse/SOLR-11294
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Varun Thacker
> Priority: Blocker
> Fix For: 6.6.1
>
> Attachments: TestBasicAuthIntegration_Fail.log
>
>
> I can see 20+ failures over the last 7 days with Jenkins enabled on
> branch_6_6 for BasicAuthIntegrationTest
> {code}
> Error Message:
> Error from server at http://127.0.0.1:61124/solr/authCollection: No
> registered leader was found after waiting for 4000ms , collection:
> authCollection slice: shard2
> {code}
> Attaching the seed and logs for 1 such test run that failed on my machine
> {code}
> ant test -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth
> -Dtests.seed=82AFFEAD74267467 -Dtests.slow=true -Dtests.locale=hu
> -Dtests.timezone=Etc/Universal -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
> {code}
> It's failed 3/4 times I attempted to build the RC for 6.6.1 today so I am
> marking this as a blocker currently
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]