فهرست منبع

HPCC-23996 soapcall to wsSMC locking up

Some rather important code was temporarity disabled...

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 سال پیش
والد
کامیت
b963c6d763
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()
 {
-#ifndef _CONTAINERIZED
     PROGLOG("CInfoCacheReaderThread %s started.", name.get());
     unsigned int autoRebuildMillSeconds = 1000*autoRebuildSeconds;
     while (!stopping)
@@ -73,5 +72,4 @@ void CInfoCacheReaderThread::threadmain()
             waiting.compare_exchange_strong(expected, false);
         }
     }
-#endif
 }