Skip to content

Fix read repair in a mixed cluster environment#1860

Merged
davisp merged 1 commit intomasterfrom
fix-read-repair
Jan 14, 2019
Merged

Fix read repair in a mixed cluster environment#1860
davisp merged 1 commit intomasterfrom
fix-read-repair

Conversation

@davisp
Copy link
Copy Markdown
Member

@davisp davisp commented Jan 14, 2019

This enables backwards compatbility with nodes still running the old
version of fabric_rpc when a cluster is upgraded to master. This has no
effect once all nodes are upgraded to the latest version.

This enables backwards compatbility with nodes still running the old
version of fabric_rpc when a cluster is upgraded to master. This has no
effect once all nodes are upgraded to the latest version.
Copy link
Copy Markdown
Contributor

@nickva nickva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

(Also for reference previous "old" nodes' fabric_rpc handling code:

case proplists:get_value(replicated_changes, Options) of
true ->
X = replicated_changes;
)

@davisp davisp merged commit c6b095b into master Jan 14, 2019
@davisp davisp deleted the fix-read-repair branch January 14, 2019 23:46
@davisp davisp mentioned this pull request Jan 15, 2019
3 tasks
@wohali wohali mentioned this pull request Feb 7, 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

Successfully merging this pull request may close these issues.

2 participants