Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TINKERPOP-1350 Fixed a problem with how timeouts were scheduled in GremlinExecutor #350

Merged
merged 1 commit into from Jul 6, 2016

Conversation

spmallette
Copy link
Contributor

https://issues.apache.org/jira/browse/TINKERPOP-1350

Made timeouts schedule closer to when execution of a script actually occurred. All together, this change helps prevent sessions from locking when submitting multiple parallel requests that have the potential to block.

All good with $ mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests=false

VOTE +1

Made timeouts schedule closer to when execution of a script actually occurred. All together, this change helps prevent sessions from locking when submitting multiple parallel requests that have the potential to block.
@dkuppitz
Copy link
Contributor

dkuppitz commented Jul 6, 2016

VOTE: +1

@okram
Copy link
Contributor

okram commented Jul 6, 2016

VOTE +1

@asfgit asfgit merged commit cd0e58b into tp31 Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants