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

Mark v2.14.0 as breaking due to serialization changes? #216

Closed
timmc-bcov opened this issue Feb 21, 2019 · 1 comment
Closed

Mark v2.14.0 as breaking due to serialization changes? #216

timmc-bcov opened this issue Feb 21, 2019 · 1 comment

Comments

@timmc-bcov
Copy link

Carmine v2.14.0 upgraded Nippy to v2.12.0, which writes data that older versions cannot read. We ran into this when trying to upgrade Carmine from 2.6.2 to 2.19.1—since we have both old and new servers running simultaneously in a green/blue deploy type situation, and both sets are both reading from and writing to the cache, this breaks the old servers.

Our workaround is to version the cache keys and allow the new servers to warm up their "side" of the cache, but I think it would make sense to mark Carmine v2.14.0 as breaking forwards compatibility for older versions reading newer data.

@ptaoussanis
Copy link
Member

Hi there, thanks for the report (and apologies for the trouble!). Will update the CHANGELOG in a moment 👍

ptaoussanis added a commit that referenced this issue May 11, 2019
ptaoussanis added a commit that referenced this issue Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants