Uploaded image for project: 'Java Couchbase JVM Core'
  1. Java Couchbase JVM Core
  2. JVMCBC-1065

Make RetryReason.allowsNonIdempotentRetry() public

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 2.2.6
    • None
    • None
    • None
    • Release Note
    • 1

    Description

      The Couchbase docs say:

      You can check if a request is idempotent through the idempotent() getter, and also check if the RetryReason allows for non-idempotent retry through the allowsNonIdempotentRetry() getter

      But RetryReason.allowsNonIdempotentRetry() is package protected, making it difficult to call from user code.

      Suggested release note text: RetryReason.allowsNonIdempotentRetry() is now public, so you can call it from a custom RetryStrategy.

      Attachments

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

        Activity

          People

            david.nault David Nault
            david.nault David Nault
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty