State Transition Examples
Here are some
examples of how pipelines can move through states:
- Starting a pipeline
- When you successfully start a pipeline for the first time, a pipeline
transitions through the following
states:
(EDITED)... STARTING... RUNNING
- Stopping or restarting Data Collector
-
When Data Collector shuts down, running pipelines transition through the following states:
(RUNNING)... DISCONNECTING... DISCONNECTED
- Retrying a pipeline
- When a pipeline is configured to retry upon error, Data Collector performs the specified number of retries when the pipeline encounters errors while running.
- Stopping a pipeline
- When you successfully stop a pipeline, a pipeline transitions through the
following
states:
(RUNNING)... STOPPING... STOPPED