For a given interval of time, both the process design and personalization engines are checkpointing often, causing issues with disk space. The following is shown in the service_manager.log:
[KomodoEventBus-29] INFO com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled for channels, triggered after every 100000 transactions or every 22 hours. [KomodoEventBus-32] INFO com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled for notifications-email, triggered after every 100000 transactions or every 22 hours. [KomodoEventBus-58] INFO com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled for forums, triggered after every 100000 transactions or every 22 hours. [KomodoEventBus-8] INFO com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled for download-stats, triggered after every 100000 transactions or every 22 hours.
The following settings in custom.properties, if not adjusted to the environment needs/usage, can cause engines to checkpoint more frequently and affect the increase in disk space:
ServiceManager.checkpoint.automatic.boundary.replay Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify Ex) 30 minutes ServiceManager.checkpoint.automatic.boundary.transaction Setting used to checkpoint after a given number of transactions.
ServiceManager.checkpoint.automatic.boundary.replay
ServiceManager.checkpoint.automatic.boundary.transaction
<APPIAN_HOME>/ear/suite.ear/conf
This article applies to Appian 17.3 and later.
Last Reviewed: April 2018