Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBG-3271 remove persistent rosmar buckets #6570

Merged
merged 3 commits into from
Nov 17, 2023
Merged

CBG-3271 remove persistent rosmar buckets #6570

merged 3 commits into from
Nov 17, 2023

Conversation

torcolvin
Copy link
Collaborator

  • rosmar now supports persisting in memory buckets, so keep the buckets in memory until the buckets are closed. This eliminates NoCloseClone in many cases. Another PR might be able to remove even more of these.
  • this is prep for being able to run a bootstrap connection.

couchbase/sg-bucket#110
couchbaselabs/rosmar#16

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

Dependencies (if applicable)

  • Link upstream PRs
  • Update Go module dependencies when merged

Integration Tests

- rosmar now supports persisting in memory buckets, so keep the buckets
  in memory until the buckets are closed. This eliminates NoCloseClone
  in many cases. Another PR might be able to remove even more of these.
- this is prep for being able to run a bootstrap connection.
@adamcfraser
Copy link
Collaborator

LGTM - can merge once the rosmar changes go in and go.mod gets updated.

adamcfraser
adamcfraser previously approved these changes Nov 16, 2023
@torcolvin torcolvin merged commit e287e05 into master Nov 17, 2023
29 of 30 checks passed
@torcolvin torcolvin deleted the CBG-3271 branch November 17, 2023 07:42
bbrks pushed a commit that referenced this pull request Mar 28, 2024
* CBG-3271 remove persistent rosmar buckets

- rosmar now supports persisting in memory buckets, so keep the buckets
  in memory until the buckets are closed. This eliminates NoCloseClone
  in many cases. Another PR might be able to remove even more of these.
- this is prep for being able to run a bootstrap connection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants