Advertisement
chrissharp123

Untitled

Sep 20th, 2021
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-1] 2021-09-20 11:34:24.823 EDT [61668] evergreen@evergreen ERROR: deadlock detected
  2. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-2] 2021-09-20 11:34:24.823 EDT [61668] evergreen@evergreen DETAIL: Process 61668 waits for AccessExclusiveLock on relation 17067 of database 16385; blocked by process 60847.
  3. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-3] #011Process 60847 waits for AccessShareLock on relation 17164 of database 16385; blocked by process 61668.
  4. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-4] #011Process 61668: /*
  5. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-5] #011do $$ begin
  6. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-6] #011 assert (
  7. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-7] #011 select count(*)
  8. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-8] #011 from actor.XXXX_usr_message
  9. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-9] #011 where id not in (
  10. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-10] #011 select id from actor.usr_message
  11. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-11] #011 )
  12. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-12] #011 ) = 0, 'failed migrating to actor.usr_message';
  13. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-13] #011end; $$;
  14. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-14]
  15. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-15] #011do $$ begin
  16. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-16] #011 assert (
  17. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-17] #011 select count(*)
  18. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-18] #011 from actor.XXXX_usr_standing_penalty
  19. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-19] #011 where id not in (
  20. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-20] #011 select id from actor.usr_standing_penalty
  21. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-21] #011 )
  22. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-22] #011 ) = 0, 'failed migrating to actor.usr_standing_penalty';
  23. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-23] #011end; $$;
  24. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-24] #011*/
  25. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-25]
  26. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-26] #011ALTER TABLE actor.usr DROP COLUMN alert_message CASCADE;
  27. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-27] #011Process 60847: SELECT * FROM action.hold_retarget_permit_test( '111', '111', '12864022', '1695487', '1695487' ) AS "action.hold_retarget_permit_test" ;
  28. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-28] 2021-09-20 11:34:24.823 EDT [61668] evergreen@evergreen HINT: See server log for query details.
  29. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-29] 2021-09-20 11:34:24.823 EDT [61668] evergreen@evergreen STATEMENT: /*
  30. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-30] #011do $$ begin
  31. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-31] #011 assert (
  32. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-32] #011 select count(*)
  33. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-33] #011 from actor.XXXX_usr_message
  34. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-34] #011 where id not in (
  35. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-35] #011 select id from actor.usr_message
  36. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-36] #011 )
  37. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-37] #011 ) = 0, 'failed migrating to actor.usr_message';
  38. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-38] #011end; $$;
  39. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-39]
  40. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-40] #011do $$ begin
  41. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-41] #011 assert (
  42. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-42] #011 select count(*)
  43. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-43] #011 from actor.XXXX_usr_standing_penalty
  44. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-44] #011 where id not in (
  45. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-45] #011 select id from actor.usr_standing_penalty
  46. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-46] #011 )
  47. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-47] #011 ) = 0, 'failed migrating to actor.usr_standing_penalty';
  48. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-48] #011end; $$;
  49. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-49] #011*/
  50. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-50]
  51. 2021-09-20 11:34:24 next-db01 postgres[61668]: [37-51] #011ALTER TABLE actor.usr DROP COLUMN alert_message CASCADE;
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement