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
Currently version upgrade messages are ephemeral. For debugging and transparency of the radio operations, a user might find the storage of the version upgrade messages useful when the upgrade is actively in progress.
Expectation proposal
Add persistence of VersionUpgradeMessages as part of persisted_state.
Add API get_version_upgrades function to Http server for stored messages.
Add cleanup of VersionUpgradeMessages when graph node is no longer syncing the old deployment.
Problem statement
Currently version upgrade messages are ephemeral. For debugging and transparency of the radio operations, a user might find the storage of the version upgrade messages useful when the upgrade is actively in progress.
Expectation proposal
VersionUpgradeMessages
as part of persisted_state.get_version_upgrades
function to Http server for stored messages.VersionUpgradeMessages
when graph node is no longer syncing the old deployment.Additional context
Related to #6
The text was updated successfully, but these errors were encountered: