int numPartitionsPerSite = this.catalog_site.getPartitions().size();
int numSites = this.catalogContext.numberOfSites;
LOG.warn("ARIES : Log Native creation :: numSites : "+numSites+" numPartitionsPerSite : "+numPartitionsPerSite);
this.m_ariesLog = new AriesLogNative(numSites, numPartitionsPerSite, this.m_ariesLogFileName);
this.m_recoveryLog = new VoltLogger("RECOVERY");
}
// **IMPORTANT**
// Always clear out the CatalogUtil and BatchPlanner before we start our new HStoreSite
// TODO: Move this cache information into CatalogContext