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
154717: kvserver: return error from IntentScannerConstructor r=stevendanna a=stevendanna
I tried to do git archeology to determine why we didn't return an error here. I think it is generally a result of the previous processor architecture which would have been running this constructor in a different async task.
I'll note that if we _are_ currently seeing an error on this path, then it would potentially lead to a panic, so it seems unlikely we are seeing errors here often.
If we do see an error here, it is almost surely much better to abandon this register attempt and not attach the process to the replica.
My ulterior motive here is that we very much would like to be able to ensure that all messages sent to the rangefeed client flow through the same path (registration -> stream -> sender) as this helps reason about the correctness of changes.
Epic: none
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments