panzhi33 commented on issue #3624:
URL: https://github.com/apache/rocketmq/issues/3624#issuecomment-991435610


   This is because org.apache.rocketmq.client.producer.RequestFutureHolder is a 
singleton class. If all the test cases are executed together, the thread pool 
in RequestFutureHolder will be closed after the execution of @After 
pushConsumer.shutdown() after the completion of the first test case, the 
following test cases will have this exception, and a single test is normal of. 
Now I modify @After to @AfterClass


-- 
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