In Accumulo, a delete actually inserts an identical key with the delete flag set. If you compact the table after deletemany, the keys should disappear.
On Thu, Aug 8, 2013 at 2:40 PM, Ott, Charles H. <[email protected]>wrote: > When I clear our tables, I use deletemany –f.**** > > ** ** > > However I noticed that it creates more entries and the db grows.**** > > ** ** > > Now im seeing this error :**** > > 10.35.56.91:9997 reports unload failed for tablet !0;!0<<**** > > ** ** > > That server is one of three tablet servers I have running.**** > > ** ** > > Now when we ‘write’ data to accumulo, nothing is showing up.**** > > ** ** > > ** ** > > Thoughts?**** > > ** ** >
