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

TinkerGraphComputer should support the user specified thread/worker count.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.1-incubating
    • 3.1.0-incubating
    • process, tinkergraph
    • None

    Description

      This ticket is related to TINKERPOP3-391.

      Right now TinkerGraphComputer does this:

      TinkerWorkerPool workers = new TinkerWorkerPool(Runtime.getRuntime().availableProcessors())
      

      This needs to be more like this:

      TinkerWorkerPool workers = new TinkerWorkerPool(configuration.getInt("gremlin.graphComputer.workerCount",Runtime.getRuntime().availableProcessors())
      

      Attachments

        Activity

          People

            okram Marko A. Rodriguez
            okram Marko A. Rodriguez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: