-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
206 lines (206 loc) · 20 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
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Container rinha-gustavofbreunig-api02-1 Creating
Container rinha-gustavofbreunig-api01-1 Creating
Container rinha-gustavofbreunig-db-1 Creating
Container rinha-gustavofbreunig-api02-1 Created
Container rinha-gustavofbreunig-db-1 Created
Container rinha-gustavofbreunig-api01-1 Created
Container nginx Creating
Container nginx Created
Attaching to nginx, api01-1, api02-1, db-1
api01-1 | OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
api02-1 | OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
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 ... Etc/UTC
db-1 | creating configuration files ... ok
nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
db-1 | running bootstrap script ... ok
api01-1 |
api01-1 | . ____ _ __ _ _
api01-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api01-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api01-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api01-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api01-1 | =========|_|==============|___/=/_/_/_/
api01-1 | :: Spring Boot :: (v3.2.3)
api01-1 |
api01-1 | 2024-03-07T15:16:25.733Z INFO 1 --- [ main] c.r.r.RinhadrivedesignApplication : Starting RinhadrivedesignApplication v1.0.0 using Java 17.0.10 with PID 1 (/app.jar started by root in /)
api01-1 | 2024-03-07T15:16:25.736Z INFO 1 --- [ main] c.r.r.RinhadrivedesignApplication : No active profile set, falling back to 1 default profile: "default"
api02-1 |
api02-1 | . ____ _ __ _ _
api02-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api02-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api02-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api02-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api02-1 | =========|_|==============|___/=/_/_/_/
api02-1 | :: Spring Boot :: (v3.2.3)
api02-1 |
db-1 | performing post-bootstrap initialization ... ok
api02-1 | 2024-03-07T15:16:25.948Z INFO 1 --- [ main] c.r.r.RinhadrivedesignApplication : Starting RinhadrivedesignApplication v1.0.0 using Java 17.0.10 with PID 1 (/app.jar started by root in /)
api02-1 | 2024-03-07T15:16:25.951Z INFO 1 --- [ main] c.r.r.RinhadrivedesignApplication : No active profile set, falling back to 1 default profile: "default"
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-03-07 15:16:27.118 UTC [59] 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-07 15:16:27.118 UTC [59] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-03-07 15:16:27.120 UTC [62] LOG: database system was shut down at 2024-03-07 15:16:25 UTC
db-1 | 2024-03-07 15:16:27.124 UTC [59] LOG: database system is ready to accept connections
db-1 | done
db-1 | server started
api01-1 | 2024-03-07T15:16:27.346Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
nginx | 2024/03/07 15:16:27 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.32.2:8080/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/07 15:16:27 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.32.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.32.4:8080/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-07T15:16:27.538Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 116 ms. Found 2 JPA repository interfaces.
api02-1 | 2024-03-07T15:16:27.544Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
db-1 | CREATE DATABASE
db-1 |
db-1 |
db-1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | SET
db-1 | CREATE TABLE
db-1 | CREATE TABLE
db-1 | CREATE INDEX
db-1 | DO
db-1 |
db-1 |
db-1 | 2024-03-07 15:16:27.741 UTC [59] LOG: received fast shutdown request
db-1 | waiting for server to shut down....2024-03-07 15:16:27.741 UTC [59] LOG: aborting any active transactions
api02-1 | 2024-03-07T15:16:27.742Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 122 ms. Found 2 JPA repository interfaces.
db-1 | 2024-03-07 15:16:27.743 UTC [59] LOG: background worker "logical replication launcher" (PID 65) exited with exit code 1
db-1 | 2024-03-07 15:16:27.815 UTC [60] LOG: shutting down
db-1 | 2024-03-07 15:16:27.815 UTC [60] LOG: checkpoint starting: shutdown immediate
db-1 | 2024-03-07 15:16:27.823 UTC [60] LOG: checkpoint complete: wrote 940 buffers (7.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.008 s, sync=0.001 s, total=0.009 s; sync files=0, longest=0.000 s, average=0.000 s; distance=4290 kB, estimate=4290 kB; lsn=0/191B530, redo lsn=0/191B530
db-1 | 2024-03-07 15:16:27.830 UTC [59] 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-07 15:16:27.917 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-07 15:16:27.917 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db-1 | 2024-03-07 15:16:27.917 UTC [1] LOG: listening on IPv6 address "::", port 5432
db-1 | 2024-03-07 15:16:27.917 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-03-07 15:16:27.920 UTC [84] LOG: database system was shut down at 2024-03-07 15:16:27 UTC
db-1 | 2024-03-07 15:16:27.924 UTC [1] LOG: database system is ready to accept connections
api01-1 | 2024-03-07T15:16:28.555Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api01-1 | 2024-03-07T15:16:28.617Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api01-1 | 2024-03-07T15:16:28.617Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
api02-1 | 2024-03-07T15:16:28.752Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api01-1 | 2024-03-07T15:16:28.753Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api01-1 | 2024-03-07T15:16:28.754Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2916 ms
api02-1 | 2024-03-07T15:16:28.817Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api02-1 | 2024-03-07T15:16:28.817Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
api02-1 | 2024-03-07T15:16:28.952Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api02-1 | 2024-03-07T15:16:28.953Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2908 ms
api01-1 | 2024-03-07T15:16:29.223Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api01-1 | 2024-03-07T15:16:29.322Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
api01-1 | 2024-03-07T15:16:29.355Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api02-1 | 2024-03-07T15:16:29.421Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
nginx | 2024/03/07 15:16:29 [error] 29#29: *4 no live upstreams while connecting to upstream, client: 192.168.32.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-07T15:16:29.537Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
api02-1 | 2024-03-07T15:16:29.635Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api01-1 | 2024-03-07T15:16:29.748Z INFO 1 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
api01-1 | 2024-03-07T15:16:29.822Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
api02-1 | 2024-03-07T15:16:30.016Z INFO 1 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
api02-1 | 2024-03-07T15:16:30.039Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
api01-1 | 2024-03-07T15:16:30.130Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3ef3f661
api01-1 | 2024-03-07T15:16:30.132Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api01-1 | 2024-03-07T15:16:30.156Z 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-03-07T15:16:30.418Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3ef3f661
api02-1 | 2024-03-07T15:16:30.421Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api02-1 | 2024-03-07T15:16:30.445Z 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 | 2024/03/07 15:16:31 [error] 29#29: *5 no live upstreams while connecting to upstream, client: 192.168.32.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-07T15:16:32.132Z 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-03-07T15:16:32.136Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api02-1 | 2024-03-07T15:16:32.440Z 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-03-07T15:16:32.446Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api01-1 | 2024-03-07T15:16:33.023Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
api02-1 | 2024-03-07T15:16:33.334Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
api01-1 | 2024-03-07T15:16:33.346Z INFO 1 --- [ main] c.r.r.RinhadrivedesignApplication : Started RinhadrivedesignApplication in 8.528 seconds (process running for 9.664)
nginx | 2024/03/07 15:16:33 [error] 29#29: *6 no live upstreams while connecting to upstream, client: 192.168.32.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-07T15:16:33.717Z INFO 1 --- [ main] c.r.r.RinhadrivedesignApplication : Started RinhadrivedesignApplication in 8.673 seconds (process running for 9.856)
nginx | 2024/03/07 15:16:35 [error] 29#29: *7 no live upstreams while connecting to upstream, client: 192.168.32.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx | 2024/03/07 15:16:37 [error] 29#29: *8 no live upstreams while connecting to upstream, client: 192.168.32.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-07T15:16:39.611Z INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api02-1 | 2024-03-07T15:16:39.611Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api02-1 | 2024-03-07T15:16:39.719Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 108 ms
api01-1 | 2024-03-07T15:16:44.923Z INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api01-1 | 2024-03-07T15:16:44.924Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api01-1 | 2024-03-07T15:16:45.034Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 110 ms
db-1 | 2024-03-07 15:20:51.999 UTC [1] LOG: received fast shutdown request
db-1 | 2024-03-07 15:20:51.999 UTC [1] LOG: aborting any active transactions
db-1 | 2024-03-07 15:20:51.999 UTC [105] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:51.999 UTC [106] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.000 UTC [90] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.001 UTC [103] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.002 UTC [102] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.004 UTC [95] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.004 UTC [88] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.004 UTC [1] LOG: background worker "logical replication launcher" (PID 87) exited with exit code 1
db-1 | 2024-03-07 15:20:52.004 UTC [104] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.005 UTC [91] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.006 UTC [94] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.006 UTC [107] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.007 UTC [89] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.008 UTC [96] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.008 UTC [100] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.009 UTC [98] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.009 UTC [99] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.009 UTC [97] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.010 UTC [93] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.014 UTC [92] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.014 UTC [101] FATAL: terminating connection due to administrator command
db-1 | 2024-03-07 15:20:52.017 UTC [82] LOG: shutting down
db-1 | 2024-03-07 15:20:52.017 UTC [82] LOG: checkpoint starting: shutdown immediate
db-1 | 2024-03-07 15:20:52.020 UTC [82] LOG: checkpoint complete: wrote 684 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.003 s, sync=0.001 s, total=0.004 s; sync files=0, longest=0.000 s, average=0.000 s; distance=2539 kB, estimate=2539 kB; lsn=0/1B96488, redo lsn=0/1B96488
db-1 | 2024-03-07 15:20:52.023 UTC [1] LOG: database system is shut down
db-1 exited with code 0
db-1 exited with code 0
nginx exited with code 0
nginx exited with code 0
api01-1 | 2024-03-07T15:20:53.408Z INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
api01-1 | 2024-03-07T15:20:53.410Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
api02-1 | 2024-03-07T15:20:53.411Z INFO 1 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
api01-1 | 2024-03-07T15:20:53.412Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
api02-1 | 2024-03-07T15:20:53.412Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
api02-1 | 2024-03-07T15:20:53.414Z INFO 1 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
api01-1 exited with code 0
api02-1 exited with code 0