未验证 提交 74eafaed 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #7325 from taosdata/feature/TD-6012-master

[TD-6012]<fix>: fixed no sql recordings via http while httpEnableRecordSql was on
...@@ -166,7 +166,6 @@ int32_t dnodeInitSystem() { ...@@ -166,7 +166,6 @@ int32_t dnodeInitSystem() {
taosInitGlobalCfg(); taosInitGlobalCfg();
taosReadGlobalLogCfg(); taosReadGlobalLogCfg();
taosSetCoreDump(); taosSetCoreDump();
taosInitNotes();
dnodeInitTmr(); dnodeInitTmr();
if (dnodeCreateDir(tsLogDir) < 0) { if (dnodeCreateDir(tsLogDir) < 0) {
...@@ -188,6 +187,8 @@ int32_t dnodeInitSystem() { ...@@ -188,6 +187,8 @@ int32_t dnodeInitSystem() {
dInfo("start to initialize TDengine"); dInfo("start to initialize TDengine");
taosInitNotes();
if (dnodeInitComponents() != 0) { if (dnodeInitComponents() != 0) {
return -1; return -1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册