Skip to:
There is a workaround for the bug described in https://couchbasecloud.atlassian.net/browse/CBL-4435#icft=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(); }
There is a workaround for the bug described in https://couchbasecloud.atlassian.net/browse/CBL-4435#icft=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(); }