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
physical: fix blocked span reconciliation jobs after stream of system
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.
0 commit comments