Переглянути джерело

Merge pull request #10709 from jakesmith/hpcc-11696

HPCC-11696 Suppress false update of new 'spares' clusters

Reviewed-By: Mark Kelly <mark.kelly@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 роки тому
батько
коміт
df28a24619
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      dali/base/dadfs.cpp

+ 1 - 1
dali/base/dadfs.cpp

@@ -9466,7 +9466,7 @@ class CInitGroups
                 }
             }
         }
-        if (!existingClusterGroup || (!matchExisting && !matchOldEnv))
+        if ((!existingClusterGroup && (grp_thorspares != groupType)) || (!matchExisting && !matchOldEnv))
         {
             VStringBuffer msg("New cluster layout for cluster %s", gname.str());
             WARNLOG("%s", msg.str());