Description
CBS Version : 5.5.5-4505, 6.0.2-2407, 6.5.0-3394
SGW Version : 2.5.0-271
Steps to reproduce :
- Enable bucket compression on Couchbase Server
- Start Sync Gateway with shared_bucket_access=enabled, import=true
- Add a document to the bucket with a short expiry.
- Document will be imported as rev 1- by Sync Gateway
- Wait for document to expire
- Document should be imported as tombstone rev 2-
- Get the raw doc from Sync Gateway.
Actual :
Getting 500 Internal error
Expected :
Should get raw doc successfully
CBS logs : cbcollect_kv_500.zip
SGW logs: sgcollect_kv_500.zip
This is subsequent bug for https://issues.couchbase.com/browse/MB-34346