Skip to content

Commit 7d6bc62

Browse files
authored
Create output_example.log
1 parent bc7ce36 commit 7d6bc62

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[2023-05-16 16:05:55] Connected
2+
my_database> BEGIN
3+
[2023-05-16 16:05:55] completed in 12 ms
4+
my_database> SET LOCAL lock_timeout TO '1s'
5+
[2023-05-16 16:05:55] completed in 10 ms
6+
my_database> SET LOCAL statement_timeout TO '3s'
7+
[2023-05-16 16:05:55] completed in 8 ms
8+
my_database> DROP TRIGGER IF EXISTS person__gender_determine_step1 ON v3_person
9+
[2023-05-16 16:05:56] [55P03] ERROR: canceling statement due to lock timeout
10+
my_database> ROLLBACK
11+
[2023-05-16 16:06:05] completed in 9 ms
12+
my_database.public> call execute_attempt($$DROP TRIGGER IF EXISTS person__gender_determine_step1 ON v3_person;$$)
13+
[2023-05-16 16:06:58] [01000] Attempt 1 of 50 to execute query failed due lock timeout 100ms, next replay after 1.00 second
14+
[2023-05-16 16:06:59] [01000] Attempt 2 of 50 to execute query failed due lock timeout 100ms, next replay after 1.01 second
15+
[2023-05-16 16:07:01] [01000] Attempt 3 of 50 to execute query failed due lock timeout 100ms, next replay after 1.57 second
16+
[2023-05-16 16:07:02] [01000] Attempt 4 of 50 to execute query failed due lock timeout 100ms, next replay after 1.78 second
17+
[2023-05-16 16:07:04] [01000] Attempt 5 of 50 to execute query failed due lock timeout 100ms, next replay after 1.97 second
18+
[2023-05-16 16:07:06] [01000] Attempt 6 of 50 to execute query failed due lock timeout 100ms, next replay after 1.75 second
19+
[2023-05-16 16:07:08] [01000] Attempt 7 of 50 to execute query failed due lock timeout 100ms, next replay after 2.74 second
20+
[2023-05-16 16:07:11] [01000] Attempt 8 of 50 to execute query failed due lock timeout 100ms, next replay after 1.56 second
21+
[2023-05-16 16:07:13] [01000] Attempt 9 of 50 to execute query failed due lock timeout 100ms, next replay after 2.14 second
22+
[2023-05-16 16:07:15] [01000] Attempt 10 of 50 to execute query failed due lock timeout 100ms, next replay after 3.19 second
23+
[2023-05-16 16:07:19] [01000] Attempt 11 of 50 to execute query failed due lock timeout 100ms, next replay after 2.83 second
24+
[2023-05-16 16:07:22] [01000] Attempt 12 of 50 to execute query failed due lock timeout 100ms, next replay after 4.39 second
25+
[2023-05-16 16:07:26] completed in 28 s 397 ms

0 commit comments

Comments
 (0)