Abacn commented on PR #37941: URL: https://github.com/apache/beam/pull/37941#issuecomment-4165275168
It seems to be an issue in postgres driver 42.7. When running the write pipeline or read pipeline in two different java programs, it works as before; but when run it in parallel (as the test did), DebeziumIO raises many warnings ``` cannot load schema for table 'inventory.customers' Refresh of inventory.customers was requested but the table no longer exists cannot load schema for table 'inventory.customers' Refresh of inventory.customers was requested but the table no longer exists ... ``` (on every poll) and it only reads 4 rows that pre-existing in the container. It appears to be a conflict when a driver is used in writing and reading same table at same time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
