Uploaded image for project: 'Spymemcached Java Client'
  1. Spymemcached Java Client
  2. SPY-173

add node level logging to OperationFuture.get()

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Critical
    • .next
    • 2.11.2
    • None
    • Security Level: Public
    • None

    Description

      On the synchronous get() we have added logging that will give additional data as so:

      catch (TimeoutException e)

      { throw new OperationTimeoutException("Timeout waiting for value: " + buildTimeoutMessage(operationTimeout, TimeUnit.MILLISECONDS), e); }

      However in OperationFuture's get() method, we don't have similar logging. I don't know how hard it would be to add since it may not be in context, but it would be very useful when looking at a report from a user.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            ingenthr Matt Ingenthron
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty