readyset icon indicating copy to clipboard operation
readyset copied to clipboard

Enhance Snapshot Extend Recipe Warning

Open altmannmarcelo opened this issue 8 months ago • 0 comments

Description

In case we fail to Parse a DDL, we show the reason why, but we don't mention which table was erroring out:

2024-06-25T16:47:23.003371Z  WARN taking database snapshot: replicators::mysql_connector::snapshot: Error extending CREATE TABLE, table will not be used error=Error during RPC (extend_recipe (in readyset-client/src/controller/rpc.rs:49:26)): Table 'fks.c' is not being replicated by ReadySet
2024-06-25T16:47:23.006509Z  WARN taking database snapshot: replicators::mysql_connector::snapshot: Error extending CREATE TABLE, table will not be used error=Error during RPC (extend_recipe (in readyset-client/src/controller/rpc.rs:49:26)): Table 'fks.c' is not being replicated by ReadySet
2024-06-25T16:47:23.008861Z  WARN taking database snapshot: replicators::mysql_connector::snapshot: Error extending CREATE TABLE, table will not be used error=Error during RPC (extend_recipe (in readyset-client/src/controller/rpc.rs:49:26)): Table 'fks.c' is not being replicated by ReadySet

We should mention which table DDL we were trying to apply

Change in user-visible behavior

Requires documentation change

altmannmarcelo avatar Jun 25 '24 17:06 altmannmarcelo