You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We maintain a property in the Writer that a call to Writer.Close is idempotent. However, it will be cleaner to audit the cases where Close can be called more than once, and get rid of them.
The text was updated successfully, but these errors were encountered:
bananabrick
added
the
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
label
Jan 31, 2022
bananabrick
changed the title
Audit cases where the sstable Writer is closed twice
.*: Audit cases where the sstable Writer is closed twice
Jan 31, 2022
We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB!
We've seen some cases where the sstable writer is closed twice:
See,
#75717
#75687
#75691
We maintain a property in the Writer that a call to
Writer.Close
is idempotent. However, it will be cleaner to audit the cases whereClose
can be called more than once, and get rid of them.Jira issue: CRDB-12814
The text was updated successfully, but these errors were encountered: