kuchaguangjie edited a comment on issue #2667: URL: https://github.com/apache/rocketmq/issues/2667#issuecomment-893279268
> > @maixiaohai 就是按照 官方文档 步骤来的: > > https://rocketmq.apache.org/docs/quick-start/ > > 启动 broker 前 需要 手工创建 2个目录 才能 不 一直 报错: > > ``` > > mkdir -p ~/store/commitlog/ > > mkdir -p ~/store/consumequeue/ > > ``` > > > > > > > > > > > > > > > > > > > > > > > > 如果 实际步骤 和 文档 不符, 请 更新 文档 说明. > > 我本地测试了一下,这个报错不影响使用,程序默认会创建目录; > 另外,官方文档里直接启动的不是 DLedger 的部署模式 我不知道 什么是 DLedger 模式, 按照 文档 启动就会报错, 也并没有 创建 相应 目录, 必须 手工 创建 才不报错. 报错就 无法启动成功, 也无法正常使用. 退一步说, 就算 哪个报错 真的不影响 使用, 也是 bug, 没必要 给用户 带来 困惑. -- 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]
