Skip to content

Conversation

@chiatt
Copy link
Member

@chiatt chiatt commented Dec 9, 2025

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

Prevents postgres failure during graph publication if bulk_update of staging table is too large.

Issues Solved

Closes #12523

Checklist

  • I targeted one of these branches:
    • dev/8.1.x (under development): features, bugfixes not covered below
    • dev/8.0.x (main support): regressions, crashing bugs, security issues, major bugs in new features
    • dev/7.6.x (extended support): major security issues, data loss issues
  • I added a changelog in arches/releases
  • I submitted a PR to arches-docs (if appropriate)
  • Unit tests pass locally with my changes
  • I added tests that prove my fix is effective or that my feature works
  • My test fails on the target branch

@chiatt chiatt changed the title Cnh/prevent pg crash during graph publication Prevent pg crash during graph publication Dec 11, 2025
@johnatawnclementawn
Copy link
Member

@chiatt I approved, but I'm okay if you want to experiment with .only() as Jacob points out in the issue thread

Copy link
Member

@johnatawnclementawn johnatawnclementawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you re-run pre-commit hooks?

@chiatt chiatt force-pushed the cnh/prevent_pg_crash_during_graph_publication branch from 43a810d to 7e98352 Compare December 11, 2025 19:55
Copy link
Member

@johnatawnclementawn johnatawnclementawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@chiatt chiatt force-pushed the cnh/prevent_pg_crash_during_graph_publication branch from 7e98352 to dd122f9 Compare December 29, 2025 16:51
@chiatt chiatt merged commit 52d3519 into dev/8.0.x Dec 29, 2025
7 checks passed
@chiatt chiatt deleted the cnh/prevent_pg_crash_during_graph_publication branch December 29, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postgres can crash on graph publication during bulk update of staging table

3 participants