@Override
 protected void doClose() throws IOException {
   try {
     super.doClose();
   } finally {
     btree.doClose();
   }
 }