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

Daniel Kuppitz commented on TINKERPOP-1441:
-------------------------------------------

Right, it's been like that in 3.1. Maybe we could use {{LazyBarrierStrategy}} 
to add {{.barrier()}}'s prior each {{ReducingBarrierStep}} if bulking is set to 
{{false}}..? Just a thought; maybe the result is not really "unpredictable" and 
makes sense for some use-cases.

> Wrong counts with bulking disabled
> ----------------------------------
>
>                 Key: TINKERPOP-1441
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1441
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.2.2
>            Reporter: Daniel Kuppitz
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.2.3
>
>
> {code}
> gremlin> g = TinkerFactory.createModern().traversal()
> ==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
> gremlin> g.withBulk(false).V().repeat(both()).times(5)
> ==>v[3]
> ==>v[2]
> ==>v[4]
> ==>v[5]
> ==>v[1]
> ==>v[6]
> gremlin> g.withBulk(false).V().repeat(both()).times(5).count()
> ==>12
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to