Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
ClassHierarchy wraps MonotonicTreeMap as an internal data structure. Currently it has a lock for adding a node. However, if a threading is adding a node while another thread is iterating the children, that could cause issue. We should make read thread safe as well.