On Mon, Jan 16, 2017 at 7:07 PM, Dickson, Matt MR <matt.dick...@defence.gov.au> wrote: > UNOFFICIAL > > When I run "accumulo org.apache.accumulo.server.util.FindOfflineTablets" it > finishes with a warning that "No prev-row for key extent {1de; ....}" then > throws a nullPointerException. > > Looking in the metadata table there are references to 1de but when I list > all tables it does not exist. The master log is also listining a lot of > warnings regarding no prev-row for this table. > > Should I delete all references to 1de in the metadata table?
So when you list all tables ids using the shell, you do not see 1de? If so, it seems like deleting those entries from the metadata table would be a good thing to do.Can you grep the master log for 1de? Would be looking for evidence of a failed delete table operation. > >