Currently, create/alter/drop configuration is directly persisted to the governance center when we use Cluster mode. The metadata refresh is driven by governance center generated events, because of this process is asyn, so we don't know metadata are refresh completed. It may cause some unknown errors if DistSQL executes too fast or has dependencies. So, maybe we can add consistency feature to fix it.
If you are interested, welcome to design and complete it.
Hi community,
Currently,
create/alter/drop
configuration is directly persisted to the governance center when we useCluster
mode. The metadata refresh is driven by governance center generated events, because of this process is asyn, so we don't know metadata are refresh completed. It may cause some unknown errors ifDistSQL
executes too fast or has dependencies. So, maybe we can add consistency feature to fix it.If you are interested, welcome to design and complete it.