sync_gateway icon indicating copy to clipboard operation
sync_gateway copied to clipboard

CBG-3855: Sequence range removal support

Open gregns1 opened this issue 9 months ago • 0 comments

CBG-3855

  • Addition of support for removal of a given sequence range from the skipped sequence slice
  • Note: RemoveSequences function this is hooked up to doesn't actually get called yet, this will be properly hooked up to cache with the work in CBG-3850

Pre-review checklist

  • [ ] Removed debug logging (fmt.Print, log.Print, ...)
  • [ ] Logging sensitive data? Make sure it's tagged (e.g. base.UD(docID), base.MD(dbName))
  • [ ] Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Integration Tests

  • [ ] GSI=true,xattrs=true https://jenkins.sgwdev.com/job/SyncGateway-Integration/000/

gregns1 avatar May 01 '24 15:05 gregns1