Solving distributed systems challenges in Rust

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.ค. 2024
  • In this stream we work through the fly.io distributed systems challenges (fly.io/dist-sys/) in Rust, and solve all the way up to challenge 3c.
    You can find the code at github.com/jonhoo/rustengan.
    0:00:00 Introduction
    0:05:57 Maelstrom protocol and echo challenge
    0:41:34 Unique ID generation
    1:00:08 Improving initialization
    1:31:10 Single-node broadcast
    1:50:28 Multi-node broadcast and gossip
    2:49:15 Don't send all values
    2:57:39 Improve efficiency of gossip
    Live version with chat: th-cam.com/users/liveUgf-EgWBExs
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 111

  • @user-ko4fi2sv2i
    @user-ko4fi2sv2i ปีที่แล้ว +121

    Still the best Rust related stuff! Really appreciate what you are doing!

  • @Funcijej
    @Funcijej ปีที่แล้ว +53

    I hope you do more of these, especially with diagramming. It really helped to visualize the problems you were solving.

  • @ozturkberkayy
    @ozturkberkayy ปีที่แล้ว +72

    Please do more distributed system videos like consensus algorithms, distributed databases etc

    • @ErickBuildsStuff
      @ErickBuildsStuff ปีที่แล้ว +7

      I would second this motion. Consensus algorithms in rust. Also Byzantine Fault Tolerant State Machine Replication

    • @nceevij
      @nceevij 10 หลายเดือนก่อน +1

      I too want the same

    • @daphenomenalz4100
      @daphenomenalz4100 หลายเดือนก่อน

      Yeah, he even has a phd in distributed systems, pls do more of it 🙏

  • @rcjara
    @rcjara ปีที่แล้ว +31

    Your content has always been fantastic, but this was my favorite video and the one I got the most out of. I think it’s because of the clear and digestibly sized problems. I don’t feel like I need to focus for a whole 3 hour block of time to fully get everything out of it. I can start and stop the video at my leisure. It also gives me a clear project I can do if I feel I want to practice what was just learned. Similar vibes to the time you worked through the rust macro book. Obviously, make the content you want to make, but you’ve definitely left me wanting more in this genre.

  • @jRsqILVOY
    @jRsqILVOY ปีที่แล้ว +16

    It'd be great to see more videos on distributed systems - like implementing RAFT and other consensus algorithms, query routing, distributed hash tables, distributed storage, etc.

  • @jitcorn1103
    @jitcorn1103 ปีที่แล้ว +5

    I always learn many new things from your videos. Thank you so much!

  • @bsodmike
    @bsodmike ปีที่แล้ว

    Awesome as always Jon, enjoyed this thoroughly. I appreciate that you are a master at articulating your thought process and reasoning behind various changes taken (and the pros/cons at those ultimately taken).

  • @sugasheeze
    @sugasheeze ปีที่แล้ว +26

    I'd be extremely interested to see how someone like you--with your literal doctorate in distributed systems--would build up a similar challenge.

  • @MegaPacoquinha
    @MegaPacoquinha ปีที่แล้ว +4

    Now I have something to watch through easter! Ty Jon

  • @BertPdeboy
    @BertPdeboy ปีที่แล้ว +4

    Funny how enthusiastic you are about "Rustengan" :D
    I APPROVE!

  • @beersheep0109
    @beersheep0109 ปีที่แล้ว +4

    Amazing. Looking forward to more similar contents.

  • @bilyzhuang9242
    @bilyzhuang9242 ปีที่แล้ว

    Appreciate your rust coding video. I am a beginner for the rust and I really learn really practical rust knowledge by following your coding line by line. Thank you !!! Wish you a good life.

  • @user-sn3tf7gf9r
    @user-sn3tf7gf9r ปีที่แล้ว

    Thank you for this amazing walkthrough!

  • @vishalsharma-bp9zu
    @vishalsharma-bp9zu ปีที่แล้ว +2

    Thanks for the stuff, high high quality, not sure what the 20 dislikers were expecting from this video.

  • @maywakeTV
    @maywakeTV 6 หลายเดือนก่อน

    Thanks for sharing! Just got interested in learning Rust again and found your book on Kindle and via that your TH-cam!

  • @polares8187
    @polares8187 ปีที่แล้ว +4

    It was so satisfying to see you pass the 3c without changing anything.

  • @narigoncs
    @narigoncs ปีที่แล้ว +2

    Great video as usual!

  • @topdeveloper4794
    @topdeveloper4794 ปีที่แล้ว +6

    i hope you provide us a video which is continue to solving rest of the problems

  • @user-qq9zl6lt6d
    @user-qq9zl6lt6d 7 หลายเดือนก่อน

    Hey! I remember Jepsen for their Consistency Models page! It was really helpful to get me started on distributed systems and understanding data consistency, along with potentially building hand-wavy reasoning/logical system around it! Happy to see fly-io take the author far far away onto actual courses for distributed systems!

  • @alexxi3955
    @alexxi3955 ปีที่แล้ว

    Great vid, loved it!

  • @andydataguy
    @andydataguy ปีที่แล้ว

    Glad to see you appreciate DnD 🐉🙌🏾

  • @JustSomeAussie1
    @JustSomeAussie1 ปีที่แล้ว +37

    Never took Jon for a Naruto guy

    • @bsodmike
      @bsodmike ปีที่แล้ว +1

      rustengan was an epic choice!

  • @bemofresh3117
    @bemofresh3117 ปีที่แล้ว +23

    I literally asked the question “is there any material for distributed systems from the Rust perspective?” On LinkedIn, and was told that I was asking a stupid question! Can you believe that?

    • @mechanicalmonk2020
      @mechanicalmonk2020 2 หลายเดือนก่อน +1

      Yes. It's linked in. It's like the worst parts of Reddit and Twitter combined

    • @Tyradius
      @Tyradius วันที่ผ่านมา

      You can ask questions on LinkedIn? Thought it was just for listing your certs and degrees.

  • @saksmlz
    @saksmlz 11 หลายเดือนก่อน

    Thank you so much for doing this ❤

  • @natenatters
    @natenatters ปีที่แล้ว

    Very cool video! Thanks :)

  • @ClineMusic00
    @ClineMusic00 ปีที่แล้ว +1

    Would love to see the next challenges

  • @narigoncs
    @narigoncs ปีที่แล้ว +2

    One thing that would have been interesting to see is what kind of an effect changing the gossip interval has on the latency to consistent, in combination with the 10% extra items sent per gossip!

  • @bjugdbjk
    @bjugdbjk ปีที่แล้ว

    Common need something like these, Bring rust to Backend stuff !!

  • @cooldude3010
    @cooldude3010 ปีที่แล้ว

    Love this content. More of this.

  • @alejrandom6592
    @alejrandom6592 7 หลายเดือนก่อน

    Hi, I woke up and this video was on. Nice stuff

  • @chrissaltmarsh6777
    @chrissaltmarsh6777 ปีที่แล้ว +1

    In relation to distributed (heterogeneous, asynchronus) systems, you might be interested in Petrinets. If you are actually building a system, this gives you a tool for catching some of the problems before you design them in.
    It is a bit like the relationship between ER modelling and database implementaion.
    I'm using Rust for my 'nodes' (made from 'Place' 'Transition' and 'Arc' in PN language) and Rust fits perfectly.

  • @ZhanhuiLi
    @ZhanhuiLi ปีที่แล้ว

    Very helpful, thanks。

  • @YTCrazytieguy
    @YTCrazytieguy ปีที่แล้ว +2

    I think your gossip optimization has a bug - the topology doesn't need to be symmetric, so a node doesn't necessarily know about messages that nodes in its neighborhood know about.
    Had a blast, thanks!

  • @lightninginmyhands4878
    @lightninginmyhands4878 ปีที่แล้ว +6

    I like that this guy looks up cool words to name his cargo

    • @bsodmike
      @bsodmike ปีที่แล้ว +1

      He does this regularly and comes up with some really interesting ones. Defenestration was one he picked (I think). Do you realise how hard it is to name a lib well?
      "There are only two hard things in Computer Science: cache invalidation and naming things."

    • @TNH91
      @TNH91 2 หลายเดือนก่อน +1

      @@bsodmike I think you forgot off by one errors ;P

    • @bsodmike
      @bsodmike 2 หลายเดือนก่อน

      @@TNH91that and runtime segfaults!

  • @LB767
    @LB767 ปีที่แล้ว +2

    39:13 OMG the amount of times I've had this problem, and being a beginner had no clue how to fix, so I would end up trying to shuffle lines around or clone or god knows what, when dereferencing was all that's needed...
    This is why I love your vids, they contain so much helpful practical knowledge, they are just a joy to watch.

  • @aleksandr-belousov_1
    @aleksandr-belousov_1 ปีที่แล้ว +3

    Man, I missed your content! :)

  • @Lockeinfurry
    @Lockeinfurry ปีที่แล้ว +4

    Great video as always! I think you are still seeing big Gossips in the end because you are making an assumption that all Gossiping happens bi-directionnally. If n1 Gossips to n2 but n2 never gossips to n1, n1 will always want to send the full thing as it doesn't knonw that n2 now knows the stuff it sent to it previously. That's where the GossipOk messages might come in handy so that n2 can tell n1 it saw the messages n1 Gossiped to it.

  • @saurabhshinde1855
    @saurabhshinde1855 ปีที่แล้ว +4

    Hii John,
    Love your work !! Hugh respect!!
    What is your take on decisions made by The Foundation on "Rust" trademark and logo usage ??
    I felt little disappointed..

  • @nachiketkanore
    @nachiketkanore ปีที่แล้ว

    Thanks for the inspiration

  • @floriantavares1849
    @floriantavares1849 ปีที่แล้ว +1

    I loved this stream ! Very interesting.
    Have you in mind to do an other stream focusing on consensus protocol, traditional leader based (Paxos or Raft) or even new leaderless alternatives (Epaxos, Atlas, Tempo, Accord) ? That would be awesome !

  • @blob4000
    @blob4000 4 หลายเดือนก่อน

    Thank you so much!

  • @dandreani
    @dandreani ปีที่แล้ว +1

    39:09 when even Jon get stuck with the borrow checker... i think i am safe

  • @dmitrij34
    @dmitrij34 ปีที่แล้ว +1

    Hi Jon, amazing as always!
    I had an idea for sync across nodes - can you form a probabilistic data structure(like a bloom filter) from your node’s values and send it to neighbours, so they can test for known values, to figure out the data that we might be interested in?
    Sure, there may be false positives(we don’t know about the value, but the bloom filter says we do), but I feel like they can be dealt with.
    Or use a lossy hash table for inverse behaviour(only false negatives)

    • @jonhoo
      @jonhoo  ปีที่แล้ว

      It's a cool idea - worth trying out!

  • @ningzhi3415
    @ningzhi3415 6 หลายเดือนก่อน

    It's really an excellent stuff.

  • @berndeckenfels
    @berndeckenfels 3 หลายเดือนก่อน

    3:01:30 instead of random you can use a module counter so you send n, n+1 and n+2 additional alreadyknowns. Or you add the first x of all already now since in the next message they won’t be contained

  • @Augustine_354
    @Augustine_354 7 หลายเดือนก่อน

    This is gold.

  • @random6434
    @random6434 7 หลายเดือนก่อน

    When you defined Body with a field rest: B and then rejected it, you could actually keep Body and use Body for two-step deserialization and Body for one step deserialization if you happen to know B should be. There's a slight bit of weirdness in the second case you end up with a redundant string but you could make a type with two fields, a hashmap of serde_json::Values and a string for the type: struct DynBody { ty: String, fields: HashMap}. But deserialization to a KnownType might need a little bit of custom code to check the type field and reject if it's not the expected type.
    Just some random thoughts.

  • @JohnKoepi
    @JohnKoepi ปีที่แล้ว

    There is a crate that implements fully RPC/KV spec if you need any kind of support to fully focus the most interesting challenges - Kafka / Tx.

  • @tommy_salami108
    @tommy_salami108 ปีที่แล้ว +2

    Hey Jon,
    I think it would very interesting to implement eye tracking. For example, at 22:39, you tab back to the serde_json docs for just a moment, then find the answer of what you're looking for. Seeing exactly what you looked at on the page would clue us in to your thought process, and add another layer.
    -Tom

    • @Funcijej
      @Funcijej ปีที่แล้ว

      That would be neat but I don’t know how easy eye tracking is to set up without dedicated hardware

  • @L0wPressure
    @L0wPressure ปีที่แล้ว

    1:01:27 - hehe, Beavis, he said "generic over some ASS"
    I kinda understand the gist of the code, but i feel like it's still way over my level at the moment. Awesome content anyway :)

  • @dunghdinh6268
    @dunghdinh6268 ปีที่แล้ว

    Amazing !!!

  • @viniciusrolandcrisci272
    @viniciusrolandcrisci272 ปีที่แล้ว +2

    Amazing content, Jon!
    I have a little (maybe dummy) question: At the end you added an eprintln! for debug the size of messages sent. Why that operation didnt break the reading from stdout? How Maelstrom knows what is a message response and what is a log from stdout? Sorry if I missed something 😅

    • @jonhoo
      @jonhoo  ปีที่แล้ว +6

      Ah, so, `eprintln!` (note the `e`) prints to STDERR, not STDOUT. It's `println!` (no `e`) that prints to STDOUT. Since Maelstrom only checks STDOUT, you can safely use STDERR for other kind of printing/logging.

    • @viniciusrolandcrisci272
      @viniciusrolandcrisci272 ปีที่แล้ว +1

      @@jonhoo Oh, that makes sense! Thanks! Keep up the excellent content!

  • @ruijungao
    @ruijungao 7 หลายเดือนก่อน

    Great work! However, just wonder why not just return a Result, and let nodes forget serialization stuffs?

  • @JohnKoepi
    @JohnKoepi ปีที่แล้ว

    Nice!

  • @topdeveloper4794
    @topdeveloper4794 ปีที่แล้ว +1

    Thanks. Can you reupload eng subscription version?

  • @bjugdbjk
    @bjugdbjk ปีที่แล้ว

    Ths s so cool !!

  • @johannessandjaja7630
    @johannessandjaja7630 8 หลายเดือนก่อน

    hi, i was wondering on 39:14 in terms of ownership and borrowing is there any difference between
    `&mut *output`
    changing the function param to
    `... mut output: &mut StdoutLock...`
    and just call
    `... serde_json::to_writer(&mut output, &reply).context("serialize response")...`
    anyway great content, thanks!

  • @gimmypharel
    @gimmypharel ปีที่แล้ว

    Hi Jon, awesome stream as always! Got a question about the "improving efficiency" part. Why dont you just keep track of which messages you've already sent to the peer and stop sending those? Is it because you are not sure whether those have arrived or failed due to network conditions?

    • @jonhoo
      @jonhoo  ปีที่แล้ว

      That's exactly right!

    • @guilhermesoares7857
      @guilhermesoares7857 ปีที่แล้ว

      ​@@jonhoo In this case, implementing a perfect link to mitigate this problem wouldnt benefit you in terms of performance ( not to mention that the program would have to be async ) right ? Watching you program/explain these distributed system challenges is giving me a new love for this topic!

    • @mishikookropiridze
      @mishikookropiridze ปีที่แล้ว

      @@guilhermesoares7857 really perfect link can never exist

  • @kopo88
    @kopo88 5 หลายเดือนก่อน

    In the echo example, would `println!("{}", serde_json::to_string(&reply)?);` have worked instead of explicitly working with the `StdoutLock`?

  • @DarkKnightUNS2008
    @DarkKnightUNS2008 ปีที่แล้ว

    I only remembered Rasengan after 3 hour of video :)))))

  • @levizin917
    @levizin917 ปีที่แล้ว +1

    Hey I know this is not in the topic of Rust exactly but can you post a video of your coding setup? (ide, vim scripts ...)

  • @zilianglin7417
    @zilianglin7417 ปีที่แล้ว

    Hi Jon, thank you for the great streaming.
    At around 2:23:49 I notice there are proc macro errors after you gd into other crates. Are there ways to avoid those?

    • @mishikookropiridze
      @mishikookropiridze ปีที่แล้ว

      I believe no. probably changes in rust-analyzer needed.

  • @user-ue5bx8sp6r
    @user-ue5bx8sp6r ปีที่แล้ว

    Very nice content. I think it's the first time I watch a live for so long. Does anyone know someone doing similar content in go?

  • @Script_Alchemist
    @Script_Alchemist ปีที่แล้ว

    Gosh this setup, I had nothing predownloaded. That took a while

    • @Script_Alchemist
      @Script_Alchemist ปีที่แล้ว

      I'm not sure what happened. I created the project like you and my rust-analyzer broke. I debuged for 3 hours. Deleted the repo. Recreated it without the --bin and it works.
      Not sure that happened there, but I'll write that in case it helps anyone else

  • @jongxina3595
    @jongxina3595 ปีที่แล้ว

    Working on 4. Im not sure I understand but they provide a service for kv storage so to replicate this in Rust it means I would just use a database like Redis right?

  • @seftondepledge3658
    @seftondepledge3658 ปีที่แล้ว

    Does anyone know if there is still a suggestions website for future streams?

  • @__J____ff
    @__J____ff 5 หลายเดือนก่อน

    whats that Panda symbol that shows up next to payload: Payload popup ? what vim plugin is this ? and whats the on the go errors from ?

  • @lker-dev
    @lker-dev 6 หลายเดือนก่อน

    For the gossip section getting longer was there also the possibility based on provided topology that ‘n1’ talks to ‘n2’ but ‘n2’ doesn’t talk to ‘n1’? Or were they always bi directional without the need for the sync?

  • @felgenh399
    @felgenh399 ปีที่แล้ว

    love the name

  • @matthewpublikum3114
    @matthewpublikum3114 ปีที่แล้ว

    What plugin is that in vim? What's a good code completion plugin?

  • @Ropbastos
    @Ropbastos ปีที่แล้ว

    What drawing program is being used?

  • @ElGnomistico
    @ElGnomistico ปีที่แล้ว +1

    Do you have any interest in trying to implement a chess engine in Rust? I do and watching you do it would be very instructional.

  • @rawsteelfsp
    @rawsteelfsp ปีที่แล้ว

    Can someone tell me what drawing tool is being used here?

  • @tsalVlog
    @tsalVlog ปีที่แล้ว

    Of all the streams for me to miss....

  • @myname2462
    @myname2462 ปีที่แล้ว

    Best quality content at 7:30 😅

  • @josephmerrill2686
    @josephmerrill2686 7 หลายเดือนก่อน

    Rust devil!

  • @simonfarre4907
    @simonfarre4907 ปีที่แล้ว

    What I'm wonder is, what's there to gain by making everything this generic? I love the generic stuff in this video, as it's a particularly weak point in my skillset, so any practicing on that is great, but every time I am faced with problems I need to solve i just so rarely find myself going for a generic solution - because it's so rare that it actually needs that _level_ of re-use (and in generics case it's not so much re-use, there's some, but not entirely, like in the case of C++ templates for instance).

  • @bocckoka
    @bocckoka 11 หลายเดือนก่อน

    r#type? we have a lot of that.

  • @benedyktjaworski9877
    @benedyktjaworski9877 ปีที่แล้ว

    I don’t like the “reverse dst and src” logic in responses - because you’re given your node id in the init, my assumption would be that you might see a message intended for somebody else and should have some logic for ignoring it (so you should check if the dest field is actually your own id before replying to it).
    I guess the person who wrote the “you’re still reversing dst and src” comment in the chat at some point had something similar in mind. Since you know your node_id you should use that as the src of the response, instead of just blindly reversing the message’s fields.
    Of course if maelstorm only delivers messages to the intended destinations and there’s no multicast, it doesn’t really matter.

  • @ShikaIE
    @ShikaIE 3 หลายเดือนก่อน

    Would you continue this challenge in future?

  • @rontman
    @rontman ปีที่แล้ว

    Missed opportunity for “chidori”😅

  • @ovidiu_nl
    @ovidiu_nl ปีที่แล้ว +3

    In the unique ID generation it looks like you did a lot of work to capture your own ID from the "init" message and store in state. But... don't you get your own node ID with every message, including the "generate" message itself? Couldn't you have just used `input.dst`?
    This is as far as I got in the video, so maybe this will be addressed later on.

    • @jonhoo
      @jonhoo  ปีที่แล้ว +4

      Oh, yeah, I suppose you could just grab out the dst field in the message! That only works under the assumption that there are no multicast messages though :p The more relevant response is that we need more of the init state for later challenges, so we might as well construct the flow for grabbing init state properly anyway.

    • @ovidiu_nl
      @ovidiu_nl ปีที่แล้ว +2

      @@jonhoo Fair enough. Great topic, btw! I really enjoyed the video this far.

  • @user-bk1mj4ds4i
    @user-bk1mj4ds4i ปีที่แล้ว

    (Noob Q) why are stack traces in Java ? Tyia

  • @act0r399
    @act0r399 ปีที่แล้ว +1

    Jon, what you think about create new video about Tokio and same field stuff? In many jobs requires Tokio, and still in youtube no cool video about Tokio and async in Rust? Pls))

  • @Thisguyrocks518
    @Thisguyrocks518 ปีที่แล้ว

    I call it seeeered

  • @ozanmuyes
    @ozanmuyes ปีที่แล้ว

    Be careful Jon, we don't want you sued... 😒

  • @Stopinvadingmyhardware
    @Stopinvadingmyhardware ปีที่แล้ว

    No! You will not use Erlang!

  • @simonfarre4907
    @simonfarre4907 ปีที่แล้ว

    Won't the unique challenge fail? You ran it with only 1 node. Are the different nodes always creating unique ID:s regardless of if they have no knowledge of what the other nodes are spitting back to Maelstrom?

  • @user-nt1kf5cj6l
    @user-nt1kf5cj6l 4 หลายเดือนก่อน

    missed opportunity to name it Charybdis, for completing charybDistributed system challenges