mirror of https://github.com/citusdata/citus.git
Fix typo in distributed deadlock error message
parent
d7171838d7
commit
100aaeb3f5
|
@ -226,7 +226,7 @@ multi_log_hook(ErrorData *edata)
|
||||||
MyBackendGotCancelledDueToDeadlock())
|
MyBackendGotCancelledDueToDeadlock())
|
||||||
{
|
{
|
||||||
edata->sqlerrcode = ERRCODE_T_R_DEADLOCK_DETECTED;
|
edata->sqlerrcode = ERRCODE_T_R_DEADLOCK_DETECTED;
|
||||||
edata->message = "canceling the transaction since it has "
|
edata->message = "canceling the transaction since it was "
|
||||||
"involved in a distributed deadlock";
|
"involved in a distributed deadlock";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-update-1: <... completed>
|
step s2-update-1: <... completed>
|
||||||
step s1-update-2: <... completed>
|
step s1-update-2: <... completed>
|
||||||
error in steps deadlock-checker-call s2-update-1 s1-update-2: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-update-1 s1-update-2: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-update-1-rep-2: <... completed>
|
step s2-update-1-rep-2: <... completed>
|
||||||
step s1-update-2-rep-2: <... completed>
|
step s1-update-2-rep-2: <... completed>
|
||||||
error in steps deadlock-checker-call s2-update-1-rep-2 s1-update-2-rep-2: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-update-1-rep-2 s1-update-2-rep-2: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-update-1: <... completed>
|
step s2-update-1: <... completed>
|
||||||
step s1-update-2: <... completed>
|
step s1-update-2: <... completed>
|
||||||
error in steps deadlock-checker-call s2-update-1 s1-update-2: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-update-1 s1-update-2: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s1-update-2: <... completed>
|
step s1-update-2: <... completed>
|
||||||
step s2-upsert-select-all: <... completed>
|
step s2-upsert-select-all: <... completed>
|
||||||
error in steps deadlock-checker-call s1-update-2 s2-upsert-select-all: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s1-update-2 s2-upsert-select-all: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s1-update-2: <... completed>
|
step s1-update-2: <... completed>
|
||||||
step s2-ddl: <... completed>
|
step s2-ddl: <... completed>
|
||||||
error in steps deadlock-checker-call s1-update-2 s2-ddl: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s1-update-2 s2-ddl: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -238,7 +238,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-insert-dist-10: <... completed>
|
step s2-insert-dist-10: <... completed>
|
||||||
step s1-insert-local-10: <... completed>
|
step s1-insert-local-10: <... completed>
|
||||||
error in steps deadlock-checker-call s2-insert-dist-10 s1-insert-local-10: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-insert-dist-10 s1-insert-local-10: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -273,7 +273,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-insert-ref-11: <... completed>
|
step s2-insert-ref-11: <... completed>
|
||||||
step s1-insert-ref-10: <... completed>
|
step s1-insert-ref-10: <... completed>
|
||||||
error in steps deadlock-checker-call s2-insert-ref-11 s1-insert-ref-10: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-insert-ref-11 s1-insert-ref-10: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -314,7 +314,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-update-1: <... completed>
|
step s2-update-1: <... completed>
|
||||||
step s1-insert-ref-10: <... completed>
|
step s1-insert-ref-10: <... completed>
|
||||||
error in steps deadlock-checker-call s2-update-1 s1-insert-ref-10: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-update-1 s1-insert-ref-10: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -364,7 +364,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-update-3: <... completed>
|
step s2-update-3: <... completed>
|
||||||
step s3-update-1: <... completed>
|
step s3-update-1: <... completed>
|
||||||
error in steps deadlock-checker-call s2-update-3 s3-update-1: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-update-3 s3-update-1: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s3-finish:
|
step s3-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -418,7 +418,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s3-update-2: <... completed>
|
step s3-update-2: <... completed>
|
||||||
step s2-update-3: <... completed>
|
step s2-update-3: <... completed>
|
||||||
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s3-finish:
|
step s3-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -475,7 +475,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s3-update-2: <... completed>
|
step s3-update-2: <... completed>
|
||||||
step s2-update-3: <... completed>
|
step s2-update-3: <... completed>
|
||||||
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s3-finish:
|
step s3-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -534,7 +534,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-update-3: <... completed>
|
step s2-update-3: <... completed>
|
||||||
step s3-update-2: <... completed>
|
step s3-update-2: <... completed>
|
||||||
error in steps deadlock-checker-call s2-update-3 s3-update-2: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-update-3 s3-update-2: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s3-finish:
|
step s3-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -591,7 +591,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s4-update-1: <... completed>
|
step s4-update-1: <... completed>
|
||||||
step s1-update-4: <... completed>
|
step s1-update-4: <... completed>
|
||||||
error in steps deadlock-checker-call s4-update-1 s1-update-4: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s4-update-1 s1-update-4: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -609,7 +609,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s3-update-2: <... completed>
|
step s3-update-2: <... completed>
|
||||||
step s2-update-3: <... completed>
|
step s2-update-3: <... completed>
|
||||||
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s2-finish:
|
step s2-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -680,7 +680,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s1-update-5: <... completed>
|
step s1-update-5: <... completed>
|
||||||
step s5-update-1: <... completed>
|
step s5-update-1: <... completed>
|
||||||
error in steps deadlock-checker-call s1-update-5 s5-update-1: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s1-update-5 s5-update-1: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s1-finish:
|
step s1-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -765,7 +765,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s2-update-2: <... completed>
|
step s2-update-2: <... completed>
|
||||||
step s3-update-3: <... completed>
|
step s3-update-3: <... completed>
|
||||||
error in steps deadlock-checker-call s2-update-2 s3-update-3: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s2-update-2 s3-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s6-finish:
|
step s6-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -851,7 +851,7 @@ check_distributed_deadlocks
|
||||||
t
|
t
|
||||||
step s5-update-6: <... completed>
|
step s5-update-6: <... completed>
|
||||||
step s6-update-5: <... completed>
|
step s6-update-5: <... completed>
|
||||||
error in steps deadlock-checker-call s5-update-6 s6-update-5: ERROR: canceling the transaction since it has involved in a distributed deadlock
|
error in steps deadlock-checker-call s5-update-6 s6-update-5: ERROR: canceling the transaction since it was involved in a distributed deadlock
|
||||||
step s5-finish:
|
step s5-finish:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue