瀏覽代碼

Merge pull request #13718 from richardkchapman/wssmc

HPCC-23996 soapcall to wsSMC locking up

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 5 年之前
父節點
當前提交
050df091bf
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      esp/smc/SMCLib/InfoCacheReader.cpp

+ 0 - 2
esp/smc/SMCLib/InfoCacheReader.cpp

@@ -27,7 +27,6 @@ bool CInfoCache::isCachedInfoValid(unsigned timeOutSeconds)
 
 
 void CInfoCacheReaderThread::threadmain()
 void CInfoCacheReaderThread::threadmain()
 {
 {
-#ifndef _CONTAINERIZED
     PROGLOG("CInfoCacheReaderThread %s started.", name.get());
     PROGLOG("CInfoCacheReaderThread %s started.", name.get());
     unsigned int autoRebuildMillSeconds = 1000*autoRebuildSeconds;
     unsigned int autoRebuildMillSeconds = 1000*autoRebuildSeconds;
     while (!stopping)
     while (!stopping)
@@ -73,5 +72,4 @@ void CInfoCacheReaderThread::threadmain()
             waiting.compare_exchange_strong(expected, false);
             waiting.compare_exchange_strong(expected, false);
         }
         }
     }
     }
-#endif
 }
 }