[
https://issues.apache.org/jira/browse/TINKERPOP-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2803.
---------------------------------------
Resolution: Fixed
> 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.5.4
> Reporter: Stephen Mallette
> Assignee: Stephen Mallette
> Priority: Major
> Fix For: 3.7.0, 3.6.2, 3.5.5
>
>
> {{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)