Replicate the exporter metadata #11235
Labels
component/exporter
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.2.0-alpha4
Marks an issue as being completely or in parts released in 8.2.0-alpha4
version:8.2.0
Marks an issue as being completely or in parts released in 8.2.0
Description
An exporter can submit metadata. The metadata is stored in the exporter state. The exporter can read the metadata from the state on startup.
In order to handle leader changes gracefully, we need to replicate the exporter metadata. Currently, we already replicate the exporter positions from the leader to the followers. The followers accept the exporter positions and store them in their state. As a result, the exporter can continue from the last position (based on the last update) after a leader change.
We should replicate the exporter metadata next to the exporter position. The followers should write the exporter metadata in their state together with the exporter's position.
This issue is part of #10568.
The text was updated successfully, but these errors were encountered: