Gan-Tu/cppGFS2.0

Master file namespace Lock manager

Gan-Tu opened this issue · 0 comments

Acquires proper read/write locks on file namespaces for concurrent master operations to properly serialize its operational order

Update: the lock is released when replying to client, and this is NOT holding read/write locks for the client, but simply for master's own concurrency/serialization purposes