final FileChannel fc = os.getChannel();
dataGuide.write(fc, getBrokerPool().getSymbols());
os.close();
} catch (final IOException e) {
LOG.error(e.getMessage(), e);
throw new DBException("Error while writing " + dataFile.getAbsolutePath() +
": " + e.getMessage());
}
}