rusackas commented on issue #33252:
URL: https://github.com/apache/superset/issues/33252#issuecomment-3948602651

   Thanks for the report, and for the additional confirmation from 
@kryminator666.
   
   This deadlock during `superset db upgrade` appears to be a race condition 
that surfaces specifically in Helm deployments where multiple processes may 
attempt concurrent access to the `dashboard_roles` table during migration.
   
   A few questions to help us triage this further:
   
   1. Is this consistently reproducible on every fresh deployment attempt, or 
intermittent?
   2. Has anyone been able to reproduce this outside of AWS Aurora (e.g., 
standard RDS PostgreSQL)?
   3. Does adding a `--wait` or pod startup ordering in the Helm chart help?
   
   This may ultimately need to be addressed in the 
[apache/superset-helm-chart](https://github.com/apache/superset-helm-chart) 
repository rather than here, depending on root cause.
   
   Adding `validation:required` while we gather more info.


-- 
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]

Reply via email to