Which release of hbase are you using ?

How did you determine that coprocessor's postPut method is not triggered
for the update ? By additional logging ?

Can you give code snippet around the update ?

Thanks

On Sun, Oct 16, 2016 at 8:48 PM, Begar, Veena <veena.be...@hpe.com> wrote:

> Hello,
>
> We are using coprocessor feature by extending BaseRegionServer class.
>
> In postPut method, we send a message to kafka. Soon after creating a row,
> we update it. We see it triggering postPut for creating row, but for the
> subsequent update, it doesn't trigger postPut method:
> void createAndUpdate(.. )
> {
> //create new row - Hbase put method -- coprocessor's postPut is triggered
> //update the row - Hbase put method -- coprocessor's postPut method is not
> triggered
> .. . ...
> }
>
> Please let me know why postPut method is not triggered for the 2nd put
> call.
>
> Thanks,
> Veena.
>

Reply via email to