{
if (SanityManager.DEBUG)
SanityManager.ASSERT(segmentId != ContainerHandle.TEMPORARY_SEGMENT,
"Cannot recreate temp container during load tran");
ContainerKey identity = new ContainerKey(segmentId, containerId);
// no need to lock container during load tran
// no need to create any page for the container, they will be created
// as their log records are encountered later in load tran