浏览代码

Merge branch 'candidate-8.4.x'

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 年之前
父节点
当前提交
ce0b060159
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      initfiles/bash/etc/systemd/system/CMakeLists.txt
  2. 1 1
      roxie/ccd/ccddali.cpp

+ 1 - 1
initfiles/bash/etc/systemd/system/CMakeLists.txt

@@ -42,7 +42,7 @@ set(esp "esp" "--daemon %i" "dafilesrv.service")
 set(roxie "roxie" "--topology=RoxieTopology.xml --logfile --restarts=2 --stdlog=0 --daemon %i" "dafilesrv.service")
 set(sasha "saserver" "--daemon %i" "dafilesrv.service")
 set(thor "thormaster_lcr" "--daemon %i MASTER=\${THORMASTER}:\${THORMASTERPORT}" "dafilesrv.service")
-set(thorslave "thorslave_lcr" "--daemon %i master=\${THORMASTER}:\${THORMASTERPORT} slave=.:\${SLAVEPORT} slavenum=\${SLAVENUM} logDir=${LOG_PATH}/\${THORNAME}" "dafilesrv.service")
+set(thorslave "thorslave_lcr" "--daemon %i --master=\${THORMASTER}:\${THORMASTERPORT} --slave=.:\${SLAVEPORT} --slavenum=\${SLAVENUM} --logDir=${LOG_PATH}/\${THORNAME}" "dafilesrv.service")
 set(backupnode "backup.sh" "" "")
 set(toposerver "toposerver" "--daemon %i" "dafilesrv.service")
 

+ 1 - 1
roxie/ccd/ccddali.cpp

@@ -226,7 +226,7 @@ private:
 
     bool checkDaliConnectionValid()
     {
-        CriticalBlock b(daliHelperCrit);
+        CriticalBlock b(daliConnectionCrit);
         if (!isConnected)
             return false;
         try