Previous | Next --- Slide 17 of 63
Back to Lecture Thumbnails
dyc

When we acquire the lock to node 2, we can unlock the lock on parent node 1, because at this point, it is safe to assume that any future operations will not modify node 1 (because we intend to modify node 3 or 4, which only potentially affects their parents).