Bug 40438

GemStone/S

6.5.5, 6.5.4, 6.5.3, 6.5.2, 6.5.1, 6.5, 6.3.1, 6.3, 6.2.2, 6.2.1, 6.2, 6.1.6, 6.1.5, 6.1.4, 6.1.3, 6.1.2, 6.1.1, 6.1

All platforms

6.5.6

createExtent during checkpoint can hang checkpoints

If you dynamically create a new extent while a checkpoint happens to be
in progress, there is a small chance that the checkpoint will hang without
completing.  No further checkpoints will be performed until the stone is
shutdown and restarted.

Workaround

You can avoid this problem by resetting the stone configuration parameter
StnRDbfMaxFilesPerServer to a high value (say, 1000) before executing the
createExtent: command:

    System stoneConfigurationAt: #StnRDbfMaxFilesPerServer put: 1000


Last updated: 12/14/09