> Currently HRegion.mutateRowsWithLocks actually acquires> locks on all rows first (since the contract here is a transaction),> so (currently) you would get unnecessarily reduced concurrency> using that API for changes that do not need to be atomic.Right, it is about unnecessarily reduced concurrency vs faster writingedits to WAL.