Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2803

Incorrect count() with sample() in TinkerGraph

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.5.4
    • 3.7.0, 3.6.2, 3.5.5
    • tinkergraph
    • None

    Description

      TinkerGraphCountStrategy isn't dealing with CollectingBarrierStep properly:

      gremlin> g.V().sample(2)
      ==>v[3]
      ==>v[5]
      gremlin> g.V().sample(2).count()
      ==>6
      

      Attachments

        Issue Links

          Activity

            People

              spmallette Stephen Mallette
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: