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
156003: physical: fix blocked span reconciliation jobs after stream of system r=msbutler a=kev-cao
If PCR streams from a system tenant, then the span config reconciliation job on the destination tenant after cutover will repeatedly fail. This is due to the fact that the producer job on the source system tenant is also replicated to the destination tenant, along with its corresponding PTS. As the PTS targets specifically the system tenant, the span reconciliation job on the destination tenant is unable to validate the span configuration as a non-system tenant is attempting to apply a configuration on another tenant.
Fixes: #155444
Release note: Span config reconciliation jobs no longer fail on the destination after cutover from a PCR stream of a system tenant.
Co-authored-by: Kevin Cao <39608887+kev-cao@users.noreply.github.com>
0 commit comments