Java ReentrantLock - fairness, tryLock and more

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 122

  • @DefogTech
    @DefogTech  6 лет назад +42

    Apologies for the uneven audio at the beginning... I am trying out a new microphone. Hopefully will be better by next video

    • @fredyoba
      @fredyoba 5 лет назад +2

      Don't worry it was good explanation, thanks

    • @nithishreddy9056
      @nithishreddy9056 5 лет назад

      Please say About lockinterupatability

    • @thomassun3046
      @thomassun3046 5 лет назад +2

      Anyway, it is amazing indeed, I also have an suggestion, this video explained the reentrantlock in theory in details, could u plz give me some examples about the real use cases in practice? Like scenarios of online shopping? Thx a lot

    • @kirtigupta8450
      @kirtigupta8450 4 года назад +1

      Must say, awesome explanation

    • @dandantin
      @dandantin Год назад

      This video is excelent. You are the best, keep going make good videos like this one.

  • @learnlearn8230
    @learnlearn8230 3 года назад +21

    Such an amazing explanations in all the videos , you certainly have a crystal clear understanding , and must have put a lot of an effort to understand. Honestly Hats off ....

  • @vilaspaskanti
    @vilaspaskanti 4 года назад +4

    Quality compilation of material and simple lucid explanation on this channel. Big shout out to Defog tech.

  • @spaarks84
    @spaarks84 5 лет назад +4

    Can't stop watching. SO good.

  • @sbylk99
    @sbylk99 6 лет назад +6

    The best tutorial to explain reentrant lock and pairness. Thank you, great job!

  • @jackofnotrades15
    @jackofnotrades15 3 года назад

    Good ppl do exist. This guy is a living example.

  • @madanmohanpachouly6135
    @madanmohanpachouly6135 3 года назад +1

    Thanks a lot, crystal clear explanation.. appreciate your efforts!!!

  • @mohammedzaid3829
    @mohammedzaid3829 3 года назад

    Very clear and precise explanation,,Definitely worth watching

  • @parveznawaz99
    @parveznawaz99 2 месяца назад

    Nice presentation. Clear explanation.

  • @abdulrahmanelrawas2029
    @abdulrahmanelrawas2029 Год назад

    Very clear and concise. Thank you. Subscribed!

  • @sureshchaudhari4465
    @sureshchaudhari4465 9 месяцев назад

    nobody comes close to explain multithreading like you .very nice sir.where do you work

  • @narayanadhurti1603
    @narayanadhurti1603 2 года назад

    Really defogged my knowledge,Thanks a lot.

  • @Kc-nn8mn
    @Kc-nn8mn 4 года назад

    I like your presentation to make concept easier to understand

  • @parthec1
    @parthec1 2 года назад

    Thank you for creating such wonderful video, kudos

  • @harshchaudhary8182
    @harshchaudhary8182 3 года назад

    Very good detailed information .

  • @suhani091088
    @suhani091088 4 года назад

    Very clear and simple explanation of the concept...

  • @rahulseetharaman4525
    @rahulseetharaman4525 4 года назад

    Excellent explanation. Clear and well articulated.

  • @sauravsrivastava7229
    @sauravsrivastava7229 5 лет назад +6

    Awesome explanation. Truly love the way you explain and clear the doubts.
    Would it be possible for you if you can also make videos of explaining the collections internal structures like how does it work?
    Thanks

    • @DefogTech
      @DefogTech  5 лет назад +2

      sure, though I am slightly busy with work so unable to create new videos, please remind me again soon if I miss this

    • @aaron9178
      @aaron9178 4 года назад +1

      @@DefogTech Gentle reminder!!

  • @dvsingh
    @dvsingh 2 года назад

    simply outstanding

  • @MadMax-sj5fl
    @MadMax-sj5fl 3 года назад

    Extremely good 💯💯💯

  • @samirallahverdi4948
    @samirallahverdi4948 Год назад

    Examples are perfect!

  • @monjasonsteng7861
    @monjasonsteng7861 6 месяцев назад

    Thank you so much. This was great

  • @vbar-ukr
    @vbar-ukr 3 года назад

    Fascinating videos!

  • @tedthebed7877
    @tedthebed7877 5 лет назад +1

    Lucid explanation. Subscribed.

  • @sukhendurana89
    @sukhendurana89 5 лет назад +1

    I absolutely love this channel. Amazing explanation by the creator. Thanks.

  • @TheNeethz
    @TheNeethz 4 года назад

    like your videos especially on concurrency. Plz create more videos on concurrency

  • @anirudhgoutam6401
    @anirudhgoutam6401 3 года назад

    Amazing Content Bro Keep it Up

  • @narendra_ingle
    @narendra_ingle 3 года назад

    Your explanation is too good bro i have just small suggestions that please provide a link for you website where from we can read easily this all

  • @custardapple5031
    @custardapple5031 5 лет назад +2

    Loved the explanation on covered concepts.. very clear ... But some things are not covered e.g what happens when multiple locks are taken and what is the use case here..

    • @cromagnon0101
      @cromagnon0101 2 года назад

      Multiple locks could be taken when you are transferring money between accounts. So, for instance there is a worker thread pool which takes in the requests to transfer money from one account to another account. Here upon getting such request we would need to take locks on both accounts, transfer the money and then release the locks to ensure consistent results.
      Be careful with how the locks are taken and released. Otherwise we might end up in a deadlock.

  • @amitanshupattanayak9065
    @amitanshupattanayak9065 6 лет назад +2

    Love your explanations. Keep up the good work..:)

  • @easternadventures9978
    @easternadventures9978 4 года назад

    Very well done, thank you for the time you put into this.

  • @harshadakhandekar4607
    @harshadakhandekar4607 4 года назад

    Thanks Defog.

  • @prashantranjan4859
    @prashantranjan4859 Год назад

    Thanks it's very helpful

  • @VIJAYKAUSHIKTYAGI
    @VIJAYKAUSHIKTYAGI 2 года назад

    love you bro, you explain so good

  • @AakashKumar-by1jt
    @AakashKumar-by1jt 4 года назад

    Nice Video..#KeepHelpingUs

  • @ganeshradiga
    @ganeshradiga 3 года назад +1

    Thanks for an amazing video, However I have a question, apart from the recursion you mentioned, are there any practical scenarios where this acquiring the same lock again makes sense

  • @BhawaniSingh-jc7cw
    @BhawaniSingh-jc7cw 4 года назад

    great example ..Thanks

  • @konfinoyair
    @konfinoyair 6 лет назад

    I finally understand what ReentrantLock is

  • @rajeshg3570
    @rajeshg3570 2 года назад

    Really awesome explanation .. I was read oracle docs on reentrant locks, it has just two lines of documentation.. I've couple of questions here 1. Can we use synchronized block instead of the reentrant lock If there is a recursive function call ? 2. On the trylock() method, how does setting timeout to 0 would achieve the fairness? Please elaborate

  • @06A21A0409
    @06A21A0409 6 лет назад +4

    Nice Video, thanks for the informative Video. I have one question. Y we want to acquire the lock more than one time using Reentrant lock.. what is the real usage.??

    • @DefogTech
      @DefogTech  6 лет назад

      Good question. I couldn't find the best use case for it either. Only possible scenario seems when we need recursion.

    • @sagarshekhar6296
      @sagarshekhar6296 6 лет назад

      As per my understanding,this can be undestood in following ways:
      Lets say, there are two synchronized methods , m1 and m2. Lets say m2 is being called inside m1.Lets say there is a common object whose lock is required to access m1 and m2.
      Now,Lets say Thread t1 accesses the method m1 first and now while processing m1, it enters inside m2 method also.In this case, t1 is not required to again acquire the lock of that common object as it is already holding that(before entering into m1).As the Thread t1 is reentering inside another Synchronized area , this process is said to be Reentrance(entering again).
      Now, as far as the Locks are concerned,since we are not using synchronized keyword, we will have to apply one lock in m1 and another in m2.Hence, in this case holdCount is 2 now.
      Hope this helps.

    • @pchandra3277
      @pchandra3277 6 лет назад

      @@DefogTech Sir , we already have the lock with the working thread, then on recursion senario, why it will be required.?

    • @DefogTech
      @DefogTech  6 лет назад

      @@pchandra3277 Correct, thread already has the lock, but when recursively thread calls the function again.. and function has lock.lock() as its first line, then thread needs to increase its lock count (it is just called reentrant lock based on synchronized block primitive).
      So it doesnt really acquire the lock again, it just increases the lock count.

  • @guruprasadrao7
    @guruprasadrao7 2 года назад

    you're awesome, thanks!

  • @deepakchauhan25583
    @deepakchauhan25583 4 года назад

    amazing is the word

  • @kbhardwaj1989
    @kbhardwaj1989 5 лет назад

    Thanks for sharing knowledge.

  • @SandeepPatel-wt7ye
    @SandeepPatel-wt7ye 6 лет назад

    One of the best explanation about the locks. Could you please also includes the lockInterruptibly() method?

  • @vilaspaskanti
    @vilaspaskanti 4 года назад +1

    Make a video on ConcurrentHashMap internals, as it uses Reentrant locks on Segments interally.

  • @sharanyarai378
    @sharanyarai378 6 лет назад +2

    Great content, but can you share a use-case suitable. as per your example., in real time seat booking, concurrency level is at database/hibernate. Database isolation gives locking mechanism to handle it, so why would i use lock at java level??

    • @DefogTech
      @DefogTech  6 лет назад

      Agreed, probably not perfect use case. But even here having locking only at DB level will not help. If 2nd user books same ticket, DB update statement will throw exception. Thus concurrency needs to be handled at java level itself

    • @sharanyarai378
      @sharanyarai378 6 лет назад

      DB will not allow second update statement because that record will be locked by first transcation.

    • @DefogTech
      @DefogTech  6 лет назад +3

      Correct, that means at Java level the SQL update query code will have to throw exception or return 0. Then Java will have to handle asking user to book another seat.
      Again, this is not ideal use-case, completely agree. Will think of a better one and let you know.

  • @nazeelak1
    @nazeelak1 5 лет назад

    Great explanation, Thank you

  • @sagarshekhar6296
    @sagarshekhar6296 6 лет назад

    Very Informative.....One question, What is Read/Write Reentrant Locks? Could you please elaborate or create videos if possible?

    • @DefogTech
      @DefogTech  6 лет назад +1

      Sure, it's on the list.. publishing this Friday

  • @surajtiwari9078
    @surajtiwari9078 5 лет назад +2

    Very well explanation.Awesome keep it up .Subscribed User ++.

  • @tarun7597
    @tarun7597 2 года назад

    CAn you please exaplain the following statement by Java docs: fairness of locks does not guarantee fairness of thread scheduling. Thus, one of many threads using a fair lock may obtain it multiple times in succession while other active threads are not progressing and not currently holding the lock.

  • @shellindebted5328
    @shellindebted5328 6 лет назад

    Good content and explanation.Thank you.

    • @DefogTech
      @DefogTech  6 лет назад

      you're very welcome sir!

  • @ahamedabdulrahman
    @ahamedabdulrahman 4 года назад

    We shall acieve the same using a boolean variable, right? Like you have explained in "volatile and atomic" video. Can you please tell me any reason why we should not use that boolean way and use reentrant lock way?

  • @786PrvN
    @786PrvN 6 лет назад +2

    I didn't understand the point you said in the video that "when calling method recursively that's we it is reentrant lock"
    But the same thing will happen with synchronized lock also. On the same object, they are also reentrant(stackoverflow.com/questions/13197756/synchronized-method-calls-itself-recursively-is-this-broken) , so is this is fare to say based upon this point that they are reentrant.

    • @DefogTech
      @DefogTech  6 лет назад +1

      Yes, absolutely. Synchronized keyword based locks are also Reentrant in nature

  • @aashoorajput6500
    @aashoorajput6500 4 года назад

    As per your example of recursion ..The current thread count will increase to 2 when it reenter the lock. So lock should also be released Twice....Can you elaborate on this?

  • @SivaKumar-cx7db
    @SivaKumar-cx7db 5 лет назад

    Awesome

  • @vinitsunita
    @vinitsunita 2 года назад

    What would be the the real world usecase where you would hold lock multiple times and calling lock method inside a recursive function?

  • @balakrishnajangita6638
    @balakrishnajangita6638 5 лет назад

    Awsome boss

  • @vivekdarji6440
    @vivekdarji6440 4 года назад +1

    just want to confirm small doubt. when one thread locked using lock() method then other threads should have state blocked not Waiting. correct?

  • @RajKumarSingh-it5sn
    @RajKumarSingh-it5sn 5 лет назад

    Excellent tutorial. I have one question, Doest it work for distributed systems?

    • @DefogTech
      @DefogTech  5 лет назад +1

      You mean different JVMs? No, it wont.. its for multiple threads within single JVM

    • @RajKumarSingh-it5sn
      @RajKumarSingh-it5sn 5 лет назад

      @@DefogTech Yes, Thanks

  • @jozi_mob
    @jozi_mob 5 лет назад +1

    I just wanted to ask , if the Reentrant Lock works in the same way as synchronized block , then why does the Thread trying to access the lock unsuccessfully , go into a "waiting" as it suggests in the video. Shouldn't it be in a blocked state just like synchronized does? Thanks

    • @DefogTech
      @DefogTech  5 лет назад

      I use the term waiting state even for threads entering synchronized blocks. Basically threads are parked aside waiting for something to happen

    • @jozi_mob
      @jozi_mob 5 лет назад

      Thanks for the reply. Just wanted to ask , would the specific state for a thread unsuccessfully accessing the lock be the Blocked state. This is the state that the Java API mentions in it Thread Life Diagram.

  • @technologiesstepbystep6237
    @technologiesstepbystep6237 4 года назад

    @Defog Tech, are these PPTs available somewhere, which is used in video?

  • @AbhishekVaid
    @AbhishekVaid 11 месяцев назад

    8:25 a major source of confusion. lock.lock() will cause other threads to get blocked, but when it's called by same thread again (one holding the lock) it doesn't get blocked. This needs explanation.

  • @tuananhtran7518
    @tuananhtran7518 Год назад

    thank you so much

  • @akhilstksa5736
    @akhilstksa5736 3 года назад

    thanks bro...

  • @sudarshanv9797
    @sudarshanv9797 3 года назад

    I have doubt; tell more about trylock with timeout? I didn't get it properly.I mean what's actually use of it.

  • @princelowienalasa8776
    @princelowienalasa8776 5 лет назад +1

    can you please explain the StampedLock in Java 8 ?

  • @vijayakumarvj
    @vijayakumarvj 4 года назад

    Hi bro, I have a query, you described tryLock would not block the thread, it just returns true or false based on the lock availability then how come the concept of fairness comes into picture for trylock. Please explain or I misunderstood the logic?

  • @omkarkulkarni9202
    @omkarkulkarni9202 3 года назад

    Thanks!

    • @DefogTech
      @DefogTech  3 года назад

      Thank you so much for the monetary appreciation. Means a lot to me!

  • @TonyStark-lv4ff
    @TonyStark-lv4ff 4 года назад

    @Defog Tech can you please explain line of code where you use "->" --- what does it mean?

    • @8951348050
      @8951348050 4 года назад

      lambda expression introduced in java 8 :)

  • @hyperborean72
    @hyperborean72 Год назад

    The idea of the reentrant lock when the lock can be called multiple times on the already locked object remains absolutely value and unclear. What's the point to call .lock() multiple times? what exactly happens when you call .lock() again and again?

  • @chaitanyapl
    @chaitanyapl 6 лет назад

    What is the difference between normal lock object and reentrantlock(false) object. For only fairness purpose should we go to reentrant lock or anyother reason ?

    • @DefogTech
      @DefogTech  6 лет назад

      Lock is an interface, implementation is Reentrant lock.. this for basic lock functionality we can't use Reentrant lock

  • @hyperborean72
    @hyperborean72 3 года назад

    I do not see where and how you attach a lock to a shared resource: fine, you do lock.lock() but on what object?

  • @mohammadfraz5808
    @mohammadfraz5808 2 года назад

    Do you have any video on concurrent hashmap?

    • @DefogTech
      @DefogTech  2 года назад

      Not yet, I am making one right now, about differences between maps in Java

  • @manideepkumar959
    @manideepkumar959 5 лет назад

    Ur writing l.lock(),but on which object it will try to get the lock??

  • @AruneshSrivastava
    @AruneshSrivastava 5 лет назад

    Does only reentrant lock works with recursive functions... what will happen if i try to use some other implementation of lock in a recursive method ?

    • @DefogTech
      @DefogTech  5 лет назад

      yes recursive functions with reentrant lock is good! If lock is not reentrant, the recursive function will become deadlocked

  • @sarojsahoo8763
    @sarojsahoo8763 4 года назад

    How many locks are available for RenetrantLock

  • @venkataramanan2381
    @venkataramanan2381 4 года назад +1

    12:31 even without setting fair as true can we achive fairness?

    • @DefogTech
      @DefogTech  4 года назад

      In that case the fairness is not guaranteed by JVM. It may or may not be fair based on workload, other threads in the system and scheduler configuration

    • @venkataramanan2381
      @venkataramanan2381 4 года назад

      @@DefogTech
      I meant in work around example in which you created an unfair lock.
      Thanks for you reply.

  • @DeepakPandey-ij3bz
    @DeepakPandey-ij3bz 5 лет назад

    Lock should be maintained per seat not to the whole seat chart. Please suggest

    • @DefogTech
      @DefogTech  5 лет назад

      Well, thats good point, though what happens when a user tries to book A1 to A10 seats and another user selected A8 to A12... you have to atomically allow or deny seat booking in such overlaps

    • @DeepakPandey-ij3bz
      @DeepakPandey-ij3bz 5 лет назад

      We should have instances of all the seats in concurrent hash map. Thread pick the seat or an instance of the seat from map and we place lock on that seat instance. If two thread try to lock the same seat which is locked by thread then it should not allow it's booking give some message.

    • @DeepakPandey-ij3bz
      @DeepakPandey-ij3bz 5 лет назад +1

      Overlapping case will be interesting to solve with this approach

    • @DefogTech
      @DefogTech  5 лет назад

      Makes sense.. worth a try implementing

    • @DefogTech
      @DefogTech  5 лет назад +1

      Btw, when we are booking say A1 to A10 tickets... even if locks are in concurrent hashmap, we will have to book each ticket in a for loop (get lock, book, unlock)... when we first check A1 to A10, all seats and locks might be available, but when we actually run the for loop, A1 to A7 will be booked but A8 will give error.. then A1 to A7 will need to be rolled back to unbooked
      It seems tricky to implement. Single lock per whole chart might be simpler.

  • @AndreySaroul
    @AndreySaroul 2 года назад

    I guess, that other threads go into BLOCKED state, not WAIT state on slide 1:10

  • @kirankumar-oe5fz
    @kirankumar-oe5fz 4 года назад

    Tutorials are very much informative but unable to digest fastly getting confused

  • @binoydeka810
    @binoydeka810 3 года назад

    hawahawwai :D

  • @akankshamittalsinghal
    @akankshamittalsinghal 5 лет назад

    Is there any PDF tutorial present for the same

    • @DefogTech
      @DefogTech  5 лет назад

      Not yet. I am planning to include it in a course I am making