bq. Does the client wait until the postPut() is executed? Yes.
Please see HRegion#doMiniBatchMutation() In 0.94, it is around line 2521. Cheers On Tue, Jan 21, 2014 at 4:32 PM, Pradeep Gollakota <[email protected]>wrote: > Hi All, > > In the blog describing the coprocessor there was sequence diagram walking > through the lifecycle of a Get. > > https://blogs.apache.org/hbase/mediaresource/60b135e5-04c6-4197-b262-e7cd08de784b > > I'm wondering if the lifecycle of a Put follows the same sequence. > Specifically for my use case, I'm doing some processing using a > RegionObserver in the postPut() method. Does the client wait until the > postPut() is executed? When is the control returned to the client in a Put? > > Thanks! >
