summary refs log tree commit diff
path: root/changelog.d/7475.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.14.0Brendan Abolivier2020-05-261-1/+0
|
* Have all instances correctly respond to REPLICATE command. (#7475)Erik Johnston2020-05-131-0/+1
Before all streams were only written to from master, so only master needed to respond to `REPLICATE` commands. Before all instances wrote to the cache invalidation stream, but didn't respond to `REPLICATE`. This was a bug, which could lead to missed rows from cache invalidation stream if an instance is restarted, however all the caches would be empty in that case so it wasn't a problem.