摘要: mqbroker if [ -z "$ROCKETMQ_HOME" ] ; then ## resolve links - $0 may be a link to maven's home PRG="$0" # 当前文件名 # need this for relative symlinks whil 阅读全文
posted @ 2021-08-26 21:53 gaojy 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 数据结构 在commitlog中维护了一组MappedFile,属性为MappedFileQueue,具体看一下里面包含哪些字段 public class MappedFileQueue { private static final Logger log = LoggerFactory.getLog 阅读全文
posted @ 2021-08-26 15:09 gaojy 阅读(413) 评论(0) 推荐(0) 编辑