Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1138

Improve messaging on server timeouts

    XMLWordPrintableJSON

Details

    Description

      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)

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: