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!

Reply via email to