Merge Tree Consistency Based on Entities Task
Learn about the task to check and fix merge tree inconsistencies in the ENTITIES column family.
This task scans the ENTITIES
column family to identify and, optionally, fix inconsistencies in merge tree structures.
A tenant admin role is required to run the request.
Request
Parameter | Required | Description |
---|---|---|
tenantId | Yes | The identifier of the tenant to check. |
distributed | No | Runs in distributed mode if set to true . This means that several tasks (as specified in tasksPartsCount) will be created instead of one. Each task will reindex its own part of objects. These tasks will be executed in parallel on different API nodes (if there are more than one free API node which may execute periodic tasks). The Default: |
taskPartsCount | No | Number of tasks which will be created for distributed reindexing, each task will reindex its own part of objects, and all of them may be executed on different API nodes in parallel. Recommended value: count of API nodes which can execute the tasks. Default value: 2. This parameter is only used in distributed mode, otherwise ignored. |
fixInconsistency | No | If set to true , the task fixes found inconsistencies. Default: |
produceEvents | No | If this parameter is set to true , the task generates events when an entity is fixed. Default is |
Parameter | Required | Description |
---|---|---|
entitiesToCheck | No | JSON Array of entity or relation URIs to check. Default value is empty, meaning that all URIs will be checked. |
checkWinnersOnly | No | If set to true , the task only scans and checks for winners. Default: |