Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-4484

[backport] Workaround for hung db.close()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 3.1.1
    • 3.1.0
    • Java, Java-Android
    • Security Level: Public
    • JAK 107
    • 1

    Description

      There is a workaround for the bug described in CBL-4435 that should go into the 3.1.1 release. It is not a fix but it should mitigate the problem until Beryllium goes out.

      public void close() {
          getDatabase().removeActiveReplicator(this);
          super.close();
      }
      

      Attachments

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

        Activity

          People

            blake.meike Blake Meike
            blake.meike Blake Meike
            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