Results 9 comments of brown

又跑了两遍,并没有出现这个问题。成功跑完load的流程。go version为1.21.5,os为ubuntu 22.04.3 https://github.com/matrixorigin/mo-nightly-regression/actions/runs/7473592676 https://github.com/matrixorigin/mo-nightly-regression/actions/runs/7474357006/job/20340694720 然后观察上午binary search时启动的mo集群的日志,发现在失败的时候一个cn pod发生了段错误 日志:http://175.178.192.213:30088/explore?panes=%7B%22LwR%22:%7B%22datasource%22:%22loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bnamespace%3D%5C%22mo-nightly-regression-20240110%5C%22,%20pod%3D%5C%22nightly-regression-dis-tp-cn-2lfjb%5C%22%7D%22,%22queryType%22:%22range%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22loki%22%7D,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%221704864342196%22,%22to%22:%221704864559196%22%7D%7D%7D&schemaVersion=1&orgId=1 @nnsgmsone 帮忙看看呢

Also appears in the tke distributed environment. https://github.com/matrixorigin/matrixone/actions/runs/6607668925/job/17945703665

reproduced in distributed mode: https://github.com/matrixorigin/ci-test/actions/runs/9013592567/job/24764834712

> @guguducken Could you please use the latest version v1.0.7? I have added some logs to explain why the review did not succeed. I use version v1.0.7 in my private...

help me, bro@anc95 https://github.com/guguducken/matrixone/actions/runs/5090825047/jobs/9150120536?pr=6

sorry for reply so late, this is a bug,the reason is the trigger event is pull_request but that cannot read secrets, so I use pull_request_target to replace it. And this...