Workaround:
When using version 2.4.4.6 and earlier, if you have Epoch GC Enabled and
shut down uncleanly, you should disable epoch GC prior to restarting the
stone for recovery by setting this in the configuration file:
STN_EPOCH_GC_ENABLED = FALSE
After you have restarted the stone and recovery is complete, prior to turning
Epoch back on, execute the following:
System clearEpochGcState
This will manually clear the internal structure and avoid corruption.
Note that you can also restore from backup and replay transaction logs.
Since the commitRestore clears the internal structure, this bug will not
manifest in the tranlog replay after backup restore.