Managing decision data nodes

Manage the decision data nodes in your application by running certain actions for them, for example, repair or clean-up. This applies only to on-premises environments.

  1. In the header of Dev Studio, click Configure > Decisioning > Infrastructure > Services.
  2. Select the Decisioning Management service for which you want to run a selected action by clicking the corresponding tab.
  3. In the row for a selected decision data node, click Execute.
  4. On the Execute menu, select one of the available actions:
    Option Description
    Start Activates the decision data node. The status of the node changes to NORMAL.
    Stop Deactivates the decision data node. The status of the node changes to STOPPED.
    Repair Removes inconsistencies across all replicas of the data sets in a decision data node.
    Run this operation in the following cases:
    • As part of node recovery, when bringing a node back into the cluster after a failure.
    • As part of node maintenance, when the node contains data that is not frequently read.
    • As part of the node update process, when the node was offline.
    Compact Invokes the process in which the Cassandra database combines multiple physical data files on the file system to improve the performance of partition scans and to reclaim space from deleted data. Compaction is a background operation that runs on a regular basis across all nodes in the decision data node cluster; however, you can run it explicitly on one decision data node by selecting the Compact action.
    CAUTION:
    The compaction operation causes a temporary spike in disk usage and disk I/O. Do not run this operation during peak usage hours on multiple decision data nodes concurrently, because it affects performance for any process or request accessing the decision data node storage.
    Clean up Removes keys that no longer belong to the decision data node. Keys do not belong to a decision data node if data was decommissioned, or if the node was rebalanced within the decision data node cluster.
    CAUTION:
    The clean up operation causes a temporary spike in disk usage and disk I/O. Do not run this operation during peak usage hours on multiple decision data nodes concurrently, because it affects performance for any process or request accessing the decision data node storage
    Decommission Removes the node from the decision data node cluster. The data contained in the decision data node storage is transferred to other nodes in the decision data node cluster.