diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-07-20 07:41:47 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-07-20 07:41:47 -0700 |
commit | ac40f2191caa638603d51bd776f14cfd68abf2c6 (patch) | |
tree | b842ee821a666218784a95406d088fc2773136ed | |
parent | f94aea8119bdf5b894c4d9a29e678c3c3594b490 (diff) | |
download | infinitytier-ac40f2191caa638603d51bd776f14cfd68abf2c6.tar.gz infinitytier-ac40f2191caa638603d51bd776f14cfd68abf2c6.zip |
.
-rw-r--r-- | node/Topology.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp index 7c526b41..a1b66ac7 100644 --- a/node/Topology.cpp +++ b/node/Topology.cpp @@ -382,6 +382,8 @@ void Topology::doPeriodicTasks(void *tPtr,int64_t now) } } + // Temporarily disable path cleanup to test hypothesis about periodic threading issues as reported by Keysight. +/* { Mutex::Lock _l(_paths_m); Hashtable< Path::HashKey,SharedPtr<Path> >::Iterator i(_paths); @@ -392,6 +394,7 @@ void Topology::doPeriodicTasks(void *tPtr,int64_t now) _paths.erase(*k); } } +*/ } void Topology::_memoizeUpstreams(void *tPtr) |