-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Description
Looking at batch code, it using an activeCommits int
and size int
counters very liberally all over the place. Calling Add(), at the same time as Commit()
seems likely to trigger weird side effects: i.e. size reset to 0 when it should not, or activeCommits
potentially going on the negative.
Metadata
Metadata
Assignees
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature