Hi Du, Jingcheng It seems that flush table + major compact works.
So each time I have to flush table before major compact. On Mar 24, 2015, at 10:41, Du, Jingcheng <[email protected]> wrote: > Hi, > > Before you ran the compaction, did you flush the memstore for that table? I > think the compaction only compacts the store files without memstore, just in > my opinion. > > Regards, > Jingcheng > > From: Ted Yu [mailto:[email protected]] > Sent: Monday, March 23, 2015 10:05 PM > To: [email protected] > Subject: Re: How to put a row with an older timestamp and get it? > > Can you check server log to see if major compaction completed before you > issued the last put command ? > > Cheers > > On Mon, Mar 23, 2015 at 4:03 AM, mail list > <[email protected]<mailto:[email protected]>> wrote: > > > Begin forwarded message: > > > From: mail list <[email protected]<mailto:[email protected]>> > Subject: How to put a row with an older timestamp and get it? > Date: March 23, 2015 at 17:27:14 GMT+8 > To: [email protected]<mailto:[email protected]> > > Hi ,all > > Recently i encounter a situation like below: > > [cid:[email protected]] > > That is: > > After i delete a row with timestamp 2015, and then put a row with timestamp > 2014, > How can i get the later row? > > > >
