Skip to content

Praefect: Request finalizer must not run for failed RPC

Pavlo Strokov requested to merge ps-finalizer-only-for-success into master

Request finalizer responsible for creation of replication events after RPC is completed. Replication event must not be created if error occurs during execution of RPC call.

Closes: #2566 (closed)

It also removes linter suspend command as this now must be validated.

Merge request reports