There is indeed an HTable.flushCommits()
> -----Original Message----- > From: Hegner, Travis [mailto:[email protected]] > Sent: Tuesday, June 08, 2010 2:05 PM > To: [email protected] > Subject: RE: Reads of a recently written/modified value > > Is there a manual flush function that the user can call before > attempting to read the data back out? > > Travis Hegner > http://www.travishegner.com/ > > > -----Original Message----- > From: Ryan Rawson [mailto:[email protected]] > Sent: Tuesday, June 08, 2010 5:03 PM > To: [email protected] > Subject: Re: Reads of a recently written/modified value > > Turning auto flush off will cause the client to accumulate puts without > sending them to the server. Gets and scans only talk to the server and > thus > ignore the client write cache. > > On Jun 8, 2010 1:55 PM, "Vidhyashankar Venkataraman" <vidhy...@yahoo- > inc.com> > wrote: > I was trying to execute some operations on a Hbase instance. After > performing a dozen write operations (with auto flush not set), Hbase > could > not read the inserted/modified records successfully (using the Get > operations). > But with auto flush set and after writing the records, I could read > the > records. > > However, in either case, I could get delete operations successfully > done. > > Is it because the read operations arent reading from the memory? Can > you > guys let me know if I am missing something? > > > Vidhya > > The information contained in this communication is confidential and is > intended only for the use of the named recipient. Unauthorized use, > disclosure, or copying is strictly prohibited and may be unlawful. If > you have received this communication in error, you should know that you > are bound to confidentiality, and should please immediately notify the > sender or our IT Department at 866.459.4599.
