You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed multi-shard deployments becoming unresponsive due to mirror_primary_tables holding locks indefinitely, exhausting the connection pool. Added statement_timeout and lock_timeout to prevent stuck queries from cascading into a full lockup. (#6446)
Fixed the ingestor setting in [chains.*] config sections having no effect — block ingestion ran regardless of its value. (#6447)