You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Daniel Kuppitz (JIRA)" <ji...@apache.org> on 2019/01/04 20:19:00 UTC

[jira] [Created] (TINKERPOP-2126) TraverserSet's toString() is no thread-safe

Daniel Kuppitz created TINKERPOP-2126:
-----------------------------------------

             Summary: TraverserSet's toString() is no thread-safe
                 Key: TINKERPOP-2126
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2126
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
            Reporter: Daniel Kuppitz
            Assignee: Daniel Kuppitz


{{TraverserSet::toString()}} is not thread-safe as it uses an iterator on the internal map, which could concurrently be modified (most likely in OLAP environments).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)