开启ASAN选项编译出来的observer启动失败

就是把cmake/Env.cmake文件中的ob_define(OB_USE_ASAN OFF**)改为了ob_define(OB_USE_ASAN ON)**

[root@qwerty run]# obd cluster start test shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory Get local repositories and plugins ok Open ssh connection ok Load cluster param plugin ok Check before start observer ok [WARN] (127.0.0.1) clog and data use the same disk (/) Start observer ok observer program health check ok Connect to observer ok Initialize cluster Cluster bootstrap x Cluster init failed

OB的版本应该是github上的最新版

log在附件里

log.zip (877392 KB)

asan 要改的东西非常多, 当前这个版本还没有完成, 还在继续实现中, 估计要到下一个版本, 才能ok