Show documents that might be around after N1QL emptying fails #6624
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In some weekly-jenkins runs we see errors like:
You can see here that it has gone on for 61 times and is fact growing documents. https://jenkins.sgwdev.com/job/weekly-matrix/BACKING_STORE=enterprise-7.1.6,QUERY_PROVIDER=gsi-default-collection,SYNC_STORE=inline,label=sgw-amazon-linux2023/100/
In this case, the test that seems to be leaking is:
TestDbConfigPersistentSGVersions
and I have to imagine that is config files that are leaking but I don't see how this test is potentially leaking goroutines. Note, I'm modifying this test in #6622 to make it work with rosmar.Tested by removing N1QL delete in bucketReadier and making sure we get a better log message.
Pre-review checklist
fmt.Print
,log.Print
, ...)base.UD(docID)
,base.MD(dbName)
)docs/api