<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Distributed-Systems on Kailun's Blog</title><link>https://elated-hopper-5c0cb3.netlify.app/tags/distributed-systems/</link><description>Recent content in Distributed-Systems on Kailun's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 29 Jan 2021 11:09:50 -0800</lastBuildDate><atom:link href="https://elated-hopper-5c0cb3.netlify.app/tags/distributed-systems/index.xml" rel="self" type="application/rss+xml"/><item><title>Very Brief Q&amp;A on Raft</title><link>https://elated-hopper-5c0cb3.netlify.app/posts/raft/</link><pubDate>Fri, 29 Jan 2021 11:09:50 -0800</pubDate><guid>https://elated-hopper-5c0cb3.netlify.app/posts/raft/</guid><description>&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;A year ago (how time flies!) I got to learn Raft when trying to finish &lt;a href="http://nil.csail.mit.edu/6.824/2018/schedule.html"&gt;a distributed system course&lt;/a&gt; made by MIT. It&amp;rsquo;s overall a consensus algorithem targeting strong consistency, and it&amp;rsquo;s designed for understandability and the ease for implementation. Recently there&amp;rsquo;s a need to review it again and I&amp;rsquo;m making this post so that I don&amp;rsquo;t forget as fast in the future.&lt;/p&gt;
&lt;h1 id="resources"&gt;Resources&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://raft.github.io/raft.pdf"&gt;Raft paper&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://thesecretlivesofdata.com/raft/"&gt;A nice visualization on Raft concepts&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Pictures used for illustration in this post are gratefully borrowed from the resources above.&lt;/p&gt;</description></item></channel></rss>