forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.logs
191 lines (191 loc) · 22.5 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
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Container rinha-postgres Creating
Container rinha-postgres Created
Container cleverton-rocha-java-api01-1 Creating
Container cleverton-rocha-java-api02-1 Creating
Container cleverton-rocha-java-api01-1 Created
Container cleverton-rocha-java-api02-1 Created
Container cleverton-rocha-java-nginx-1 Creating
Container cleverton-rocha-java-nginx-1 Created
Attaching to api01-1, api02-1, nginx-1, rinha-postgres
rinha-postgres | The files belonging to this database system will be owned by user "postgres".
rinha-postgres | This user must also own the server process.
rinha-postgres |
rinha-postgres | The database cluster will be initialized with locale "en_US.utf8".
rinha-postgres | The default database encoding has accordingly been set to "UTF8".
rinha-postgres | The default text search configuration will be set to "english".
rinha-postgres |
rinha-postgres | Data page checksums are disabled.
rinha-postgres |
rinha-postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
rinha-postgres | creating subdirectories ... ok
rinha-postgres | selecting dynamic shared memory implementation ... posix
rinha-postgres | selecting default max_connections ... 100
rinha-postgres | selecting default shared_buffers ... 128MB
rinha-postgres | selecting default time zone ... Etc/UTC
rinha-postgres | creating configuration files ... ok
rinha-postgres | running bootstrap script ... 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
rinha-postgres | performing post-bootstrap initialization ... ok
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
rinha-postgres | syncing data to disk ... ok
rinha-postgres |
rinha-postgres |
rinha-postgres | Success. You can now start the database server using:
rinha-postgres |
rinha-postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
rinha-postgres |
rinha-postgres | initdb: warning: enabling "trust" authentication for local connections
rinha-postgres | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
rinha-postgres | waiting for server to start....2024-02-27 13:25:50.052 UTC [49] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
rinha-postgres | 2024-02-27 13:25:50.052 UTC [49] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-postgres | 2024-02-27 13:25:50.054 UTC [52] LOG: database system was shut down at 2024-02-27 13:25:48 UTC
rinha-postgres | 2024-02-27 13:25:50.056 UTC [49] LOG: database system is ready to accept connections
rinha-postgres | done
rinha-postgres | server started
rinha-postgres | CREATE DATABASE
rinha-postgres |
rinha-postgres |
rinha-postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
rinha-postgres | CREATE EXTENSION
rinha-postgres | CREATE TABLE
rinha-postgres | CREATE TABLE
rinha-postgres | INSERT 0 5
rinha-postgres | pg_prewarm
rinha-postgres | ------------
rinha-postgres | 1
rinha-postgres | (1 row)
rinha-postgres |
rinha-postgres | pg_prewarm
rinha-postgres | ------------
rinha-postgres | 0
rinha-postgres | (1 row)
rinha-postgres |
rinha-postgres |
rinha-postgres |
rinha-postgres | waiting for server to shut down...2024-02-27 13:25:50.275 UTC [49] LOG: received fast shutdown request
rinha-postgres | .2024-02-27 13:25:50.275 UTC [49] LOG: aborting any active transactions
rinha-postgres | 2024-02-27 13:25:50.316 UTC [49] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1
rinha-postgres | 2024-02-27 13:25:50.318 UTC [50] LOG: shutting down
rinha-postgres | 2024-02-27 13:25:50.319 UTC [50] LOG: checkpoint starting: shutdown immediate
rinha-postgres | 2024-02-27 13:25:50.328 UTC [50] LOG: checkpoint complete: wrote 939 buffers (7.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.010 s, sync=0.001 s, total=0.010 s; sync files=0, longest=0.000 s, average=0.000 s; distance=4301 kB, estimate=4301 kB; lsn=0/191DE78, redo lsn=0/191DE78
rinha-postgres | 2024-02-27 13:25:50.335 UTC [49] LOG: database system is shut down
rinha-postgres | done
rinha-postgres | server stopped
rinha-postgres |
rinha-postgres | PostgreSQL init process complete; ready for start up.
rinha-postgres |
rinha-postgres | 2024-02-27 13:25:50.392 UTC [1] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
rinha-postgres | 2024-02-27 13:25:50.392 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
rinha-postgres | 2024-02-27 13:25:50.392 UTC [1] LOG: listening on IPv6 address "::", port 5432
rinha-postgres | 2024-02-27 13:25:50.392 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
rinha-postgres | 2024-02-27 13:25:50.394 UTC [67] LOG: database system was shut down at 2024-02-27 13:25:50 UTC
rinha-postgres | 2024-02-27 13:25:50.397 UTC [1] LOG: database system is ready to accept connections
nginx-1 | 2024/02/27 13:25:51 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:25:51 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:25:53 [error] 29#29: *4 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 |
api02-1 | . ____ _ __ _ _
api02-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api02-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api02-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api02-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api02-1 | =========|_|==============|___/=/_/_/_/
api02-1 | :: Spring Boot :: (v3.2.3)
api02-1 |
api01-1 |
api01-1 | . ____ _ __ _ _
api01-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api01-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api01-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api01-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api01-1 | =========|_|==============|___/=/_/_/_/
api01-1 | :: Spring Boot :: (v3.2.3)
api01-1 |
api02-1 | 2024-02-27T13:25:54.228Z INFO 1 --- [ main] c.r.r.Rinhadebackend2024q1Application : Starting Rinhadebackend2024q1Application v0.0.1 using Java 17.0.2 with PID 1 (/usr/src/app/rinhadebackend2024q1-0.0.1.jar started by root in /usr/src/app)
api02-1 | 2024-02-27T13:25:54.232Z INFO 1 --- [ main] c.r.r.Rinhadebackend2024q1Application : No active profile set, falling back to 1 default profile: "default"
api01-1 | 2024-02-27T13:25:54.532Z INFO 1 --- [ main] c.r.r.Rinhadebackend2024q1Application : Starting Rinhadebackend2024q1Application v0.0.1 using Java 17.0.2 with PID 1 (/usr/src/app/rinhadebackend2024q1-0.0.1.jar started by root in /usr/src/app)
api01-1 | 2024-02-27T13:25:54.534Z INFO 1 --- [ main] c.r.r.Rinhadebackend2024q1Application : No active profile set, falling back to 1 default profile: "default"
nginx-1 | 2024/02/27 13:25:55 [error] 29#29: *5 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:25:57 [error] 29#29: *6 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-02-27T13:25:59.221Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
api02-1 | 2024-02-27T13:25:59.520Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 289 ms. Found 2 JPA repository interfaces.
api01-1 | 2024-02-27T13:25:59.617Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
nginx-1 | 2024/02/27 13:25:59 [error] 29#29: *7 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-02-27T13:25:59.928Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 302 ms. Found 2 JPA repository interfaces.
nginx-1 | 2024/02/27 13:26:01 [error] 29#29: *8 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-02-27T13:26:03.018Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api02-1 | 2024-02-27T13:26:03.033Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api02-1 | 2024-02-27T13:26:03.034Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
api01-1 | 2024-02-27T13:26:03.435Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api01-1 | 2024-02-27T13:26:03.525Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api01-1 | 2024-02-27T13:26:03.525Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
nginx-1 | 2024/02/27 13:26:03 [error] 29#29: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:26:03 [error] 29#29: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.3:8080/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-02-27T13:26:03.919Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api02-1 | 2024-02-27T13:26:03.921Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9302 ms
api01-1 | 2024-02-27T13:26:04.131Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api01-1 | 2024-02-27T13:26:04.133Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9299 ms
nginx-1 | 2024/02/27 13:26:05 [error] 29#29: *12 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-02-27T13:26:05.937Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api01-1 | 2024-02-27T13:26:06.030Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api02-1 | 2024-02-27T13:26:06.318Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
api01-1 | 2024-02-27T13:26:06.321Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
api02-1 | 2024-02-27T13:26:06.433Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api01-1 | 2024-02-27T13:26:06.519Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api01-1 | 2024-02-27T13:26:07.426Z INFO 1 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
api02-1 | 2024-02-27T13:26:07.522Z INFO 1 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
api01-1 | 2024-02-27T13:26:07.548Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
api02-1 | 2024-02-27T13:26:07.632Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
nginx-1 | 2024/02/27 13:26:07 [error] 29#29: *13 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-02-27T13:26:08.718Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@fcd0e8d
api01-1 | 2024-02-27T13:26:08.721Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api01-1 | 2024-02-27T13:26:08.834Z WARN 1 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
api02-1 | 2024-02-27T13:26:09.025Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@fcd0e8d
api02-1 | 2024-02-27T13:26:09.027Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api02-1 | 2024-02-27T13:26:09.128Z WARN 1 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
nginx-1 | 2024/02/27 13:26:09 [error] 29#29: *14 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:26:11 [error] 29#29: *15 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:26:13 [error] 29#29: *16 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-02-27T13:26:14.618Z INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
api01-1 | 2024-02-27T13:26:14.937Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api02-1 | 2024-02-27T13:26:15.032Z INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
api02-1 | 2024-02-27T13:26:15.241Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
nginx-1 | 2024/02/27 13:26:15 [error] 29#29: *17 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:26:15 [error] 29#29: *17 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.3:8080/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-02-27T13:26:17.419Z WARN 1 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
nginx-1 | 2024/02/27 13:26:17 [error] 29#29: *20 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-02-27T13:26:17.716Z WARN 1 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
api01-1 exited with code 137
api02-1 | 2024-02-27T13:26:19.525Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
api02-1 | 2024-02-27T13:26:19.619Z INFO 1 --- [ main] c.r.r.Rinhadebackend2024q1Application : Started Rinhadebackend2024q1Application in 28.192 seconds (process running for 31.43)
nginx-1 | 2024/02/27 13:26:19 [error] 29#29: *21 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:26:21 [error] 29#29: *22 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:26:23 [error] 29#29: *23 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:26:25 [error] 29#29: *24 no live upstreams while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-02-27T13:26:27.916Z INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api02-1 | 2024-02-27T13:26:27.916Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api02-1 | 2024-02-27T13:26:27.917Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
nginx-1 | 2024/02/27 13:26:28 [error] 29#29: *25 upstream prematurely closed connection while reading response header from upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.4:8080/clientes/1/extrato", host: "localhost:9999"
api02-1 exited with code 137
nginx-1 | 2024/02/27 13:27:03 [error] 29#29: *25 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:27:39 [error] 29#29: *28 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/02/27 13:27:42 [error] 29#29: *28 connect() failed (113: No route to host) while connecting to upstream, client: 192.168.208.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.208.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 exited with code 0
nginx-1 exited with code 0
rinha-postgres | 2024-02-27 13:27:45.882 UTC [1] LOG: received fast shutdown request
rinha-postgres | 2024-02-27 13:27:45.882 UTC [1] LOG: aborting any active transactions
rinha-postgres | 2024-02-27 13:27:45.884 UTC [1] LOG: background worker "logical replication launcher" (PID 70) exited with exit code 1
rinha-postgres | 2024-02-27 13:27:45.885 UTC [65] LOG: shutting down
rinha-postgres | 2024-02-27 13:27:45.885 UTC [65] LOG: checkpoint starting: shutdown immediate
rinha-postgres | 2024-02-27 13:27:45.886 UTC [65] LOG: checkpoint complete: wrote 95 buffers (0.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.002 s; sync files=0, longest=0.000 s, average=0.000 s; distance=149 kB, estimate=149 kB; lsn=0/19435B8, redo lsn=0/19435B8
rinha-postgres | 2024-02-27 13:27:45.890 UTC [1] LOG: database system is shut down
rinha-postgres exited with code 0