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

Does the $deleted stream obey the metadata settings? #142

Open
jcannata opened this issue Aug 17, 2018 · 1 comment
Open

Does the $deleted stream obey the metadata settings? #142

jcannata opened this issue Aug 17, 2018 · 1 comment
Labels

Comments

@jcannata
Copy link

I am using version 1.1.2.
I have a stream which I write to ($checkpoint) in which I have set its metadata to MaxCount 100.
I have set the $deleted stream's MaxCount to 10.
I see the metadata entries in the Streams table with the correct values.

As I write to $checkpoint, it only records 100 rows as expected however the $deleted stream continually grows.

I have not debugged it but it looks like DeleteEventInternal creates new entries in the $deleted stream but does not act on the returned MsSqlAppendResult to trim any overflow.

@damianh damianh added the bug label Nov 7, 2018
@damianh
Copy link
Member

damianh commented Nov 7, 2018

Sorry for delay in responding. Marking as bug, will take a look at shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants