You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/10 14:43:00 UTC

[jira] [Commented] (TINKERPOP-2126) TraverserSet's toString() is not thread-safe

    [ https://issues.apache.org/jira/browse/TINKERPOP-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739464#comment-16739464 ] 

ASF GitHub Bot commented on TINKERPOP-2126:
-------------------------------------------

asfgit commented on pull request #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe
URL: https://github.com/apache/tinkerpop/pull/1035
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> TraverserSet's toString() is not thread-safe
> --------------------------------------------
>
>                 Key: TINKERPOP-2126
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2126
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>            Reporter: Daniel Kuppitz
>            Assignee: Daniel Kuppitz
>            Priority: Major
>
> {{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)