You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2023/01/17 03:10:32 UTC

[GitHub] [rocketmq] ShadowySpirits commented on issue #5890: testPutMessagePositionInfo_buildCQRepeatedly method run error

ShadowySpirits commented on issue #5890:
URL: https://github.com/apache/rocketmq/issues/5890#issuecomment-1384779484

   In my test, the error you describe is caused by the introduction of the following dependency:
   
   ```xml
   <!-- store/pom.xml -->
   <!-- Required by DLedger -->
   <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <scope>test</scope>
   </dependency>
   ```
   
   And shaded log dependency `rocketmq-logback-classic` woks well.
   
   <img width="2408" alt="image" src="https://user-images.githubusercontent.com/32436597/212801047-2ed55d3a-33b6-43e5-8301-d1bafa2d5fbc.png">
   


-- 
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-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org