RE: Hbase Coprocessor postPut not triggered for

2016-10-20 Thread Begar, Veena
be nice. Thanks On Mon, Oct 17, 2016 at 6:30 AM, Begar, Veena <veena.be...@hpe.com> wrote: > We are using 1.1.2.2.4.0.0-169 version. > > Yes, by additional logging, I determined that postPut method is not > triggered for the update. > > Here is the code sinppet: >

Hbase Coprocessor postPut not triggered for

2016-10-16 Thread Begar, Veena
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

RE: Hbase Coprocessor postPut not triggered for

2016-10-17 Thread Begar, Veena
lt;yuzhih...@gmail.com> wrote: > 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 1