<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Aug 23, 2017 at 1:18 PM O'Dowd, Josh <<a href="mailto:Josh.O%27Dowd@mso.umt.edu">Josh.O'Dowd@mso.umt.edu</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72"><div class="m_8392327656687594320WordSection1">
<p class="MsoNormal">My question is, in “Redistribute” mode, if the storage piece only writes to one of our 2 nodes, due to a failure on one of them, would a retrieval attempt check both nodes for that session, since our clients are configured to know about
 both nodes?</p></div></div></blockquote><div><br></div><div>No. A node is selected based on a hash function applied to the key; if the selected node is not available, a backup node is selected. If backup node is not available, another backup is chosen and so on until either a functional node is located or there are no more nodes available. The key is written to or read from the first selected node. If an out-of-service node comes back up, it will be selected in preference to a backup and the read will be served from that node. In any case it's a first-one-wins approach.</div><div><br></div><div>Marvin</div><div><br></div></div></div>