yp969803 opened a new issue, #7590: URL: https://github.com/apache/rocketmq/issues/7590
### 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 ubuntu 20.04 ### RocketMQ version develop ### JDK Version _No response_ ### Describe the Bug failed detail : ``` java.lang.IllegalStateException: Recursive update at org.apache.rocketmq.common.utils.ConcurrentHashMapUtilsTest.lambda$3(ConcurrentHashMapUtilsTest.java:39) at org.apache.rocketmq.common.utils.ConcurrentHashMapUtilsTest.computeIfAbsent(ConcurrentHashMapUtilsTest.java:39) ``` ### Steps to Reproduce by running ``` mvn test ``` ### What Did You Expect to See? Test should pass ### What Did You See Instead? ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project rocketmq-common: There are test failures. ``` ### 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org