[ 
https://issues.apache.org/jira/browse/SOLR-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312808#comment-15312808
 ] 

Hoss Man commented on SOLR-9182:
--------------------------------


Examples of problematic (and in most cases reliably reproducible) tests/seeds 
from Jenkins that cause OOM (when ssl & clientAuth are both randomized to true) 
on master at (or just after) 09372acb660d21b6da01f6ea65f00493126ee32b ...

{noformat}
ant test  -Dtestcase=DistribCursorPagingTest -Dtests.method=test 
-Dtests.seed=62CECCCFAC00A40C -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-EC -Dtests.timezone=Africa/Kampala -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

ant test  -Dtestcase=DistribCursorPagingTest -Dtests.method=test 
-Dtests.seed=D0C25AD7E00EA301 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl-SR -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

ant test  -Dtestcase=DistributedIntervalFacetingTest -Dtests.method=test 
-Dtests.seed=D6FFED8B897EFCF1 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=vi-VN -Dtests.timezone=America/Argentina/San_Juan 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

ant test  -Dtestcase=DistributedIntervalFacetingTest -Dtests.method=test 
-Dtests.seed=12CAAD932EBCED92 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=hr-HR -Dtests.timezone=Asia/Dili -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

ant test  -Dtestcase=TestTolerantUpdateProcessorRandomCloud 
-Dtests.method=testRandomUpdates -Dtests.seed=DDDEE8990E59AD3C 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da 
-Dtests.timezone=Australia/Adelaide -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

ant test  -Dtestcase=TestTolerantUpdateProcessorRandomCloud 
-Dtests.method=testSanityRandomUnsetBit -Dtests.seed=55D5DE5250D643CB 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=es-DO -Dtests.timezone=America/Guatemala -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
 ... note: jenkins hit this, but it didn't reproduce for me
{noformat}

I'll move forward with adding {{@SuppressSSL}} to each of these tests linking 
back to this jira.
If anyone wants to investigate this more, that can be replaced with 
{{@RandomizeSSL(1.0)}} to force both SSL + clientAuth usage.



> Test OOMs when ssl + clientAuth
> -------------------------------
>
>                 Key: SOLR-9182
>                 URL: https://issues.apache.org/jira/browse/SOLR-9182
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> the combination of SOLR-9028 fixing SSLTestConfig to actually pay attention 
> to clientAuth setting, and SOLR-9107 increasing the odds of ssl+clientAuth 
> being tested has helped surface some more tests that seem to fairly 
> consistently trigger OOM when running with SSL+clientAuth.
> I'm not sure if there is some underlying memory leak somewhere in the SSL 
> code we're using, or if this is just a factor of increased request/response 
> size when using (double) encrypted requests, but for now I'm just focusing on 
> opening a tracking issue for them and suppressing SSL in these cases with a 
> link here to clarify *why* we're suppressing SSL.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to