SnapshotUtil.parseNonceFromDigestFilename(digest.getName()),
partitionCount, newParitionCount, catalog_crc, m_hostId, instanceId,
digestTableNames);
// populate table to partition map.
for (Entry<String, TableFiles> te : s.m_tableFiles.entrySet()) {
TableFiles tableFile = te.getValue();
HashSet<Integer> ids = new HashSet<Integer>();
for (Set<Integer> idSet : tableFile.m_validPartitionIds) {
ids.addAll(idSet);
}
if (!tableFile.m_isReplicated) {