20180306 1.make fun=p //编译生成生产者程序 tensor_producer 2.make fun=c //编译生成消费者程序 tensor_consumer 20180307 1.生成maat_redis.conf 命令 cat maat_redis.conf |awk '{print ($1"\t"$2"\t"$3"\t"$4-2)}' >> maat_redis2.conf cat full_config_index.0000006587 |awk 'NR >1 { print (NR-2"\t"$1"\t""plugin""\t"$5-2)}' >>maat_redis.conf 20180309 1.修改校验错或者写入redis出错是版本变更增加 2.遗留问题: 消费者第一次启动时重命名index文件逻辑有问题,缺少版本结束通知 3.maat_redis.conf 中有表无数据时可能影响后续的配置下发 20180809 1.CONSUMER下添加write_null_index_file配置项,决定是否写空的Index文件 2.第一次启动将full目录下full_config_index在inc目录建符号链接