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 createAndUpd

RE: Hbase Coprocessor postPut not triggered for

2016-10-17 Thread Begar, Veena
gt; 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, Bega

RE: Hbase Coprocessor postPut not triggered for

2016-10-20 Thread Begar, Veena
nice. Thanks On Mon, Oct 17, 2016 at 6:30 AM, Begar, Veena 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: > > List puts = new Arra