You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2016/02/08 20:16:39 UTC

[jira] [Created] (TINKERPOP-1138) Improve messaging on server timeouts

stephen mallette created TINKERPOP-1138:
-------------------------------------------

             Summary: Improve messaging on server timeouts
                 Key: TINKERPOP-1138
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1138
             Project: TinkerPop
          Issue Type: Improvement
          Components: server
    Affects Versions: 3.1.0-incubating
            Reporter: stephen mallette
            Assignee: stephen mallette
            Priority: Minor
             Fix For: 3.1.2-incubating


There are several timeouts that Gremlin Server can encounter and the current messages that users receive don't always make it clear which one was raised, which then makes it hard to figure out how to resolve the exception.

Improve logging and returned messages for these three settings:

* {{scriptEvaluationTimeout}} - how long a script can be eval'd for
* {{serializedResponseTimeout}} - how long the result of a script can iterate/serialize for
* config to {{TimedInterruptCustomizerProvider}} - how long loops internal to a script can iterate for (related to {{scriptEvaluationTimeout}} in a sense as it times something similar)



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