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)