[ 
https://issues.apache.org/jira/browse/TINKERPOP-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Mallette closed TINKERPOP-2803.
---------------------------------------
    Fix Version/s: 3.7.0
                   3.6.2
       Resolution: Fixed

Committed as CTR: 
https://github.com/apache/tinkerpop/commit/ed8e38a9cff80affcd79ebb3fccadc340498713d

> Incorrect count() with sample() in TinkerGraph
> ----------------------------------------------
>
>                 Key: TINKERPOP-2803
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2803
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: tinkergraph
>    Affects Versions: 3.6.1
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Major
>             Fix For: 3.7.0, 3.6.2
>
>
> {{TinkerGraphCountStrategy}} isn't dealing with {{CollectingBarrierStep}} 
> properly:
> {code}
> gremlin> g.V().sample(2)
> ==>v[3]
> ==>v[5]
> gremlin> g.V().sample(2).count()
> ==>6
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to