<div dir="ltr">Hello,<div>If I have the following config</div><div><br></div><div><div style="font-size:12.8px"><span style="font-size:12.8px">upstream ImageCluster  {</span><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">  server 10.1.1.1;</span><br></div><div style="font-size:12.8px">  server 10.1.1.2;</div><div style="font-size:12.8px"><span style="font-size:12.8px">  server 10.1.1.3;</span><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">  hash $cachekey consistent;</div><div style="font-size:12.8px">}</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">and wish to swap 10.1.1.3 to 10.1.1.5</div><div style="font-size:12.8px">would it be better to delete 10.1.1.3, restart and wait for the hash keys to update,</div><div style="font-size:12.8px">add 10.1.1.5 and then restart,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">or just delete and swap 10.1.1.3 with 10.1.1.5 all at once?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Also do you think it's a good strategy to add weightings so I can slowly decrease the weightings value and restart nginx serveral times until the weighting becomes 0, so that it will slowly change the keys?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thank you.</div></div>