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

lookupInAnyReplica raising DocumentUnretrievableException when it shouldn't

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • None
    • None
    • 1
    • SDK02: V.Search, maxTTL=-1

    Description

      This code:

      String docId = UUID.randomUUID().toString();
      collection.upsert(docId, JsonObject.create());
       
      LookupInReplicaResult result = collection
        .lookupInAnyReplica(docId, CbCollections.listOf(get("bad..path"))); 

      Results in a DocumentUnretrievableException being raised when AFAICT it shouldn't.

      (This was another one caught by FIT, so thank you again Matthew Bray )

      As part of fixing, please re-enable the tests I've temporarily @IgnoreWhen-ed in FIT in https://review.couchbase.org/c/transactions-fit-performer/+/195104.

      Attachments

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

        Activity

          People

            graham.pople Graham Pople
            graham.pople Graham Pople
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty