-
Notifications
You must be signed in to change notification settings - Fork 770
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
best effort writer never releases cache changes #39
Comments
One fix for this is to edit |
Hello @liamstask |
@SantiagoMunoz - great! Has this fix already been pushed? |
@liamstask We are aiming to release a new version in the next few days, I will keep you updated :) |
New version is available on master. Cheers! |
publisher config:
subscriber config:
After 50 samples (i.e.
allocated_samples
for the publisher) are written through the publisher, all subsequent writes fail and I see the following messages logged:I never see
CacheChangePool::release_Cache()
called for this writer.I have a local change to
StatelessWriter::clean_history()
to return true (per #34) to allow the writer to even attempt writing in the first place.The text was updated successfully, but these errors were encountered: