Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0
-
Security Level: Public
-
CBG Sprint 116
-
3
Description
When a PUSH replication is ongoing, and an api call is made to take the database offline, the AccessLock at https://github.com/couchbase/sync_gateway/blob/master/db/database.go#L991 is never released, leading the /_offline call to run indefinitely and not return a response.