-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
500 lines (500 loc) · 93.1 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 luanfrj-camel-db-1 Creating
Container luanfrj-camel-db-1 Created
Container luanfrj-camel-api02-1 Creating
Container luanfrj-camel-api01-1 Creating
Container luanfrj-camel-api01-1 Created
Container luanfrj-camel-api02-1 Created
Container luanfrj-camel-nginx-1 Creating
Container luanfrj-camel-nginx-1 Created
Attaching to api01-1, api02-1, db-1, nginx-1
db-1 | The files belonging to this database system will be owned by user "postgres".
db-1 | This user must also own the server process.
db-1 |
db-1 | The database cluster will be initialized with locale "en_US.utf8".
db-1 | The default database encoding has accordingly been set to "UTF8".
db-1 | The default text search configuration will be set to "english".
db-1 |
db-1 | Data page checksums are disabled.
db-1 |
db-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db-1 | creating subdirectories ... ok
db-1 | selecting dynamic shared memory implementation ... posix
db-1 | selecting default max_connections ... 100
db-1 | selecting default shared_buffers ... 128MB
api01-1 | INFO exec -a "java" java -XX:MaxRAMPercentage=80.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:+ExitOnOutOfMemoryError -cp "." -jar /deployments/crebito-api-1.0.0-SNAPSHOT-runner.jar
api01-1 | INFO running in /deployments
api02-1 | INFO exec -a "java" java -XX:MaxRAMPercentage=80.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:+ExitOnOutOfMemoryError -cp "." -jar /deployments/crebito-api-1.0.0-SNAPSHOT-runner.jar
api02-1 | INFO running in /deployments
db-1 | selecting default time zone ... Etc/UTC
db-1 | creating configuration files ... ok
nginx-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
db-1 | running bootstrap script ... ok
nginx-1 | 2024/03/09 22:33:19 [error] 30#30: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:33:19 [error] 30#30: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/extrato", host: "localhost:9999"
api01-1 | __ ____ __ _____ ___ __ ____ ______
api01-1 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
api01-1 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
api01-1 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
api01-1 | 2024-03-09 22:33:19,542 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime
api01-1 | 2024-03-09 22:33:19,545 INFO [org.apa.cam.mai.MainSupport] (main) Apache Camel (Main) 4.4.0 is starting
api02-1 | __ ____ __ _____ ___ __ ____ ______
api02-1 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
api02-1 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
api02-1 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
api02-1 | 2024-03-09 22:33:19,548 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime
api02-1 | 2024-03-09 22:33:19,615 INFO [org.apa.cam.mai.MainSupport] (main) Apache Camel (Main) 4.4.0 is starting
db-1 | performing post-bootstrap initialization ... ok
db-1 | syncing data to disk ... ok
db-1 |
db-1 |
db-1 | Success. You can now start the database server using:
db-1 |
db-1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
db-1 |
db-1 | initdb: warning: enabling "trust" authentication for local connections
db-1 | 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.
api01-1 | 2024-03-09 22:33:20,547 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.4.0 (camel-1) is starting
api02-1 | 2024-03-09 22:33:20,615 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.4.0 (camel-1) is starting
db-1 | waiting for server to start....2024-03-09 22:33:20.618 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
db-1 | 2024-03-09 22:33:20.629 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-03-09 22:33:20.643 UTC [51] LOG: database system was shut down at 2024-03-09 22:33:20 UTC
db-1 | 2024-03-09 22:33:20.650 UTC [48] LOG: database system is ready to accept connections
db-1 | done
db-1 | server started
api01-1 | 2024-03-09 22:33:21,054 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (started:7)
api01-1 | 2024-03-09 22:33:21,054 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route1 (rest://post:/clientes:/%7Bid%7D/transacoes)
api01-1 | 2024-03-09 22:33:21,054 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route2 (rest://get:/clientes:/%7Bid%7D/extrato)
api01-1 | 2024-03-09 22:33:21,054 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route3 (direct://unlockStop)
api01-1 | 2024-03-09 22:33:21,054 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route4 (direct://transacao)
api01-1 | 2024-03-09 22:33:21,054 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route5 (direct://updateSaldo)
api01-1 | 2024-03-09 22:33:21,055 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route6 (direct://insereTransacao)
api01-1 | 2024-03-09 22:33:21,055 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route7 (direct://extrato)
api01-1 | 2024-03-09 22:33:21,055 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.4.0 (camel-1) started in 507ms (build:0ms init:0ms start:507ms)
api01-1 | INCIANDO APLICAÇÃO: api01,api02
api01-1 | 2024-03-09 22:33:21,158 WARNING [com.haz.ins.imp.HazelcastInstanceFactory] (main) Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
api01-1 | --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
api02-1 | 2024-03-09 22:33:21,233 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (started:7)
api02-1 | 2024-03-09 22:33:21,234 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route1 (rest://post:/clientes:/%7Bid%7D/transacoes)
api02-1 | 2024-03-09 22:33:21,234 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route2 (rest://get:/clientes:/%7Bid%7D/extrato)
api02-1 | 2024-03-09 22:33:21,234 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route3 (direct://unlockStop)
api02-1 | 2024-03-09 22:33:21,234 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route4 (direct://extrato)
api02-1 | 2024-03-09 22:33:21,234 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route5 (direct://transacao)
api02-1 | 2024-03-09 22:33:21,234 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route6 (direct://updateSaldo)
api02-1 | 2024-03-09 22:33:21,234 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route7 (direct://insereTransacao)
api02-1 | 2024-03-09 22:33:21,235 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.4.0 (camel-1) started in 618ms (build:0ms init:0ms start:618ms)
nginx-1 | 2024/03/09 22:33:21 [error] 30#30: *4 no live upstreams while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-09 22:33:21,339 INFO [com.haz.sys.logo] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6]
api01-1 | + + o o o o---o o----o o o---o o o----o o--o--o
api01-1 | + + + + | | / \ / | | / / \ | |
api01-1 | + + + + + o----o o o o o----o | o o o o----o |
api01-1 | + + + + | | / \ / | | \ / \ | |
api01-1 | + + o o o o o---o o----o o----o o---o o o o----o o
api01-1 | 2024-03-09 22:33:21,339 INFO [com.haz.system] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved.
api01-1 | 2024-03-09 22:33:21,340 INFO [com.haz.system] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Hazelcast Platform 5.3.6 (20231109 - 9903dc9) starting at [192.168.96.4]:5701
api01-1 | 2024-03-09 22:33:21,340 INFO [com.haz.system] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Cluster name: rinha-cluster
api01-1 | 2024-03-09 22:33:21,340 INFO [com.haz.system] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Integrity Checker is disabled. Fail-fast on corrupted executables will not be performed. For more information, see the documentation for Integrity Checker.
api01-1 | 2024-03-09 22:33:21,342 INFO [com.haz.system] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] The Jet engine is disabled.
api01-1 | To enable the Jet engine on the members, do one of the following:
api01-1 | - Change member config using Java API: config.getJetConfig().setEnabled(true)
api01-1 | - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true
api01-1 | - Add system property: -Dhz.jet.enabled=true (for Hazelcast embedded, works only when loading config via Config.load)
api01-1 | - Add environment variable: HZ_JET_ENABLED=true (recommended when running container image. For Hazelcast embedded, works only when loading config via Config.load)
api02-1 | INCIANDO APLICAÇÃO: api01,api02
api02-1 | 2024-03-09 22:33:21,436 WARNING [com.haz.ins.imp.HazelcastInstanceFactory] (main) Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
api02-1 | --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
db-1 | CREATE DATABASE
db-1 |
db-1 |
db-1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
api02-1 | 2024-03-09 22:33:21,729 INFO [com.haz.sys.logo] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6]
api02-1 | + + o o o o---o o----o o o---o o o----o o--o--o
api02-1 | + + + + | | / \ / | | / / \ | |
api02-1 | + + + + + o----o o o o o----o | o o o o----o |
api02-1 | + + + + | | / \ / | | \ / \ | |
api02-1 | + + o o o o o---o o----o o----o o---o o o o----o o
api02-1 | 2024-03-09 22:33:21,730 INFO [com.haz.system] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved.
api02-1 | 2024-03-09 22:33:21,730 INFO [com.haz.system] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Hazelcast Platform 5.3.6 (20231109 - 9903dc9) starting at [192.168.96.3]:5701
api02-1 | 2024-03-09 22:33:21,730 INFO [com.haz.system] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Cluster name: rinha-cluster
api02-1 | 2024-03-09 22:33:21,730 INFO [com.haz.system] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Integrity Checker is disabled. Fail-fast on corrupted executables will not be performed. For more information, see the documentation for Integrity Checker.
api02-1 | 2024-03-09 22:33:21,734 INFO [com.haz.system] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] The Jet engine is disabled.
api02-1 | To enable the Jet engine on the members, do one of the following:
api02-1 | - Change member config using Java API: config.getJetConfig().setEnabled(true)
api02-1 | - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true
api02-1 | - Add system property: -Dhz.jet.enabled=true (for Hazelcast embedded, works only when loading config via Config.load)
api02-1 | - Add environment variable: HZ_JET_ENABLED=true (recommended when running container image. For Hazelcast embedded, works only when loading config via Config.load)
db-1 | CREATE TABLE
db-1 | CREATE TABLE
db-1 | CREATE INDEX
db-1 | CREATE INDEX
db-1 | DO
db-1 |
db-1 |
db-1 | waiting for server to shut down...2024-03-09 22:33:21.845 UTC [48] LOG: received fast shutdown request
db-1 | .2024-03-09 22:33:21.850 UTC [48] LOG: aborting any active transactions
db-1 | 2024-03-09 22:33:21.914 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
db-1 | 2024-03-09 22:33:21.915 UTC [49] LOG: shutting down
db-1 | 2024-03-09 22:33:21.926 UTC [49] LOG: checkpoint starting: shutdown immediate
api01-1 | 2024-03-09 22:33:22,023 INFO [com.haz.int.tpc.TpcServerBootstrap] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] TPC: disabled
api02-1 | 2024-03-09 22:33:22,330 INFO [com.haz.int.tpc.TpcServerBootstrap] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] TPC: disabled
db-1 | 2024-03-09 22:33:22.463 UTC [49] LOG: checkpoint complete: wrote 940 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.411 s, sync=0.109 s, total=0.548 s; sync files=317, longest=0.054 s, average=0.001 s; distance=4294 kB, estimate=4294 kB; lsn=0/191C1F0, redo lsn=0/191C1F0
db-1 | 2024-03-09 22:33:22.467 UTC [48] LOG: database system is shut down
db-1 | done
db-1 | server stopped
db-1 |
db-1 | PostgreSQL init process complete; ready for start up.
db-1 |
db-1 | 2024-03-09 22:33:22.571 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
db-1 | 2024-03-09 22:33:22.571 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db-1 | 2024-03-09 22:33:22.571 UTC [1] LOG: listening on IPv6 address "::", port 5432
db-1 | 2024-03-09 22:33:22.585 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-03-09 22:33:22.622 UTC [66] LOG: database system was shut down at 2024-03-09 22:33:22 UTC
db-1 | 2024-03-09 22:33:22.629 UTC [1] LOG: database system is ready to accept connections
api01-1 | 2024-03-09 22:33:22,725 INFO [com.haz.spi.dis.int.DiscoveryService] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Auto-detection selected discovery strategy: class com.hazelcast.azure.AzureDiscoveryStrategyFactory
api01-1 | 2024-03-09 22:33:22,746 INFO [com.haz.sys.security] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Enable DEBUG/FINE log level for log category com.hazelcast.system.security or use -Dhazelcast.security.recommendations system property to see 🔒 security recommendations and the status of current config.
api01-1 | 2024-03-09 22:33:22,938 INFO [com.haz.ins.imp.Node] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Using Discovery SPI
api01-1 | 2024-03-09 22:33:22,941 WARNING [com.haz.cp.CPSubsystem] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
api02-1 | 2024-03-09 22:33:22,945 INFO [com.haz.spi.dis.int.DiscoveryService] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Auto-detection selected discovery strategy: class com.hazelcast.azure.AzureDiscoveryStrategyFactory
api02-1 | 2024-03-09 22:33:23,037 INFO [com.haz.sys.security] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Enable DEBUG/FINE log level for log category com.hazelcast.system.security or use -Dhazelcast.security.recommendations system property to see 🔒 security recommendations and the status of current config.
api02-1 | 2024-03-09 22:33:23,143 INFO [com.haz.ins.imp.Node] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Using Discovery SPI
api02-1 | 2024-03-09 22:33:23,146 WARNING [com.haz.cp.CPSubsystem] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
nginx-1 | 2024/03/09 22:33:23 [error] 30#30: *5 no live upstreams while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-09 22:33:23,827 INFO [com.haz.int.dia.Diagnostics] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
api01-1 | 2024-03-09 22:33:23,833 INFO [com.haz.cor.LifecycleService] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] [192.168.96.4]:5701 is STARTING
api02-1 | 2024-03-09 22:33:23,935 INFO [com.haz.int.dia.Diagnostics] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
api02-1 | 2024-03-09 22:33:23,939 INFO [com.haz.cor.LifecycleService] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] [192.168.96.3]:5701 is STARTING
nginx-1 | 2024/03/09 22:33:25 [error] 30#30: *6 no live upstreams while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-09 22:33:25,816 WARNING [com.haz.azu.AzureDiscoveryStrategy] (main) Required role is not assigned to service principal! To use Hazelcast Azure discovery assign a role to service principal with correct 'Read' permissions. Starting standalone.
api02-1 | 2024-03-09 22:33:26,135 WARNING [com.haz.azu.AzureDiscoveryStrategy] (main) Required role is not assigned to service principal! To use Hazelcast Azure discovery assign a role to service principal with correct 'Read' permissions. Starting standalone.
nginx-1 | 2024/03/09 22:33:27 [error] 30#30: *7 no live upstreams while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-09 22:33:29,132 INFO [com.haz.int.clu.ClusterService] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6]
api01-1 |
api01-1 | Members {size:1, ver:1} [
api01-1 | Member [192.168.96.4]:5701 - 61784595-98b9-4e71-990b-7e6d7f5e2575 this
api01-1 | ]
api01-1 |
api01-1 | 2024-03-09 22:33:29,143 INFO [com.haz.cor.LifecycleService] (main) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] [192.168.96.4]:5701 is STARTED
api02-1 | 2024-03-09 22:33:29,303 INFO [com.haz.int.clu.ClusterService] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6]
api02-1 |
api02-1 | Members {size:1, ver:1} [
api02-1 | Member [192.168.96.3]:5701 - e0cd6de1-671b-43cb-9c41-aa9e61795e7f this
api02-1 | ]
api02-1 |
api02-1 | 2024-03-09 22:33:29,311 INFO [com.haz.cor.LifecycleService] (main) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] [192.168.96.3]:5701 is STARTED
nginx-1 | 2024/03/09 22:33:29 [error] 30#30: *8 no live upstreams while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-09 22:33:29,420 INFO [io.quarkus] (main) crebito-api 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.8.1) started in 13.194s. Listening on: http://0.0.0.0:8080
api01-1 | 2024-03-09 22:33:29,420 INFO [io.quarkus] (main) Profile prod activated.
api01-1 | 2024-03-09 22:33:29,420 INFO [io.quarkus] (main) Installed features: [agroal, camel-attachments, camel-bean, camel-core, camel-direct, camel-jackson, camel-jdbc, camel-platform-http, camel-rest, cdi, jdbc-postgresql, narayana-jta, smallrye-context-propagation, vertx]
api02-1 | 2024-03-09 22:33:29,719 INFO [io.quarkus] (main) crebito-api 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.8.1) started in 13.495s. Listening on: http://0.0.0.0:8080
api02-1 | 2024-03-09 22:33:29,720 INFO [io.quarkus] (main) Profile prod activated.
api02-1 | 2024-03-09 22:33:29,720 INFO [io.quarkus] (main) Installed features: [agroal, camel-attachments, camel-bean, camel-core, camel-direct, camel-jackson, camel-jdbc, camel-platform-http, camel-rest, cdi, jdbc-postgresql, narayana-jta, smallrye-context-propagation, vertx]
api01-1 | 2024-03-09 22:33:31,515 INFO [com.haz.int.par.imp.PartitionStateManager] (executor-thread-1) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Initializing cluster partition table arrangement...
api01-1 | 2024-03-09 22:33:31,528 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.frosty_payne.partition-operation.thread-1) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='1', seed=0, groupId=41} for SERVER -> [192.168.96.4]:5701
api02-1 | 2024-03-09 22:33:37,634 INFO [com.haz.int.par.imp.PartitionStateManager] (executor-thread-1) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Initializing cluster partition table arrangement...
api02-1 | 2024-03-09 22:33:37,730 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.silly_liskov.partition-operation.thread-1) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='1', seed=0, groupId=41} for SERVER -> [192.168.96.3]:5701
api02-1 | 2024-03-09 22:33:42,342 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.silly_liskov.partition-operation.thread-0) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='6', seed=0, groupId=160} for SERVER -> [192.168.96.3]:5701
api02-1 | 2024-03-09 22:33:42,346 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.silly_liskov.partition-operation.thread-1) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='5', seed=0, groupId=153} for SERVER -> [192.168.96.3]:5701
api02-1 | 2024-03-09 22:33:42,347 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.silly_liskov.partition-operation.thread-1) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='2', seed=0, groupId=257} for SERVER -> [192.168.96.3]:5701
api01-1 | 2024-03-09 22:33:42,345 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.frosty_payne.partition-operation.thread-1) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='3', seed=0, groupId=33} for SERVER -> [192.168.96.4]:5701
api01-1 | 2024-03-09 22:33:42,346 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.frosty_payne.partition-operation.thread-0) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='4', seed=0, groupId=16} for SERVER -> [192.168.96.4]:5701
api02-1 | 2024-03-09 22:33:42,354 SEVERE [com.haz.cp.int.ope.uns.UnsafeRaftReplicateOp] (hz.silly_liskov.partition-operation.thread-0) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Current thread is not owner of the lock!: java.lang.IllegalMonitorStateException: Current thread is not owner of the lock!
api02-1 | at com.hazelcast.cp.internal.datastructures.lock.LockService.release(LockService.java:123)
api02-1 | at com.hazelcast.cp.internal.datastructures.lock.operation.UnlockOp.run(UnlockOp.java:45)
api02-1 | at com.hazelcast.cp.internal.operation.unsafe.AbstractUnsafeRaftOp.call(AbstractUnsafeRaftOp.java:67)
api02-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:299)
api02-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:270)
api02-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:219)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:180)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:144)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.loop(OperationThread.java:134)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:115)
api02-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:111)
api02-1 |
api02-1 | 2024-03-09 22:33:42,361 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.silly_liskov.partition-operation.thread-1) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='3', seed=0, groupId=33} for SERVER -> [192.168.96.3]:5701
api02-1 | 2024-03-09 22:33:42,362 ERROR [org.apa.cam.pro.err.DefaultErrorHandler] (executor-thread-12) Failed delivery for (MessageId: 606A707C39F4D85-000000000000000E on ExchangeId: 606A707C39F4D85-000000000000000E). Exhausted after delivery attempt: 1 caught: java.lang.IllegalMonitorStateException: Current thread is not owner of the lock!
api02-1 |
api02-1 | Message History (source location and message history is disabled)
api02-1 | ---------------------------------------------------------------------------------------------------------------------------------------
api02-1 | Source ID Processor Elapsed (ms)
api02-1 | route2/route2 from[platform-http:///clientes/%7Bid%7D/extrato?ht 21
api02-1 | ...
api02-1 | route3/bean1 bean[br.eng.luan.bean.HazelcastBean] 0
api02-1 |
api02-1 | Stacktrace
api02-1 | ---------------------------------------------------------------------------------------------------------------------------------------: java.lang.IllegalMonitorStateException: Current thread is not owner of the lock!
api02-1 | at com.hazelcast.cp.internal.datastructures.lock.LockService.release(LockService.java:123)
api02-1 | at com.hazelcast.cp.internal.datastructures.lock.operation.UnlockOp.run(UnlockOp.java:45)
api02-1 | at com.hazelcast.cp.internal.operation.unsafe.AbstractUnsafeRaftOp.call(AbstractUnsafeRaftOp.java:67)
api02-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:299)
api02-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:270)
api02-1 | at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:219)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:180)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:144)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.loop(OperationThread.java:134)
api02-1 | at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:115)
api02-1 | at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:111)
api02-1 | at ------ submitted from ------.()
api02-1 | at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:348)
api02-1 | at com.hazelcast.spi.impl.AbstractInvocationFuture.wrapRuntimeException(AbstractInvocationFuture.java:1975)
api02-1 | at com.hazelcast.spi.impl.AbstractInvocationFuture.wrapOrPeel(AbstractInvocationFuture.java:1956)
api02-1 | at com.hazelcast.spi.impl.AbstractInvocationFuture$ExceptionalResult.wrapForJoinInternal(AbstractInvocationFuture.java:1438)
api02-1 | at com.hazelcast.spi.impl.AbstractInvocationFuture.resolveAndThrowForJoinInternal(AbstractInvocationFuture.java:601)
api02-1 | at com.hazelcast.spi.impl.AbstractInvocationFuture.joinInternal(AbstractInvocationFuture.java:585)
api02-1 | at com.hazelcast.cp.internal.datastructures.lock.proxy.AbstractFencedLockProxy.unlock(AbstractFencedLockProxy.java:216)
api02-1 | at br.eng.luan.bean.HazelcastBean.unLock(HazelcastBean.java:43)
api02-1 | at br.eng.luan.bean.HazelcastBean_ClientProxy.unLock(Unknown Source)
api02-1 | at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
api02-1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
api02-1 | at java.base/java.lang.reflect.Method.invoke(Method.java:568)
api02-1 | at org.apache.camel.support.ObjectHelper.invokeMethodSafe(ObjectHelper.java:469)
api02-1 | at org.apache.camel.component.bean.MethodInfo.invoke(MethodInfo.java:493)
api02-1 | at org.apache.camel.component.bean.MethodInfo$1.doProceed(MethodInfo.java:315)
api02-1 | at org.apache.camel.component.bean.MethodInfo$1.proceed(MethodInfo.java:285)
api02-1 | at org.apache.camel.component.bean.AbstractBeanProcessor.useMethodInvocation(AbstractBeanProcessor.java:122)
api02-1 | at org.apache.camel.component.bean.AbstractBeanProcessor.process(AbstractBeanProcessor.java:88)
api02-1 | at org.apache.camel.component.bean.BeanProcessor.process(BeanProcessor.java:81)
api02-1 | at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.handleFirst(RedeliveryErrorHandler.java:462)
api02-1 | at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:438)
api02-1 | at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.doRun(DefaultReactiveExecutor.java:199)
api02-1 | at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.executeReactiveWork(DefaultReactiveExecutor.java:189)
api02-1 | at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.tryExecuteReactiveWork(DefaultReactiveExecutor.java:166)
api02-1 | at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:148)
api02-1 | at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:59)
api02-1 | at org.apache.camel.processor.Pipeline.process(Pipeline.java:163)
api02-1 | at org.apache.camel.impl.engine.CamelInternalProcessor.processNonTransacted(CamelInternalProcessor.java:354)
api02-1 | at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:330)
api02-1 | at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:82)
api02-1 | at org.apache.camel.support.AsyncProcessorSupport.process(AsyncProcessorSupport.java:32)
api02-1 | at org.apache.camel.component.platform.http.vertx.VertxPlatformHttpConsumer.processExchange(VertxPlatformHttpConsumer.java:236)
api02-1 | at org.apache.camel.component.platform.http.vertx.VertxPlatformHttpConsumer.lambda$handleRequest$1(VertxPlatformHttpConsumer.java:204)
api02-1 | at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$0(ContextImpl.java:177)
api02-1 | at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:276)
api02-1 | at io.vertx.core.impl.ContextImpl.lambda$internalExecuteBlocking$2(ContextImpl.java:209)
api02-1 | at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:582)
api02-1 | at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
api02-1 | at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
api02-1 | at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
api02-1 | at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
api02-1 | at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
api02-1 | at java.base/java.lang.Thread.run(Thread.java:840)
api02-1 |
api01-1 | 2024-03-09 22:33:42,414 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.frosty_payne.partition-operation.thread-1) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='5', seed=0, groupId=153} for SERVER -> [192.168.96.4]:5701
api02-1 | 2024-03-09 22:33:42,420 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.silly_liskov.partition-operation.thread-0) [192.168.96.3]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='4', seed=0, groupId=16} for SERVER -> [192.168.96.3]:5701
api01-1 | 2024-03-09 22:33:42,561 INFO [com.haz.cp.int.ses.RaftSessionService] (hz.frosty_payne.partition-operation.thread-1) [192.168.96.4]:5701 [rinha-cluster] [5.3.6] Created new session: 1 in CPGroupId{name='2', seed=0, groupId=257} for SERVER -> [192.168.96.4]:5701
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25793 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25741 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25737 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25733 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25729 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25725 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25721 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "GET /clientes/5/extrato HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25689 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25685 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25681 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25677 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25673 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25669 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25665 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25633 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25625 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25621 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25617 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25613 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25609 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25573 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25521 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "GET /clientes/4/extrato HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25517 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25513 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25365 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25361 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25357 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25353 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25789 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "GET /clientes/2/extrato HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25253 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25249 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25245 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25661 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25657 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25197 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25193 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25189 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "GET /clientes/2/extrato HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25605 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25181 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25569 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25145 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25100 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25509 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25785 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25041 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25037 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25717 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25601 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25597 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25653 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "GET /clientes/4/extrato HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25313 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25465 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25309 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25565 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25713 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25461 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25561 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25349 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25137 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25457 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25305 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25417 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25413 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25301 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25297 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25293 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25133 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25289 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25781 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25285 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25453 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25505 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25281 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25237 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *24981 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25233 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25229 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25177 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25593 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25501 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25777 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25529 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25525 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25709 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25588 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25649 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25557 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25029 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25449 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25445 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25497 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25173 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25225 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25585 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25705 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25345 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
db-1 | 2024-03-09 22:35:17.748 UTC [75] LOG: unexpected EOF on client connection with an open transaction
db-1 | 2024-03-09 22:35:17.751 UTC [74] LOG: could not receive data from client: Connection reset by peer
db-1 | 2024-03-09 22:35:17.754 UTC [70] LOG: could not receive data from client: Connection reset by peer
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25213 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25409 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25169 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25405 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25441 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *24917 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *24958 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25553 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25773 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25549 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25081 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25077 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25221 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25437 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25433 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25429 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25493 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25401 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25545 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25397 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25129 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25277 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25125 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25393 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25489 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25121 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25273 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25701 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25645 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *24953 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25117 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25769 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25765 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25389 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25385 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25761 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25381 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25261 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25377 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25165 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25541 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25341 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25629 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25757 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25369 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25537 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25113 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *24945 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25485 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25317 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25337 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25013 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25575 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25109 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25473 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25697 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25333 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25329 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25477 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25265 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25005 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25578 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25753 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25469 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25425 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25533 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25641 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25749 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25637 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25325 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25421 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25373 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25693 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25481 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25745 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25321 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "GET /clientes/4/extrato HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25157 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25153 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25053 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25797 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25801 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:17 [error] 30#30: *25805 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.4:8080/clientes/5/transacoes", host: "localhost:9999"
db-1 | 2024-03-09 22:35:17.814 UTC [72] LOG: could not receive data from client: Connection reset by peer
db-1 | 2024-03-09 22:35:17.815 UTC [73] LOG: could not receive data from client: Connection reset by peer
db-1 | 2024-03-09 22:35:17.815 UTC [71] LOG: could not receive data from client: Connection reset by peer
db-1 | 2024-03-09 22:35:17.815 UTC [71] LOG: unexpected EOF on client connection with an open transaction
api01-1 exited with code 137
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27213 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27169 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27167 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27165 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27163 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27161 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27437 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/1/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/1/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27157 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27155 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27425 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27315 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27423 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27421 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/5/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/5/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27419 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/4/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/4/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27089 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27087 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27313 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27153 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/3/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/3/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27085 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27151 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "POST /clientes/2/transacoes HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/transacoes", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27149 upstream prematurely closed connection while reading response header from upstream, client: 192.168.96.1, server: , request: "GET /clientes/2/extrato HTTP/1.1", upstream: "http://192.168.96.3:8080/clientes/2/extrato", host: "localhost:9999"
nginx-1 | 2024/03/09 22:35:20 [error] 30#30: *27149 no live upstreams while connecting to upstream, client: 192.168.96.1, server: , request: "GET /clientes/2/extrato HTTP/1.1", upstream: "http://api/clientes/2/extrato", host: "localhost:9999"