-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
192 lines (192 loc) · 20.9 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
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Container diegoalexandrooliveira-db-1 Creating
Container diegoalexandrooliveira-db-1 Created
Container diegoalexandrooliveira-api02-1 Creating
Container diegoalexandrooliveira-api01-1 Creating
Container diegoalexandrooliveira-api01-1 Created
Container diegoalexandrooliveira-api02-1 Created
Container diegoalexandrooliveira-nginx-1 Creating
Container diegoalexandrooliveira-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
db-1 | selecting default time zone ... UTC
db-1 | creating configuration files ... ok
db-1 | running bootstrap script ... ok
db-1 | sh: locale: not found
db-1 | 2024-02-19 03:50:44.532 UTC [30] WARNING: no usable system locales were found
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.
db-1 | waiting for server to start....2024-02-19 03:50:45.682 UTC [36] LOG: starting PostgreSQL 16.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
db-1 | 2024-02-19 03:50:45.685 UTC [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-02-19 03:50:45.695 UTC [39] LOG: database system was shut down at 2024-02-19 03:50:45 UTC
db-1 | 2024-02-19 03:50:45.700 UTC [36] LOG: database system is ready to accept connections
db-1 | done
db-1 | server started
db-1 | CREATE DATABASE
db-1 |
db-1 |
db-1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
db-1 |
db-1 | waiting for server to shut down....2024-02-19 03:50:45.822 UTC [36] LOG: received fast shutdown request
db-1 | 2024-02-19 03:50:45.825 UTC [36] LOG: aborting any active transactions
db-1 | 2024-02-19 03:50:45.828 UTC [36] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
db-1 | 2024-02-19 03:50:45.828 UTC [37] LOG: shutting down
db-1 | 2024-02-19 03:50:45.830 UTC [37] LOG: checkpoint starting: shutdown immediate
db-1 | 2024-02-19 03:50:46.262 UTC [55] FATAL: the database system is shutting down
db-1 | 2024-02-19 03:50:46.297 UTC [37] LOG: checkpoint complete: wrote 925 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.296 s, sync=0.163 s, total=0.470 s; sync files=301, longest=0.144 s, average=0.001 s; distance=4269 kB, estimate=4269 kB; lsn=0/191BA28, redo lsn=0/191BA28
db-1 | 2024-02-19 03:50:46.303 UTC [36] 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-02-19 03:50:46.344 UTC [1] LOG: starting PostgreSQL 16.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
db-1 | 2024-02-19 03:50:46.344 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db-1 | 2024-02-19 03:50:46.344 UTC [1] LOG: listening on IPv6 address "::", port 5432
db-1 | 2024-02-19 03:50:46.352 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-02-19 03:50:46.359 UTC [59] LOG: database system was shut down at 2024-02-19 03:50:46 UTC
db-1 | 2024-02-19 03:50:46.365 UTC [1] LOG: database system is ready to accept connections
api01-1 |
api01-1 | . ____ _ __ _ _
api01-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api01-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api01-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api01-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api01-1 | =========|_|==============|___/=/_/_/_/
api01-1 | :: Spring Boot :: (v3.2.1)
api01-1 |
api02-1 |
api02-1 | . ____ _ __ _ _
api02-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api02-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api02-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api02-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api02-1 | =========|_|==============|___/=/_/_/_/
api02-1 | :: Spring Boot :: (v3.2.1)
api02-1 |
api01-1 | 2024-02-19T03:50:49.039Z INFO 1 --- [ main] c.d.r.RinhaBackEndApplication : Starting AOT-processed RinhaBackEndApplication using Java 21.0.2 with PID 1 (/workspace/com.diegoalexandro.rinhabackend.RinhaBackEndApplication started by cnb in /workspace)
api01-1 | 2024-02-19T03:50:49.039Z INFO 1 --- [ main] c.d.r.RinhaBackEndApplication : No active profile set, falling back to 1 default profile: "default"
api02-1 | 2024-02-19T03:50:49.040Z INFO 1 --- [ main] c.d.r.RinhaBackEndApplication : Starting AOT-processed RinhaBackEndApplication using Java 21.0.2 with PID 1 (/workspace/com.diegoalexandro.rinhabackend.RinhaBackEndApplication started by cnb in /workspace)
api02-1 | 2024-02-19T03:50:49.040Z INFO 1 --- [ main] c.d.r.RinhaBackEndApplication : No active profile set, falling back to 1 default profile: "default"
api01-1 | 2024-02-19T03:50:49.137Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api01-1 | 2024-02-19T03:50:49.138Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api02-1 | 2024-02-19T03:50:49.215Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api02-1 | 2024-02-19T03:50:49.216Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api02-1 | 2024-02-19T03:50:49.216Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.17]
api01-1 | 2024-02-19T03:50:49.214Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.17]
api01-1 | 2024-02-19T03:50:49.222Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api01-1 | 2024-02-19T03:50:49.222Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 183 ms
api02-1 | 2024-02-19T03:50:49.223Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api02-1 | 2024-02-19T03:50:49.223Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 183 ms
api02-1 | 2024-02-19T03:50:49.235Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
api01-1 | 2024-02-19T03:50:49.235Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
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
api02-1 | 2024-02-19T03:50:49.319Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@227df581
api01-1 | 2024-02-19T03:50:49.319Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3464ae9b
api01-1 | 2024-02-19T03:50:49.319Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api02-1 | 2024-02-19T03:50:49.319Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api01-1 | 2024-02-19T03:50:49.322Z INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 9.22.3 by Redgate
api02-1 | 2024-02-19T03:50:49.322Z INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 9.22.3 by Redgate
api02-1 | 2024-02-19T03:50:49.322Z INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : See release notes here: https://rd.gt/416ObMi
api02-1 | 2024-02-19T03:50:49.322Z INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter :
api02-1 | 2024-02-19T03:50:49.322Z WARN 1 --- [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
api01-1 | 2024-02-19T03:50:49.322Z INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : See release notes here: https://rd.gt/416ObMi
api01-1 | 2024-02-19T03:50:49.322Z INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter :
api01-1 | 2024-02-19T03:50:49.322Z WARN 1 --- [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
api01-1 | 2024-02-19T03:50:49.322Z WARN 1 --- [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
api02-1 | 2024-02-19T03:50:49.322Z WARN 1 --- [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
api02-1 | 2024-02-19T03:50:49.323Z INFO 1 --- [ main] org.flywaydb.core.FlywayExecutor : Database: jdbc:postgresql://db:5432/rinha (PostgreSQL 16.2)
api01-1 | 2024-02-19T03:50:49.323Z INFO 1 --- [ main] org.flywaydb.core.FlywayExecutor : Database: jdbc:postgresql://db:5432/rinha (PostgreSQL 16.2)
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
api02-1 | 2024-02-19T03:50:49.323Z WARN 1 --- [ main] o.f.c.internal.database.base.Database : Flyway upgrade recommended: PostgreSQL 16.2 is newer than this version of Flyway and support has not been tested. The latest supported version of PostgreSQL is 15.
api01-1 | 2024-02-19T03:50:49.324Z WARN 1 --- [ main] o.f.c.internal.database.base.Database : Flyway upgrade recommended: PostgreSQL 16.2 is newer than this version of Flyway and support has not been tested. The latest supported version of PostgreSQL is 15.
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
api02-1 | 2024-02-19T03:50:49.329Z INFO 1 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Schema history table "public"."flyway_schema_history" does not exist yet
api01-1 | 2024-02-19T03:50:49.329Z INFO 1 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Schema history table "public"."flyway_schema_history" does not exist yet
api02-1 | 2024-02-19T03:50:49.330Z INFO 1 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 4 migrations (execution time 00:00.002s)
api01-1 | 2024-02-19T03:50:49.330Z INFO 1 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 4 migrations (execution time 00:00.003s)
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
api02-1 | 2024-02-19T03:50:49.335Z INFO 1 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table "public"."flyway_schema_history" ...
api02-1 | 2024-02-19T03:50:49.367Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "public": << Empty Schema >>
api02-1 | 2024-02-19T03:50:49.368Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.001 - CRIACAO TABELAS"
api02-1 | 2024-02-19T03:50:49.433Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.002 - CLIENTES"
api02-1 | 2024-02-19T03:50:49.439Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.003 - INDEX"
api02-1 | 2024-02-19T03:50:49.448Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.004 - TRANSACOES MARCACAO"
api02-1 | 2024-02-19T03:50:49.452Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Successfully applied 4 migrations to schema "public", now at version v1.004 (execution time 00:00.046s)
api02-1 | 2024-02-19T03:50:49.457Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api02-1 | 2024-02-19T03:50:49.458Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.1.Final
api02-1 | 2024-02-19T03:50:49.516Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api02-1 | 2024-02-19T03:50:49.533Z 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-19T03:50:49.533Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api02-1 | 2024-02-19T03:50:49.542Z INFO 1 --- [ main] tionInformation$PropertyDescriptorSource : Couldn't read class metadata for interface com.diegoalexandro.rinhabackend.transacao.repository.projection.TransacaoClienteProjection. Input property calculation might fail
api02-1 | 2024-02-19T03:50:49.615Z INFO 1 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : JSqlParser is in classpath; If applicable, JSqlParser will be used
api02-1 | 2024-02-19T03:50:49.615Z INFO 1 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
api02-1 | 2024-02-19T03:50:49.622Z 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
api02-1 | 2024-02-19T03:50:49.819Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
api02-1 | 2024-02-19T03:50:49.819Z INFO 1 --- [ main] c.d.r.RinhaBackEndApplication : Started RinhaBackEndApplication in 0.796 seconds (process running for 0.803)
api01-1 | 2024-02-19T03:50:50.339Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "public": 1.004
api01-1 | 2024-02-19T03:50:50.339Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Schema "public" is up to date. No migration necessary.
api01-1 | 2024-02-19T03:50:50.362Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api01-1 | 2024-02-19T03:50:50.363Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.1.Final
api01-1 | 2024-02-19T03:50:50.365Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api01-1 | 2024-02-19T03:50:50.430Z 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-19T03:50:50.431Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api01-1 | 2024-02-19T03:50:50.439Z INFO 1 --- [ main] tionInformation$PropertyDescriptorSource : Couldn't read class metadata for interface com.diegoalexandro.rinhabackend.transacao.repository.projection.TransacaoClienteProjection. Input property calculation might fail
api01-1 | 2024-02-19T03:50:50.439Z INFO 1 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : JSqlParser is in classpath; If applicable, JSqlParser will be used
api01-1 | 2024-02-19T03:50:50.439Z INFO 1 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
api01-1 | 2024-02-19T03:50:50.519Z 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 | 2024-02-19T03:50:50.715Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
api01-1 | 2024-02-19T03:50:50.715Z INFO 1 --- [ main] c.d.r.RinhaBackEndApplication : Started RinhaBackEndApplication in 1.694 seconds (process running for 1.699)
api01-1 | 2024-02-19T03:50:50.716Z INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api01-1 | 2024-02-19T03:50:50.716Z INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api01-1 | 2024-02-19T03:50:50.716Z INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
api02-1 | 2024-02-19T03:50:50.732Z INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api02-1 | 2024-02-19T03:50:50.732Z INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api02-1 | 2024-02-19T03:50:50.732Z INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
nginx-1 exited with code 0
nginx-1 exited with code 0
api01-1 | 2024-02-19T03:55:03.750Z INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
api01-1 | 2024-02-19T03:55:03.750Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
api01-1 | 2024-02-19T03:55:03.750Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
api02-1 | 2024-02-19T03:55:03.753Z INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
api02-1 | 2024-02-19T03:55:03.753Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
api02-1 | 2024-02-19T03:55:03.754Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
api02-1 exited with code 0
api02-1 exited with code 143
api01-1 exited with code 0
api01-1 exited with code 143
db-1 | 2024-02-19 03:55:04.646 UTC [1] LOG: received fast shutdown request
db-1 | 2024-02-19 03:55:04.651 UTC [1] LOG: aborting any active transactions
db-1 | 2024-02-19 03:55:04.654 UTC [1] LOG: background worker "logical replication launcher" (PID 62) exited with exit code 1
db-1 | 2024-02-19 03:55:04.654 UTC [57] LOG: shutting down
db-1 | 2024-02-19 03:55:04.664 UTC [57] LOG: checkpoint starting: shutdown immediate
db-1 | 2024-02-19 03:55:04.925 UTC [57] LOG: checkpoint complete: wrote 1081 buffers (6.6%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.090 s, sync=0.159 s, total=0.272 s; sync files=73, longest=0.136 s, average=0.003 s; distance=20640 kB, estimate=20640 kB; lsn=0/2D43DD8, redo lsn=0/2D43DD8
db-1 | 2024-02-19 03:55:04.931 UTC [1] LOG: database system is shut down
db-1 exited with code 0