[
https://issues.apache.org/jira/browse/TINKERPOP-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16575215#comment-16575215
]
ASF GitHub Bot commented on TINKERPOP-1342:
-------------------------------------------
GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/910
TINKERPOP-1342 Allow for more per-request options in Java driver
https://issues.apache.org/jira/browse/TINKERPOP-1342
Deprecated a couple of overloads of `Client.submit()` as they seem clumsy
now given that we have the nicer `RequestOptions`. Now with `RequestOptions`
users can submit a per-request script timeout as well as other settings.
Builds with `mvn clean install && mvn verify -pl gremlin-server
-DskipIntegrationTests=false`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/910.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #910
----
----
> Allow setting scriptEvaluationTimeout in driver
> -----------------------------------------------
>
> Key: TINKERPOP-1342
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1342
> Project: TinkerPop
> Issue Type: Improvement
> Components: driver
> Affects Versions: 3.1.2-incubating
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
> Labels: deprecation
>
> Allow this setting to be applied in the driver somehow so as to give the user
> the ability to override the server setting in the request.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)