yao-wenbin opened a new issue, #7042:
URL: https://github.com/apache/rocketmq/issues/7042

   ### Before Creating the Bug Report
   
   - [X] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [X] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   macos 13.1 (22C65) m1 and Windows10 22H2 64bit
   
   ### RocketMQ version
   
   develop
   
   ### JDK Version
   
   both zuul jdk8 and oracle jdk8 and openjdk8 will produce the exception.
   
   ### Describe the Bug
   
   When Github run maven-compile(macos-latest,JDK-8) Job for PR #7037, It throw 
one errors in org.apache.rocketmq.remoting.TlsTest ,and then maven-compile job 
will failed. 
   You can see the detail in [Failed Action 
Summary](https://github.com/apache/rocketmq/actions/runs/5585136736)
   <img width="1143" alt="image" 
src="https://github.com/apache/rocketmq/assets/67348866/b02644ad-d05a-445f-ae06-ef97b0da470f";>
   
   Because the serverRejectsSSLClient test case in TlsTest will throw a 
TooLongFrameException: Adjusted frame length exceeds 16777216: 369296133 - 
discarded.
   
   <img width="1767" alt="image" 
src="https://github.com/apache/rocketmq/assets/67348866/e734229c-1301-48ab-862d-aae7b038a409";>
   
   
   
   
   ### Steps to Reproduce
   
   In MacOS run the test in 
org.apache.rocketmq.remoting.TlsTest#serverRejectsSSLClient
   
   ### What Did You Expect to See?
   
   Github Actions' maven-compile(macos-latest,JDK-8) will run successfully.
   
   ### What Did You See Instead?
   
   fix the org.apache.rocketmq.remoting.TlsTest#serverRejectsSSLClient Test.
   
   ### Additional Context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to