-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
500 lines (500 loc) · 57.2 KB
/
docker-compose.logs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Container rinha-api-02 Creating
Container rinha-db Creating
Container rinha-api-01 Creating
Container rinha-api-01 Created
Container rinha-api-02 Created
Container rinha-nginx Creating
Container rinha-db Created
Container rinha-nginx Created
Attaching to rinha-api-01, rinha-api-02, rinha-db, rinha-nginx
rinha-api-01 |
rinha-api-01 | . ____ _ __ _ _
rinha-api-01 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
rinha-api-01 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
rinha-api-01 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
rinha-api-01 | ' |____| .__|_| |_|_| |_\__, | / / / /
rinha-api-01 | =========|_|==============|___/=/_/_/_/
rinha-api-01 | :: Spring Boot :: (v3.2.2)
rinha-api-01 |
rinha-api-01 | 2024-03-10T02:15:29.355Z INFO 1 --- [ main] c.m.r.RinhaDeBackend2024Q1Application : Starting AOT-processed RinhaDeBackend2024Q1Application using Java 21.0.2 with PID 1 (/workspace/com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application started by cnb in /workspace)
rinha-api-01 | 2024-03-10T02:15:29.355Z INFO 1 --- [ main] c.m.r.RinhaDeBackend2024Q1Application : The following 1 profile is active: "r2dbc"
rinha-db | The files belonging to this database system will be owned by user "postgres".
rinha-db | This user must also own the server process.
rinha-db |
rinha-db | The database cluster will be initialized with locale "en_US.utf8".
rinha-db | The default database encoding has accordingly been set to "UTF8".
rinha-db | The default text search configuration will be set to "english".
rinha-db |
rinha-db | Data page checksums are disabled.
rinha-db |
rinha-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
rinha-db | creating subdirectories ... ok
rinha-db | selecting dynamic shared memory implementation ... posix
rinha-api-02 |
rinha-api-02 | . ____ _ __ _ _
rinha-api-02 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
rinha-api-02 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
rinha-api-02 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
rinha-api-02 | ' |____| .__|_| |_|_| |_\__, | / / / /
rinha-api-02 | =========|_|==============|___/=/_/_/_/
rinha-api-02 | :: Spring Boot :: (v3.2.2)
rinha-api-02 |
rinha-api-02 | 2024-03-10T02:15:29.520Z INFO 1 --- [ main] c.m.r.RinhaDeBackend2024Q1Application : Starting AOT-processed RinhaDeBackend2024Q1Application using Java 21.0.2 with PID 1 (/workspace/com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application started by cnb in /workspace)
rinha-api-02 | 2024-03-10T02:15:29.520Z INFO 1 --- [ main] c.m.r.RinhaDeBackend2024Q1Application : The following 1 profile is active: "r2dbc"
rinha-db | selecting default max_connections ... 100
rinha-api-01 | 2024-03-10T02:15:29.529Z INFO 1 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 9999
rinha-api-01 | 2024-03-10T02:15:29.529Z INFO 1 --- [ main] c.m.r.RinhaDeBackend2024Q1Application : Started RinhaDeBackend2024Q1Application in 0.19 seconds (process running for 0.195)
rinha-db | selecting default shared_buffers ... 128MB
rinha-db | selecting default time zone ... Etc/UTC
rinha-db | creating configuration files ... ok
rinha-api-02 | 2024-03-10T02:15:29.656Z INFO 1 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 9999
rinha-api-02 | 2024-03-10T02:15:29.657Z INFO 1 --- [ main] c.m.r.RinhaDeBackend2024Q1Application : Started RinhaDeBackend2024Q1Application in 0.169 seconds (process running for 0.175)
rinha-nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
rinha-nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
rinha-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
rinha-nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
rinha-nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
rinha-nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
rinha-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
rinha-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
rinha-nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
rinha-db | running bootstrap script ... ok
rinha-db | performing post-bootstrap initialization ... ok
rinha-db | syncing data to disk ... ok
rinha-db |
rinha-db |
rinha-db | Success. You can now start the database server using:
rinha-db |
rinha-db | pg_ctl -D /var/lib/postgresql/data -l logfile start
rinha-db |
rinha-db | initdb: warning: enabling "trust" authentication for local connections
rinha-db | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
rinha-db | waiting for server to start....2024-03-10 02:15:31.144 UTC [48] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
rinha-db | 2024-03-10 02:15:31.148 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-db | 2024-03-10 02:15:31.158 UTC [51] LOG: database system was shut down at 2024-03-10 02:15:30 UTC
rinha-db | 2024-03-10 02:15:31.163 UTC [48] LOG: database system is ready to accept connections
rinha-db | done
rinha-db | server started
rinha-db | CREATE DATABASE
rinha-db |
rinha-db |
rinha-db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/script.sql
rinha-db | CREATE TABLE
rinha-db | CREATE TABLE
rinha-db | CREATE INDEX
rinha-db | INSERT 0 5
rinha-db | CREATE FUNCTION
rinha-db | CREATE FUNCTION
rinha-db |
rinha-db |
rinha-db | waiting for server to shut down...2024-03-10 02:15:31.465 UTC [48] LOG: received fast shutdown request
rinha-db | .2024-03-10 02:15:31.468 UTC [48] LOG: aborting any active transactions
rinha-db | 2024-03-10 02:15:31.514 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
rinha-db | 2024-03-10 02:15:31.515 UTC [49] LOG: shutting down
rinha-db | 2024-03-10 02:15:31.518 UTC [49] LOG: checkpoint starting: shutdown immediate
rinha-db | 2024-03-10 02:15:31.997 UTC [49] LOG: checkpoint complete: wrote 939 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.373 s, sync=0.094 s, total=0.483 s; sync files=308, longest=0.068 s, average=0.001 s; distance=4301 kB, estimate=4301 kB; lsn=0/191E128, redo lsn=0/191E128
rinha-db | 2024-03-10 02:15:32.002 UTC [48] LOG: database system is shut down
rinha-db | done
rinha-db | server stopped
rinha-db |
rinha-db | PostgreSQL init process complete; ready for start up.
rinha-db |
rinha-db | 2024-03-10 02:15:32.090 UTC [1] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
rinha-db | 2024-03-10 02:15:32.090 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha-db | 2024-03-10 02:15:32.091 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha-db | 2024-03-10 02:15:32.096 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-db | 2024-03-10 02:15:32.103 UTC [66] LOG: database system was shut down at 2024-03-10 02:15:31 UTC
rinha-db | 2024-03-10 02:15:32.110 UTC [1] LOG: database system is ready to accept connections
rinha-db | 2024-03-10 02:15:33.159 UTC [70] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:33.159 UTC [70] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:33 +0000] "GET /clientes/1/extrato HTTP/1.1" 200 112 "-" "curl/7.81.0"
rinha-db | 2024-03-10 02:15:33.180 UTC [70] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:33.180 UTC [70] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:33 +0000] "GET /clientes/1/extrato HTTP/1.1" 200 113 "-" "curl/7.81.0"
rinha-db | 2024-03-10 02:15:37.577 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.577 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:37.584 UTC [77] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.584 UTC [77] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.589 UTC [76] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.589 UTC [76] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.595 UTC [78] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.595 UTC [78] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.599 UTC [74] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.599 UTC [74] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.603 UTC [75] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.603 UTC [75] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.606 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.606 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.612 UTC [75] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.612 UTC [75] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:37.614 UTC [78] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.614 UTC [78] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.615 UTC [74] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.615 UTC [74] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:37.618 UTC [76] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.618 UTC [76] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.620 UTC [77] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.620 UTC [77] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.624 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.624 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:37.628 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.628 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.632 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.632 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.637 UTC [81] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.637 UTC [81] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:37.641 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.641 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.643 UTC [81] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.643 UTC [81] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.646 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.646 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.648 UTC [81] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.648 UTC [81] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.651 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.651 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.654 UTC [82] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.654 UTC [82] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.657 UTC [81] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.657 UTC [81] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:37.660 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.660 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:37.662 UTC [82] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:37.662 UTC [82] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:37 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:38.559 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:38.559 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:38 +0000] "GET /clientes/1/extrato HTTP/1.1" 200 1103 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.563 UTC [77] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.563 UTC [77] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:39.571 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.571 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.573 UTC [76] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.573 UTC [76] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.575 UTC [75] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.575 UTC [75] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.577 UTC [74] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.577 UTC [74] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.578 UTC [78] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.578 UTC [78] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.581 UTC [73] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.581 UTC [73] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.585 UTC [71] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.585 UTC [71] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.588 UTC [87] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.588 UTC [87] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.590 UTC [70] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.590 UTC [70] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.592 UTC [72] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.592 UTC [72] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:39.594 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.594 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.596 UTC [83] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.596 UTC [83] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.601 UTC [84] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.601 UTC [84] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:39.603 UTC [82] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.603 UTC [82] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.606 UTC [85] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.606 UTC [85] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.609 UTC [88] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.609 UTC [88] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.610 UTC [81] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.610 UTC [81] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.613 UTC [86] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.613 UTC [86] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.615 UTC [77] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.615 UTC [77] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.618 UTC [89] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.618 UTC [89] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:39.621 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.621 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.622 UTC [87] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.622 UTC [87] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.624 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.624 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:39.625 UTC [83] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:39.625 UTC [83] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:39 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 30 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:40.558 UTC [83] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:40.558 UTC [83] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:40 +0000] "GET /clientes/1/extrato HTTP/1.1" 200 1099 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:41.558 UTC [79] ERROR: CLIENT_NOT_FOUND
rinha-db | 2024-03-10 02:15:41.558 UTC [79] CONTEXT: PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 19 at RAISE
rinha-db | 2024-03-10 02:15:41.558 UTC [79] STATEMENT: SELECT * FROM get_client_balance_and_last_ten_transactions($1);
rinha-db |
rinha-api-01 | 2024-03-10T02:15:41.558Z ERROR 1 --- [tor-tcp-epoll-2] c.m.r.controller.ClientController : Error when generating statement - clientId 6
rinha-api-01 |
rinha-api-01 | com.matheusmr.rinhadebackend2024q1.exception.ClientNotFoundException: null
rinha-api-01 | at com.matheusmr.rinhadebackend2024q1.service.ClientServiceR2dbcImpl.lambda$generateStatement$6(ClientServiceR2dbcImpl.java:67) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:na]
rinha-api-01 | at reactor.core.publisher.Mono.lambda$onErrorMap$27(Mono.java:3785) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.Mono.lambda$onErrorResume$29(Mono.java:3875) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoNext$NextSubscriber.onError(MonoNext.java:93) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Operators.error(Operators.java:198) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoError.subscribe(MonoError.java:53) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Mono.subscribe(Mono.java:4512) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxUsingWhen$UsingWhenSubscriber.deferredError(FluxUsingWhen.java:403) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxUsingWhen$RollbackInner.onComplete(FluxUsingWhen.java:480) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onComplete(Operators.java:2231) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onComplete(Operators.java:2231) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:210) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:210) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.pool.SimpleDequePool.maybeRecycleAndDrain(SimpleDequePool.java:540) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:1.0.5]
rinha-api-01 | at reactor.pool.SimpleDequePool$QueuePoolRecyclerInner.onComplete(SimpleDequePool.java:770) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:1.0.5]
rinha-api-01 | at reactor.core.publisher.Operators.complete(Operators.java:137) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoEmpty.subscribe(MonoEmpty.java:46) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Mono.subscribe(Mono.java:4512) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.pool.SimpleDequePool$QueuePoolRecyclerMono.subscribe(SimpleDequePool.java:882) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoDefer.subscribe(MonoDefer.java:53) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:241) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:204) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Operators.complete(Operators.java:137) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoEmpty.subscribe(MonoEmpty.java:46) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Mono.subscribe(Mono.java:4512) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:265) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen.subscribe(MonoIgnoreThen.java:51) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoDefer.subscribe(MonoDefer.java:53) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:241) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:204) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreElements$IgnoreElementsSubscriber.onComplete(MonoIgnoreElements.java:89) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.onComplete(FluxHandleFuseable.java:239) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoSupplier$MonoSupplierSubscription.request(MonoSupplier.java:148) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.request(FluxHandleFuseable.java:260) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreElements$IgnoreElementsSubscriber.onSubscribe(MonoIgnoreElements.java:72) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.onSubscribe(FluxHandleFuseable.java:164) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoSupplier.subscribe(MonoSupplier.java:48) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Mono.subscribe(Mono.java:4512) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:265) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreThen.subscribe(MonoIgnoreThen.java:51) ~[na:na]
rinha-api-01 | at reactor.core.publisher.InternalMonoOperator.subscribe(InternalMonoOperator.java:76) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoDefer.subscribe(MonoDefer.java:53) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Mono.subscribe(Mono.java:4512) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoIgnoreElements$IgnoreElementsSubscriber.onError(MonoIgnoreElements.java:84) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxFilter$FilterSubscriber.onError(FluxFilter.java:157) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxFilter$FilterConditionalSubscriber.onError(FluxFilter.java:291) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxMap$MapConditionalSubscriber.onError(FluxMap.java:265) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Operators.error(Operators.java:198) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoError.subscribe(MonoError.java:53) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoDeferContextual.subscribe(MonoDeferContextual.java:55) ~[na:na]
rinha-api-01 | at reactor.core.publisher.InternalMonoOperator.subscribe(InternalMonoOperator.java:76) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.MonoDefer.subscribe(MonoDefer.java:53) ~[na:na]
rinha-api-01 | at reactor.core.publisher.Mono.subscribe(Mono.java:4512) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxUsingWhen$UsingWhenSubscriber.onError(FluxUsingWhen.java:368) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxFlatMap$FlatMapMain.checkTerminated(FluxFlatMap.java:846) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxFlatMap$FlatMapMain.drainLoop(FluxFlatMap.java:612) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxFlatMap$FlatMapMain.drain(FluxFlatMap.java:592) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxFlatMap$FlatMapMain.innerError(FluxFlatMap.java:867) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxFlatMap$FlatMapInner.onError(FluxFlatMap.java:994) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxHandle$HandleSubscriber.onError(FluxHandle.java:213) ~[na:na]
rinha-api-01 | at reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onError(MonoFlatMapMany.java:256) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.onNext(FluxHandleFuseable.java:201) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onNext(FluxFilterFuseable.java:337) ~[na:na]
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "GET /clientes/6/extrato HTTP/1.1" 404 0 "-" "Agente do Caos - 2024/Q1"
rinha-api-01 | at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:107) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxPeekFuseable$PeekConditionalSubscriber.onNext(FluxPeekFuseable.java:854) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxPeekFuseable$PeekConditionalSubscriber.onNext(FluxPeekFuseable.java:854) ~[na:na]
rinha-api-01 | at io.r2dbc.postgresql.util.FluxDiscardOnCancel$FluxDiscardOnCancelSubscriber.onNext(FluxDiscardOnCancel.java:91) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxDoFinally$DoFinallySubscriber.onNext(FluxDoFinally.java:113) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxHandle$HandleSubscriber.onNext(FluxHandle.java:129) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxCreate$BufferAsyncSink.drain(FluxCreate.java:880) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxCreate$BufferAsyncSink.next(FluxCreate.java:805) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at reactor.core.publisher.FluxCreate$SerializedFluxSink.next(FluxCreate.java:163) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:3.6.2]
rinha-api-01 | at io.r2dbc.postgresql.client.ReactorNettyClient$Conversation.emit(ReactorNettyClient.java:684) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:1.0.4.RELEASE]
rinha-api-01 | at io.r2dbc.postgresql.client.ReactorNettyClient$BackendMessageSubscriber.emit(ReactorNettyClient.java:936) ~[na:na]
rinha-api-01 | at io.r2dbc.postgresql.client.ReactorNettyClient$BackendMessageSubscriber.onNext(ReactorNettyClient.java:810) ~[na:na]
rinha-api-01 | at io.r2dbc.postgresql.client.ReactorNettyClient$BackendMessageSubscriber.onNext(ReactorNettyClient.java:716) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxHandle$HandleSubscriber.onNext(FluxHandle.java:129) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxPeekFuseable$PeekConditionalSubscriber.onNext(FluxPeekFuseable.java:854) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxMap$MapConditionalSubscriber.onNext(FluxMap.java:224) ~[na:na]
rinha-api-01 | at reactor.core.publisher.FluxMap$MapConditionalSubscriber.onNext(FluxMap.java:224) ~[na:na]
rinha-api-01 | at reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:294) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:1.1.15]
rinha-api-01 | at reactor.netty.channel.FluxReceive.onInboundNext(FluxReceive.java:403) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:1.1.15]
rinha-api-01 | at reactor.netty.channel.ChannelOperations.onInboundNext(ChannelOperations.java:426) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:1.1.15]
rinha-api-01 | at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:114) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:1.1.15]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:4.1.105.Final]
rinha-api-01 | at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) ~[na:na]
rinha-api-01 | at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) ~[na:na]
rinha-api-01 | at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[na:na]
rinha-api-01 | at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[na:na]
rinha-api-01 | at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[na:na]
rinha-api-01 | at [email protected]/java.lang.Thread.runWith(Thread.java:1596) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:na]
rinha-api-01 | at [email protected]/java.lang.Thread.run(Thread.java:1583) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:na]
rinha-api-01 | at org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.java:838) ~[com.matheusmr.rinhadebackend2024q1.RinhaDeBackend2024Q1Application:na]
rinha-api-01 | at org.graalvm.nativeimage.builder/com.oracle.svm.core.posix.thread.PosixPlatformThreads.pthreadStartRoutine(PosixPlatformThreads.java:211) ~[na:na]
rinha-api-01 |
rinha-db | 2024-03-10 02:15:41.563 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.563 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-db | 2024-03-10 02:15:41.564 UTC [83] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.564 UTC [83] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "GET /clientes/5/extrato HTTP/1.1" 200 113 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:41.565 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.565 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-db | 2024-03-10 02:15:41.565 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.565 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "GET /clientes/3/extrato HTTP/1.1" 200 114 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "GET /clientes/2/extrato HTTP/1.1" 200 112 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "GET /clientes/4/extrato HTTP/1.1" 200 115 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:41.567 UTC [87] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.567 UTC [87] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function get_client_balance_and_last_ten_transactions(integer) line 42 at PERFORM
rinha-db | 2024-03-10 02:15:41.568 UTC [79] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.568 UTC [79] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "GET /clientes/1/extrato HTTP/1.1" 200 1099 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:41.569 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.569 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:41.570 UTC [77] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.570 UTC [77] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:41.570 UTC [87] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.570 UTC [87] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "POST /clientes/4/transacoes HTTP/1.1" 200 32 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:41.571 UTC [72] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.571 UTC [72] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "POST /clientes/3/transacoes HTTP/1.1" 200 31 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "POST /clientes/5/transacoes HTTP/1.1" 200 30 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "POST /clientes/2/transacoes HTTP/1.1" 200 29 "-" "Agente do Caos - 2024/Q1"
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "POST /clientes/1/transacoes HTTP/1.1" 200 30 "-" "Agente do Caos - 2024/Q1"
rinha-db | 2024-03-10 02:15:41.575 UTC [80] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.575 UTC [80] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:41.576 UTC [87] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.576 UTC [87] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:41.576 UTC [72] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.576 UTC [72] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-db | 2024-03-10 02:15:41.577 UTC [83] WARNING: you don't own a lock of type ExclusiveLock
rinha-db | 2024-03-10 02:15:41.577 UTC [83] CONTEXT: SQL statement "SELECT pg_advisory_unlock(p_client_id)"
rinha-db | PL/pgSQL function insert_transaction_and_update_balance(integer,integer,character,character varying) line 36 at PERFORM
rinha-nginx | 172.26.0.1 - - [10/Mar/2024:02:15:41 +0000] "POST /clientes/2/transacoes HTTP/1.1" 200 29 "-" "Agente do Caos - 2024/Q1"