You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Pravega administrator should be able to migrate data from existing Pravega deployment to a new Pravega deployment when all segments in existing deployments are fully flushed to LTS.
Problem location
Segment store
Admin tool
Suggestions for an improvement
Implement/Enhance DebugSegmentStore that enumerates segments on existing LTS and populates the metadata in new deployment.
The text was updated successfully, but these errors were encountered:
sachin-j-joshi
changed the title
DR - Ability to migrate segment metadata data to a new deployment when data is fully flushed to LTS.
DR - Ability to migrate segment metadata to a new deployment when data is fully flushed to LTS.
Jul 10, 2020
We delete the old segment metadata from the LTS and create a new one using the segments(except shadow segments) listed from the LTS. While registering the segments onto new segment metadata, we only use segment's length and sealed status.
We now need to:
Copy the core attributes from old metadata to new metadata.
Problem description
Pravega administrator should be able to migrate data from existing Pravega deployment to a new Pravega deployment when all segments in existing deployments are fully flushed to LTS.
Problem location
Segment store
Admin tool
Suggestions for an improvement
Implement/Enhance DebugSegmentStore that enumerates segments on existing LTS and populates the metadata in new deployment.
The text was updated successfully, but these errors were encountered: