When DDL operations are erroring due to a coordinator already being instantiated on the same namespace with different parameters, we usually include in the assertion the request that spawned the ongoing DDL (e.g. in the rename coordinator).
This helps debugging issues because the logged assertion will both contain the failed and the running DDL commands. Purpose of this ticket is to implement a similar pattern in the create coordinator that has never included the original request so far.