Skip to content
Snippets Groups Projects
Commit f516f405 authored by Danny Auble's avatar Danny Auble
Browse files

Restore protocol version of a node on a reconfig. If this doesn't happen

and a node is older it will stop communicating completely.
parent 6c5bf91a
No related branches found
No related tags found
No related merge requests found
......@@ -1309,6 +1309,7 @@ static int _restore_node_state(int recover,
}
node_ptr->last_response = old_node_ptr->last_response;
node_ptr->protocol_version = old_node_ptr->protocol_version;
/* make sure we get the old state from the select
* plugin, just swap it out to avoid possible memory leak */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment