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

Marko A. Rodriguez closed TINKERPOP3-829.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.0-incubating

This has been fixed. The entire thread model of {{TinkerGraphComputer}} was 
redone.

> TinkerGraphComputer should support the user specified thread/worker count.
> --------------------------------------------------------------------------
>
>                 Key: TINKERPOP3-829
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-829
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: process, tinkergraph
>    Affects Versions: 3.0.1-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.1.0-incubating
>
>
> This ticket is related to TINKERPOP3-391.
> Right now {{TinkerGraphComputer}} does this:
> {code}
> TinkerWorkerPool workers = new 
> TinkerWorkerPool(Runtime.getRuntime().availableProcessors())
> {code}
> This needs to be more like this:
> {code}
> TinkerWorkerPool workers = new 
> TinkerWorkerPool(configuration.getInt("gremlin.graphComputer.workerCount",Runtime.getRuntime().availableProcessors())
> {code}



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

Reply via email to