META not cleaned up after table deletion/truncation ---------------------------------------------------
Key: HBASE-1711 URL: https://issues.apache.org/jira/browse/HBASE-1711 Project: Hadoop HBase Issue Type: Bug Affects Versions: 0.20.0 Environment: 8 RS, 1 Master, ZK on 5 nodes in the same cluster All machines are Quad Core + 8GB RAM + 500GB HD Reporter: Amandeep Khurana Fix For: 0.20.0 On deletion or truncation of a table (including major compacting the META), the entries for that table should get deleted in the META table. That doesnt happen and the entries remain. This causes Region Not Hosting exceptions when doing insertions into the table later on. The files for the deleted table do get deleted from the FS though. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.