Hi Jean, Thanks for your information. I am using deleteColumn in my application. I will check the behavior once by changing it to use deleteColumns as you suggested. But is there any difference in the CP hooks for a delete request.?? Because, in my CP I have implemented preDelete() and in order to keep my CP generic for any client request, is there any other hook on the CP so that I can process the delete requests accordingly.?? Also, can you tell me the exact class file which has this logic to check for the time stamp for a delete request.??
Thanks Vinay Kashyap On Saturday, 17 May 2014 11:15 PM, Jean-Marc Spaggiari <jean-m...@spaggiari.org> wrote: Thanks for the confirmatoin Ted ;) I figured that afterward that some emails are not coming in the right order. Vinay, can you please confirm the client call you are doing? Thanks, JM 2014-05-16 19:19 GMT-04:00 Ted Yu <yuzhih...@gmail.com>: > JMS: > I saw your earlier email. > > There are some emails in ASF queue being processed (backlog). > > FYI > > On Fri, May 16, 2014 at 5:05 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org> wrote: > > > Did anyone received the email I sent below? Based on the other emails, > > seems not. So just re-sending. > > > > JM > > > > > > 2014-05-15 8:24 GMT-04:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > > > > > Hi Vinay, > > > > > > If you use deleteColumn (with no S), HBase need to first to a get to > find > > > the last timeStamp, then do the delete. If you goal is to remove all > the > > > versions of the specific column, you should use deleteColumns, which > will > > > not all get. > > > > > > JM > > > > > > > > > 2014-05-13 10:16 GMT-04:00 Vinay Kashyap <vinay_kash...@ymail.com>: > > > > > > Dear all, > > >> > > >> I am using HBase 0.96.1.1-hadoop2 with CDH-5.0.0. > > >> I have an application where I have registered a coprocessor to my > table > > >> to get few statistics on the read/write/delete requests. > > >> I have implemented preGetOp, prePut and preDelete accordingly and it > is > > >> working as expected in case of read/write requests. > > >> But when I issue a delete request on the table, coprocessor's preGetOp > > is > > >> been called which is varying the read requests statistics. > > >> I wanted to understand why is the preGetOp being called when delete > > >> request is issued.? > > >> > > >> > > >> > > >> Thanks and regards > > >> Vinay Kashyap > > >> > > >> > > >> > > > > > >