RewindRollupWatermark
Resets the rollup's watermark (truncated down to the bucket boundary) so subsequent orchestrator ticks re-aggregate the rewound range. Destructive: rows in that range are temporarily out of sync until the orchestrator catches up.
Examples
octo-cli -c RewindRollupWatermark -id <identifier> -t <toBucketEnd>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | Runtime id of the CkRollupArchive entity to rewind |
-t | --toBucketEnd | yes | Target bucket-end (exclusive), ISO-8601. Will be truncated down to the bucket boundary. |