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

Chris M. Hostetter commented on SOLR-13778:
-------------------------------------------

{quote}Should I reopen the JDK bug report?
{quote}

I don't know for certain that that JDK-8209333 is the problem we are seeing – 
particularly since (AFAICT) we're seeing the same basic problem (w/slightly 
differently worded error messages) on JDK13.  It was just my best guess at the 
time.

Since i can't reproduce it locally, I have no clue how to go about trying to 
createa test case to file a new JDK jira.

The only things i know for certain are:
* the _*only*_ times we see either the SSLException, or the root cause of the 
reported SSLException, in any jenkins failure log is from your Windows VM.
* these SSLExceptions acount for ~25% of all of our jenkins build failures, and 
~66% of all windows jenkins build failures
** (they occur in the logs for 14/55 failed builds, 14/21 failed windows builds 
-- but sometimes we might be seeing multiple test failures from these 
exceptions in a single build, and other times we might be seeing unrelated 
failures from other tests in the same builds as a test that failed for this 
reason)


> Windows JDK SSL Test Failure trend: SSLException: Software caused connection 
> abort: recv failed
> -----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-13778
>                 URL: https://issues.apache.org/jira/browse/SOLR-13778
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Chris M. Hostetter
>            Priority: Major
>
> Now that Uwe's jenkins build has been correctly reporting it's build results 
> for my [automated 
> reports|http://fucit.org/solr-jenkins-reports/failure-report.html] to pick 
> up, I've noticed a pattern of failures that indicate a definite problem with 
> using SSL on Windows (even with java 11.0.4
>  )
>  The symptommatic stack traces all contain...
> {noformat}
> ...
>    [junit4]    > Caused by: javax.net.ssl.SSLException: Software caused 
> connection abort: recv failed
>    [junit4]    >        at 
> java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
> ...
>    [junit4]    > Caused by: java.net.SocketException: Software caused 
> connection abort: recv failed
>    [junit4]    >        at 
> java.base/java.net.SocketInputStream.socketRead0(Native Method)
> ...
> {noformat}
> I suspect this may be related to 
> [https://bugs.openjdk.java.net/browse/JDK-8209333] but i have no concrete 
> evidence to back this up.
> I'll post some details of my analysis in comments...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to