wendyxiao opened a new issue #1324: rocketmq-dledger model : ExpiredFile are not deleted byTime URL: https://github.com/apache/rocketmq/issues/1324 **BUG REPORT** 1. Please describe the issue you observed: the ScheduleTask of cleanFilesPeriodically failed : disk space will be full soon, but delete file failed when change to dledger model - What did you do (The steps to reproduce)? the broker config file eg : storePathRootDir=../store storePathCommitLog=../store/commitlog dLegerSelfId=n1 enableDLegerCommitLog=true - What did you expect to see? What did you see instead? the commitlog file will be the path of "../store/commitlog", but actually the commitlog file in the path of "../store/dledger-n1/data/ . so the ScheduleTask of cleanFilesPeriodically delete the files fails . the config of storePathCommitLog is not used .
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
