Which version of hbase? Because coprocessors are available in 92 and above versions only.
Regards Ram On Wed, Nov 21, 2012 at 8:50 PM, Bing Jiang <[email protected]>wrote: > we need to confirm that put must be safe,but deletes must be quick and > low-latency. > On Nov 21, 2012 11:10 PM, "Michael Segel" <[email protected]> > wrote: > > > Some time later? > > > > Time of course is relative, so I have to ask what occurred between the > > write and the delete? > > How much time? Did you have any compactions in between the write and the > > delete? > > > > Why are you not consistent in your use of the WAL ? > > > > > > On Nov 21, 2012, at 6:37 AM, Bing Jiang <[email protected]> > wrote: > > > > > hiļ¼all. > > > I want to describe a phenomenon that happens to our hbase cluster. > > > I use puts(List<Put>) to insert many records with writing hlog enable, > > > and some time later I delete all of these records with writing hlog > > disable. > > > When one week later, i scan the table, I found some records I have > delete > > > reappear again. > > > It is an interesting case. In my opinion, if we delete data without > > enable > > > writing hlog, when regionserver fails, the log will replay in another > > > regionserver. > > > Can anyone tell me if I persist on deleting records without enable > > writing > > > hlog, is there a way to prevent these records from reappearing again > some > > > time later? > > > > > > Cheers! > > > -- > > > Bing Jiang > > > weibo: http://weibo.com/jiangbinglover > > > BLOG: http://blog.sina.com.cn/jiangbinglover > > > BLOG: http://www.binospace.com > > > National Research Center for Intelligent Computing Systems > > > Institute of Computing technology > > > Graduate University of Chinese Academy of Science > > > > >
