MisterRaindrop commented on issue #1850: URL: https://github.com/apache/cloudberry/issues/1850#issuecomment-4968288050
Thanks for reporting this, could you share a bit more information? 1. Version & Environment - Exact Cloudberry version / commit hash - OS version 2. Full error output - The complete autovacuum error messages from the master log (a few lines of surrounding context would be really helpful, rather than a single line) - If there's a crash / core dump, a gdb backtrace (bt / thread apply all bt) would be great 3. Reproduction details - Minimal steps to reproduce (how many PXF tables, and the DDL used to create them) - Is it consistently reproducible, or intermittent? 4. Table metadata (run against the affected database) SELECT relname, relkind, relfrozenxid, age(relfrozenxid) FROM pg_class WHERE relname = '<table_name>'; - Whether these PXF tables are standard foreign tables or go through gp_exttable_fdw (\d+ <table_name>, or check pg_foreign_table / pg_foreign_server) 5. Autovacuum behavior - If possible, set log_autovacuum_min_duration = 0 and share the log showing which tables autovacuum actually selects and processes — this would confirm it's indeed acting on the foreign tables -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
