-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
307 lines (307 loc) · 45.6 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
Network joaopmerlin_default Creating
Network joaopmerlin_default Created
Container postgres Creating
Container postgres Created
Container backend-2 Creating
Container backend-1 Creating
Container backend-2 Created
Container backend-1 Created
Container envoy Creating
Container envoy Created
Attaching to backend-1, backend-2, envoy, postgres
postgres | The files belonging to this database system will be owned by user "postgres".
postgres | This user must also own the server process.
postgres |
postgres | The database cluster will be initialized with locale "en_US.utf8".
postgres | The default database encoding has accordingly been set to "UTF8".
postgres | The default text search configuration will be set to "english".
postgres |
postgres | Data page checksums are disabled.
postgres |
postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres | creating subdirectories ... ok
postgres | selecting dynamic shared memory implementation ... posix
postgres | selecting default max_connections ... 100
postgres | selecting default shared_buffers ... 128MB
postgres | selecting default time zone ... Etc/UTC
postgres | creating configuration files ... ok
postgres | running bootstrap script ... ok
postgres | performing post-bootstrap initialization ... ok
postgres | initdb: warning: enabling "trust" authentication for local connections
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.
postgres | syncing data to disk ... ok
postgres |
postgres |
postgres | Success. You can now start the database server using:
postgres |
postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres |
postgres | waiting for server to start....2024-02-20 01:56:24.024 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
postgres | 2024-02-20 01:56:24.024 UTC [49] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres | 2024-02-20 01:56:24.026 UTC [52] LOG: database system was shut down at 2024-02-20 01:56:22 UTC
postgres | 2024-02-20 01:56:24.029 UTC [49] LOG: database system is ready to accept connections
postgres | done
postgres | server started
postgres |
postgres | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
postgres |
postgres | waiting for server to shut down...2024-02-20 01:56:24.131 UTC [49] LOG: received fast shutdown request
postgres | .2024-02-20 01:56:24.131 UTC [49] LOG: aborting any active transactions
postgres | 2024-02-20 01:56:24.132 UTC [49] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1
postgres | 2024-02-20 01:56:24.132 UTC [50] LOG: shutting down
postgres | 2024-02-20 01:56:24.132 UTC [50] LOG: checkpoint starting: shutdown immediate
postgres | 2024-02-20 01:56:24.133 UTC [50] LOG: checkpoint complete: wrote 3 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB; lsn=0/14EAAA8, redo lsn=0/14EAAA8
postgres | 2024-02-20 01:56:24.139 UTC [49] LOG: database system is shut down
postgres | done
postgres | server stopped
postgres |
postgres | PostgreSQL init process complete; ready for start up.
postgres |
postgres | 2024-02-20 01:56:24.259 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
postgres | 2024-02-20 01:56:24.259 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres | 2024-02-20 01:56:24.259 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres | 2024-02-20 01:56:24.259 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres | 2024-02-20 01:56:24.260 UTC [63] LOG: database system was shut down at 2024-02-20 01:56:24 UTC
postgres | 2024-02-20 01:56:24.264 UTC [1] LOG: database system is ready to accept connections
postgres | 2024-02-20 01:56:26.289 UTC [74] FATAL: role "root" does not exist
backend-1 |
backend-1 | . ____ _ __ _ _
backend-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
backend-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
backend-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
backend-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
backend-1 | =========|_|==============|___/=/_/_/_/
backend-1 | :: Spring Boot :: (v3.2.1)
backend-1 |
backend-1 | 2024-02-20T01:56:27.119Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] c.g.j.rinhadebackend.Application : Starting AOT-processed Application using Java 21.0.2 with PID 1 (/workspace/com.github.joaopmerlin.rinhadebackend.Application started by cnb in /workspace)
backend-1 | 2024-02-20T01:56:27.119Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] c.g.j.rinhadebackend.Application : No active profile set, falling back to 1 default profile: "default"
backend-1 | 2024-02-20T01:56:27.139Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
backend-1 | 2024-02-20T01:56:27.139Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
backend-1 | 2024-02-20T01:56:27.139Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.17]
backend-2 |
backend-2 | . ____ _ __ _ _
backend-2 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
backend-2 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
backend-2 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
backend-2 | ' |____| .__|_| |_|_| |_\__, | / / / /
backend-2 | =========|_|==============|___/=/_/_/_/
backend-2 | :: Spring Boot :: (v3.2.1)
backend-2 |
backend-2 | 2024-02-20T01:56:27.220Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] c.g.j.rinhadebackend.Application : Starting AOT-processed Application using Java 21.0.2 with PID 1 (/workspace/com.github.joaopmerlin.rinhadebackend.Application started by cnb in /workspace)
backend-2 | 2024-02-20T01:56:27.221Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] c.g.j.rinhadebackend.Application : No active profile set, falling back to 1 default profile: "default"
backend-1 | 2024-02-20T01:56:27.223Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
backend-1 | 2024-02-20T01:56:27.223Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 104 ms
backend-1 | 2024-02-20T01:56:27.236Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
backend-2 | 2024-02-20T01:56:27.248Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
backend-2 | 2024-02-20T01:56:27.248Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
backend-2 | 2024-02-20T01:56:27.248Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.17]
backend-1 | 2024-02-20T01:56:27.254Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6187df9d
backend-1 | 2024-02-20T01:56:27.254Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
backend-1 | 2024-02-20T01:56:27.256Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 9.22.3 by Redgate
backend-1 | 2024-02-20T01:56:27.256Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.internal.license.VersionPrinter : See release notes here: https://rd.gt/416ObMi
backend-1 | 2024-02-20T01:56:27.256Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.internal.license.VersionPrinter :
backend-1 | 2024-02-20T01:56:27.256Z WARN 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
backend-1 | 2024-02-20T01:56:27.256Z WARN 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
backend-1 | 2024-02-20T01:56:27.257Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] org.flywaydb.core.FlywayExecutor : Database: jdbc:postgresql://postgres:5432/postgres (PostgreSQL 16.2)
backend-1 | 2024-02-20T01:56:27.257Z WARN 1 --- [rinha-de-backend-2024-q1] [ 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.
backend-1 | 2024-02-20T01:56:27.260Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.i.s.JdbcTableSchemaHistory : Schema history table "public"."flyway_schema_history" does not exist yet
backend-1 | 2024-02-20T01:56:27.260Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.core.internal.command.DbValidate : Successfully validated 1 migration (execution time 00:00.001s)
backend-1 | 2024-02-20T01:56:27.265Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table "public"."flyway_schema_history" ...
backend-1 | 2024-02-20T01:56:27.319Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.core.internal.command.DbMigrate : Current version of schema "public": << Empty Schema >>
backend-1 | 2024-02-20T01:56:27.321Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.0 - create schema"
backend-1 | 2024-02-20T01:56:27.328Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.core.internal.command.DbMigrate : Successfully applied 1 migration to schema "public", now at version v1.0 (execution time 00:00.006s)
backend-2 | 2024-02-20T01:56:27.331Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
backend-2 | 2024-02-20T01:56:27.331Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 110 ms
backend-2 | 2024-02-20T01:56:27.342Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
backend-2 | 2024-02-20T01:56:27.352Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@109a79ae
backend-2 | 2024-02-20T01:56:27.352Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
backend-2 | 2024-02-20T01:56:27.353Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 9.22.3 by Redgate
backend-2 | 2024-02-20T01:56:27.353Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.internal.license.VersionPrinter : See release notes here: https://rd.gt/416ObMi
backend-2 | 2024-02-20T01:56:27.353Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.internal.license.VersionPrinter :
backend-2 | 2024-02-20T01:56:27.353Z WARN 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
backend-2 | 2024-02-20T01:56:27.353Z WARN 1 --- [rinha-de-backend-2024-q1] [ main] o.f.c.i.s.classpath.ClassPathScanner : Unable to scan location: /db/migration (unsupported protocol: resource)
backend-2 | 2024-02-20T01:56:27.354Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] org.flywaydb.core.FlywayExecutor : Database: jdbc:postgresql://postgres:5432/postgres (PostgreSQL 16.2)
backend-2 | 2024-02-20T01:56:27.354Z WARN 1 --- [rinha-de-backend-2024-q1] [ 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.
backend-2 | 2024-02-20T01:56:27.357Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.core.internal.command.DbValidate : Successfully validated 1 migration (execution time 00:00.001s)
backend-2 | 2024-02-20T01:56:27.424Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.core.internal.command.DbMigrate : Current version of schema "public": 1.0
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:430] initializing epoch 0 (base id=0, hot restart version=11.104)
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:432] statically linked extensions:
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.dubbo_proxy.filters: envoy.filters.dubbo.router
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.path.rewrite: envoy.path.rewrite.uri_template.uri_template_rewriter
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.dubbo_proxy.serializers: dubbo.hessian2
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.upstream.local_address_selector: envoy.upstream.local_address_selector.default_local_address_selector
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.http.header_validators: envoy.http.header_validators.envoy_default
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.request_id: envoy.request_id.uuid
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.regex_engines: envoy.regex_engines.google_re2
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] filter_state.object: envoy.filters.listener.original_dst.local_ip, envoy.filters.listener.original_dst.remote_ip, envoy.network.application_protocols, envoy.network.transport_socket.original_dst_address, envoy.network.upstream_server_name, envoy.network.upstream_subject_alt_names, envoy.string, envoy.tcp_proxy.cluster, envoy.tcp_proxy.disable_tunneling, envoy.upstream.dynamic_host, envoy.upstream.dynamic_port
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.thrift_proxy.transports: auto, framed, header, unframed
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.filters.http.upstream: envoy.buffer, envoy.filters.http.admission_control, envoy.filters.http.buffer, envoy.filters.http.header_mutation, envoy.filters.http.upstream_codec
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.tls.cert_validator: envoy.tls.cert_validator.default, envoy.tls.cert_validator.spiffe
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.http.stateful_session: envoy.http.stateful_session.cookie, envoy.http.stateful_session.header
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.retry_host_predicates: envoy.retry_host_predicates.omit_canary_hosts, envoy.retry_host_predicates.omit_host_metadata, envoy.retry_host_predicates.previous_hosts
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.filters.http: envoy.bandwidth_limit, envoy.buffer, envoy.cors, envoy.csrf, envoy.ext_authz, envoy.ext_proc, envoy.fault, envoy.filters.http.adaptive_concurrency, envoy.filters.http.admission_control, envoy.filters.http.alternate_protocols_cache, envoy.filters.http.aws_lambda, envoy.filters.http.aws_request_signing, envoy.filters.http.bandwidth_limit, envoy.filters.http.basic_auth, envoy.filters.http.buffer, envoy.filters.http.cache, envoy.filters.http.cdn_loop, envoy.filters.http.composite, envoy.filters.http.compressor, envoy.filters.http.connect_grpc_bridge, envoy.filters.http.cors, envoy.filters.http.csrf, envoy.filters.http.custom_response, envoy.filters.http.decompressor, envoy.filters.http.dynamic_forward_proxy, envoy.filters.http.ext_authz, envoy.filters.http.ext_proc, envoy.filters.http.fault, envoy.filters.http.file_system_buffer, envoy.filters.http.gcp_authn, envoy.filters.http.geoip, envoy.filters.http.grpc_field_extraction, envoy.filters.http.grpc_http1_bridge, envoy.filters.http.grpc_http1_reverse_bridge, envoy.filters.http.grpc_json_transcoder, envoy.filters.http.grpc_stats, envoy.filters.http.grpc_web, envoy.filters.http.header_mutation, envoy.filters.http.header_to_metadata, envoy.filters.http.health_check, envoy.filters.http.ip_tagging, envoy.filters.http.json_to_metadata, envoy.filters.http.jwt_authn, envoy.filters.http.local_ratelimit, envoy.filters.http.lua, envoy.filters.http.match_delegate, envoy.filters.http.oauth2, envoy.filters.http.on_demand, envoy.filters.http.original_src, envoy.filters.http.rate_limit_quota, envoy.filters.http.ratelimit, envoy.filters.http.rbac, envoy.filters.http.router, envoy.filters.http.set_filter_state, envoy.filters.http.set_metadata, envoy.filters.http.stateful_session, envoy.filters.http.tap, envoy.filters.http.wasm, envoy.geoip, envoy.grpc_http1_bridge, envoy.grpc_json_transcoder, envoy.grpc_web, envoy.health_check, envoy.ip_tagging, envoy.local_rate_limit, envoy.lua, envoy.rate_limit, envoy.router
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.matching.action: envoy.matching.actions.format_string, filter-chain-name
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.health_checkers: envoy.health_checkers.grpc, envoy.health_checkers.http, envoy.health_checkers.redis, envoy.health_checkers.tcp, envoy.health_checkers.thrift
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.tracers.opentelemetry.resource_detectors: envoy.tracers.opentelemetry.resource_detectors.dynatrace, envoy.tracers.opentelemetry.resource_detectors.environment
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.common.key_value: envoy.key_value.file_based
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.http.custom_response: envoy.extensions.http.custom_response.local_response_policy, envoy.extensions.http.custom_response.redirect_policy
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.udp_packet_writer: envoy.udp_packet_writer.default, envoy.udp_packet_writer.gso
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.clusters: envoy.cluster.eds, envoy.cluster.logical_dns, envoy.cluster.original_dst, envoy.cluster.static, envoy.cluster.strict_dns, envoy.clusters.aggregate, envoy.clusters.dynamic_forward_proxy, envoy.clusters.redis
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.matching.network.input: envoy.matching.inputs.application_protocol, envoy.matching.inputs.destination_ip, envoy.matching.inputs.destination_port, envoy.matching.inputs.direct_source_ip, envoy.matching.inputs.dns_san, envoy.matching.inputs.filter_state, envoy.matching.inputs.server_name, envoy.matching.inputs.source_ip, envoy.matching.inputs.source_port, envoy.matching.inputs.source_type, envoy.matching.inputs.subject, envoy.matching.inputs.transport_protocol, envoy.matching.inputs.uri_san
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.upstream_options: envoy.extensions.upstreams.http.v3.HttpProtocolOptions, envoy.extensions.upstreams.tcp.v3.TcpProtocolOptions, envoy.upstreams.http.http_protocol_options, envoy.upstreams.tcp.tcp_protocol_options
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.quic.proof_source: envoy.quic.proof_source.filter_chain
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.matching.network.custom_matchers: envoy.matching.custom_matchers.trie_matcher
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.tracers: envoy.dynamic.ot, envoy.tracers.datadog, envoy.tracers.dynamic_ot, envoy.tracers.opencensus, envoy.tracers.opentelemetry, envoy.tracers.skywalking, envoy.tracers.xray, envoy.tracers.zipkin, envoy.zipkin
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.rate_limit_descriptors: envoy.rate_limit_descriptors.expr
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.path.match: envoy.path.match.uri_template.uri_template_matcher
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.tracers.opentelemetry.samplers: envoy.tracers.opentelemetry.samplers.always_on
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.filters.udp_listener: envoy.filters.udp.dns_filter, envoy.filters.udp_listener.udp_proxy
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.config.validators: envoy.config.validators.minimum_clusters, envoy.config.validators.minimum_clusters_validator
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.quic.server_preferred_address: quic.server_preferred_address.fixed
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.resource_monitors: envoy.resource_monitors.fixed_heap, envoy.resource_monitors.injected_resource
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] network.connection.client: default, envoy_internal
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.internal_redirect_predicates: envoy.internal_redirect_predicates.allow_listed_routes, envoy.internal_redirect_predicates.previous_routes, envoy.internal_redirect_predicates.safe_cross_scheme
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.config_mux: envoy.config_mux.delta_grpc_mux_factory, envoy.config_mux.grpc_mux_factory, envoy.config_mux.new_grpc_mux_factory, envoy.config_mux.sotw_grpc_mux_factory
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.quic.connection_id_generator: envoy.quic.deterministic_connection_id_generator
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.route.early_data_policy: envoy.route.early_data_policy.default
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.transport_sockets.upstream: envoy.transport_sockets.alts, envoy.transport_sockets.http_11_proxy, envoy.transport_sockets.internal_upstream, envoy.transport_sockets.quic, envoy.transport_sockets.raw_buffer, envoy.transport_sockets.starttls, envoy.transport_sockets.tap, envoy.transport_sockets.tcp_stats, envoy.transport_sockets.tls, envoy.transport_sockets.upstream_proxy_protocol, raw_buffer, starttls, tls
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.thrift_proxy.filters: envoy.filters.thrift.header_to_metadata, envoy.filters.thrift.payload_to_metadata, envoy.filters.thrift.rate_limit, envoy.filters.thrift.router
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.geoip_providers: envoy.geoip_providers.maxmind
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.filters.udp.session: envoy.filters.udp.session.dynamic_forward_proxy, envoy.filters.udp.session.http_capsule
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.grpc_credentials: envoy.grpc_credentials.aws_iam, envoy.grpc_credentials.default, envoy.grpc_credentials.file_based_metadata
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.stats_sinks: envoy.dog_statsd, envoy.graphite_statsd, envoy.metrics_service, envoy.open_telemetry_stat_sink, envoy.stat_sinks.dog_statsd, envoy.stat_sinks.graphite_statsd, envoy.stat_sinks.hystrix, envoy.stat_sinks.metrics_service, envoy.stat_sinks.open_telemetry, envoy.stat_sinks.statsd, envoy.stat_sinks.wasm, envoy.statsd
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.router.cluster_specifier_plugin: envoy.router.cluster_specifier_plugin.lua
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.compression.decompressor: envoy.compression.brotli.decompressor, envoy.compression.gzip.decompressor, envoy.compression.zstd.decompressor
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.quic.server.crypto_stream: envoy.quic.crypto_stream.server.quiche
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.transport_sockets.downstream: envoy.transport_sockets.alts, envoy.transport_sockets.quic, envoy.transport_sockets.raw_buffer, envoy.transport_sockets.starttls, envoy.transport_sockets.tap, envoy.transport_sockets.tcp_stats, envoy.transport_sockets.tls, raw_buffer, starttls, tls
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.connection_handler: envoy.connection_handler.default
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.retry_priorities: envoy.retry_priorities.previous_priorities
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.listener_manager_impl: envoy.listener_manager_impl.default, envoy.listener_manager_impl.validation
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.access_loggers.extension_filters: envoy.access_loggers.extension_filters.cel
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.dubbo_proxy.protocols: dubbo
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.matching.http.input: envoy.matching.inputs.cel_data_input, envoy.matching.inputs.destination_ip, envoy.matching.inputs.destination_port, envoy.matching.inputs.direct_source_ip, envoy.matching.inputs.dns_san, envoy.matching.inputs.request_headers, envoy.matching.inputs.request_trailers, envoy.matching.inputs.response_headers, envoy.matching.inputs.response_trailers, envoy.matching.inputs.server_name, envoy.matching.inputs.source_ip, envoy.matching.inputs.source_port, envoy.matching.inputs.source_type, envoy.matching.inputs.status_code_class_input, envoy.matching.inputs.status_code_input, envoy.matching.inputs.subject, envoy.matching.inputs.uri_san, query_params
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.health_check.event_sinks: envoy.health_check.event_sink.file
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.config_subscription: envoy.config_subscription.ads, envoy.config_subscription.ads_collection, envoy.config_subscription.aggregated_grpc_collection, envoy.config_subscription.delta_grpc, envoy.config_subscription.delta_grpc_collection, envoy.config_subscription.filesystem, envoy.config_subscription.filesystem_collection, envoy.config_subscription.grpc, envoy.config_subscription.rest
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.filters.listener: envoy.filters.listener.http_inspector, envoy.filters.listener.local_ratelimit, envoy.filters.listener.original_dst, envoy.filters.listener.original_src, envoy.filters.listener.proxy_protocol, envoy.filters.listener.tls_inspector, envoy.listener.http_inspector, envoy.listener.original_dst, envoy.listener.original_src, envoy.listener.proxy_protocol, envoy.listener.tls_inspector
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.upstreams: envoy.filters.connection_pools.tcp.generic
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.http.early_header_mutation: envoy.http.early_header_mutation.header_mutation
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.resolvers: envoy.ip
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.network.dns_resolver: envoy.network.dns_resolver.cares, envoy.network.dns_resolver.getaddrinfo
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] quic.http_server_connection: quic.http_server_connection.default
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.load_balancing_policies: envoy.load_balancing_policies.cluster_provided, envoy.load_balancing_policies.least_request, envoy.load_balancing_policies.maglev, envoy.load_balancing_policies.random, envoy.load_balancing_policies.ring_hash, envoy.load_balancing_policies.round_robin, envoy.load_balancing_policies.subset
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.matching.common_inputs: envoy.matching.common_inputs.environment_variable
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.bootstrap: envoy.bootstrap.internal_listener, envoy.bootstrap.wasm, envoy.extensions.network.socket_interface.default_socket_interface
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.matching.input_matchers: envoy.matching.matchers.cel_matcher, envoy.matching.matchers.consistent_hashing, envoy.matching.matchers.ip, envoy.matching.matchers.runtime_fraction
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.thrift_proxy.protocols: auto, binary, binary/non-strict, compact, twitter
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.http.cache: envoy.extensions.http.cache.file_system_http_cache, envoy.extensions.http.cache.simple
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.guarddog_actions: envoy.watchdog.abort_action, envoy.watchdog.profile_action
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.wasm.runtime: envoy.wasm.runtime.null, envoy.wasm.runtime.v8
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.http.stateful_header_formatters: envoy.http.stateful_header_formatters.preserve_case, preserve_case
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.access_loggers: envoy.access_loggers.file, envoy.access_loggers.http_grpc, envoy.access_loggers.open_telemetry, envoy.access_loggers.stderr, envoy.access_loggers.stdout, envoy.access_loggers.tcp_grpc, envoy.access_loggers.wasm, envoy.file_access_log, envoy.http_grpc_access_log, envoy.open_telemetry_access_log, envoy.stderr_access_log, envoy.stdout_access_log, envoy.tcp_grpc_access_log, envoy.wasm_access_log
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.compression.compressor: envoy.compression.brotli.compressor, envoy.compression.gzip.compressor, envoy.compression.zstd.compressor
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.filters.network: envoy.echo, envoy.ext_authz, envoy.filters.network.connection_limit, envoy.filters.network.direct_response, envoy.filters.network.dubbo_proxy, envoy.filters.network.echo, envoy.filters.network.ext_authz, envoy.filters.network.http_connection_manager, envoy.filters.network.local_ratelimit, envoy.filters.network.mongo_proxy, envoy.filters.network.ratelimit, envoy.filters.network.rbac, envoy.filters.network.redis_proxy, envoy.filters.network.set_filter_state, envoy.filters.network.sni_cluster, envoy.filters.network.sni_dynamic_forward_proxy, envoy.filters.network.tcp_proxy, envoy.filters.network.thrift_proxy, envoy.filters.network.wasm, envoy.filters.network.zookeeper_proxy, envoy.http_connection_manager, envoy.mongo_proxy, envoy.ratelimit, envoy.redis_proxy, envoy.tcp_proxy
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.formatter: envoy.formatter.cel, envoy.formatter.metadata, envoy.formatter.req_without_query
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.rbac.matchers: envoy.rbac.matchers.upstream_ip_port
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.http.original_ip_detection: envoy.http.original_ip_detection.custom_header, envoy.http.original_ip_detection.xff
envoy | [2024-02-20 01:56:27.424][1][info][main] [source/server/server.cc:434] envoy.matching.http.custom_matchers: envoy.matching.custom_matchers.trie_matcher
backend-2 | 2024-02-20T01:56:27.424Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.f.core.internal.command.DbMigrate : Schema "public" is up to date. No migration necessary.
envoy | [2024-02-20 01:56:27.428][1][info][main] [source/server/server.cc:488] HTTP header map info:
envoy | [2024-02-20 01:56:27.429][1][info][main] [source/server/server.cc:491] request header map: 664 bytes: :authority,:method,:path,:protocol,:scheme,accept,accept-encoding,access-control-request-headers,access-control-request-method,access-control-request-private-network,authentication,authorization,cache-control,cdn-loop,connection,content-encoding,content-length,content-type,expect,grpc-accept-encoding,grpc-timeout,if-match,if-modified-since,if-none-match,if-range,if-unmodified-since,keep-alive,origin,pragma,proxy-connection,proxy-status,referer,te,transfer-encoding,upgrade,user-agent,via,x-client-trace-id,x-envoy-attempt-count,x-envoy-decorator-operation,x-envoy-downstream-service-cluster,x-envoy-downstream-service-node,x-envoy-expected-rq-timeout-ms,x-envoy-external-address,x-envoy-force-trace,x-envoy-hedge-on-per-try-timeout,x-envoy-internal,x-envoy-ip-tags,x-envoy-is-timeout-retry,x-envoy-max-retries,x-envoy-original-path,x-envoy-original-url,x-envoy-retriable-header-names,x-envoy-retriable-status-codes,x-envoy-retry-grpc-on,x-envoy-retry-on,x-envoy-upstream-alt-stat-name,x-envoy-upstream-rq-per-try-timeout-ms,x-envoy-upstream-rq-timeout-alt-response,x-envoy-upstream-rq-timeout-ms,x-envoy-upstream-stream-duration-ms,x-forwarded-client-cert,x-forwarded-for,x-forwarded-host,x-forwarded-port,x-forwarded-proto,x-ot-span-context,x-request-id
envoy | [2024-02-20 01:56:27.429][1][info][main] [source/server/server.cc:491] request trailer map: 120 bytes:
envoy | [2024-02-20 01:56:27.429][1][info][main] [source/server/server.cc:491] response header map: 432 bytes: :status,access-control-allow-credentials,access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,access-control-allow-private-network,access-control-expose-headers,access-control-max-age,age,cache-control,connection,content-encoding,content-length,content-type,date,etag,expires,grpc-message,grpc-status,keep-alive,last-modified,location,proxy-connection,proxy-status,server,transfer-encoding,upgrade,vary,via,x-envoy-attempt-count,x-envoy-decorator-operation,x-envoy-degraded,x-envoy-immediate-health-check-fail,x-envoy-ratelimited,x-envoy-upstream-canary,x-envoy-upstream-healthchecked-cluster,x-envoy-upstream-service-time,x-request-id
envoy | [2024-02-20 01:56:27.429][1][info][main] [source/server/server.cc:491] response trailer map: 144 bytes: grpc-message,grpc-status
envoy | [2024-02-20 01:56:27.436][1][info][main] [source/server/server.cc:845] runtime: {}
envoy | [2024-02-20 01:56:27.436][1][info][main] [source/server/server.cc:717] No admin address given, so no admin HTTP server started.
envoy | [2024-02-20 01:56:27.436][1][info][config] [source/server/configuration_impl.cc:160] loading tracing configuration
envoy | [2024-02-20 01:56:27.436][1][info][config] [source/server/configuration_impl.cc:119] loading 0 static secret(s)
envoy | [2024-02-20 01:56:27.436][1][info][config] [source/server/configuration_impl.cc:125] loading 1 cluster(s)
envoy | [2024-02-20 01:56:27.438][1][info][config] [source/server/configuration_impl.cc:129] loading 1 listener(s)
envoy | [2024-02-20 01:56:27.440][1][info][config] [source/server/configuration_impl.cc:146] loading stats configuration
envoy | [2024-02-20 01:56:27.440][1][warning][main] [source/server/server.cc:910] There is no configured limit to the number of allowed active downstream connections. Configure a limit in `envoy.resource_monitors.downstream_connections` resource monitor.
envoy | [2024-02-20 01:56:27.440][1][info][main] [source/server/server.cc:951] starting main dispatch loop
envoy | [2024-02-20 01:56:27.447][1][info][runtime] [source/common/runtime/runtime_impl.cc:584] RTDS has finished initialization
envoy | [2024-02-20 01:56:27.447][1][info][upstream] [source/common/upstream/cluster_manager_impl.cc:240] cm init: all clusters initialized
envoy | [2024-02-20 01:56:27.447][1][info][main] [source/server/server.cc:932] all clusters initialized. initializing init manager
envoy | [2024-02-20 01:56:27.447][1][info][config] [source/common/listener_manager/listener_manager_impl.cc:926] all dependencies initialized. starting workers
backend-1 | 2024-02-20T01:56:27.521Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
backend-1 | 2024-02-20T01:56:27.531Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] c.g.j.rinhadebackend.Application : Started Application in 0.466 seconds (process running for 0.472)
backend-2 | 2024-02-20T01:56:27.626Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
backend-2 | 2024-02-20T01:56:27.626Z INFO 1 --- [rinha-de-backend-2024-q1] [ main] c.g.j.rinhadebackend.Application : Started Application in 0.462 seconds (process running for 0.467)
backend-2 | 2024-02-20T01:56:29.170Z INFO 1 --- [rinha-de-backend-2024-q1] [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
backend-2 | 2024-02-20T01:56:29.170Z INFO 1 --- [rinha-de-backend-2024-q1] [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
backend-2 | 2024-02-20T01:56:29.170Z INFO 1 --- [rinha-de-backend-2024-q1] [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
backend-1 | 2024-02-20T01:56:29.191Z INFO 1 --- [rinha-de-backend-2024-q1] [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
backend-1 | 2024-02-20T01:56:29.191Z INFO 1 --- [rinha-de-backend-2024-q1] [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
backend-1 | 2024-02-20T01:56:29.191Z INFO 1 --- [rinha-de-backend-2024-q1] [omcat-handler-0] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
postgres | 2024-02-20 01:56:31.433 UTC [182] FATAL: role "root" does not exist
postgres | 2024-02-20 01:56:36.515 UTC [192] FATAL: role "root" does not exist
postgres | 2024-02-20 01:56:41.615 UTC [202] FATAL: role "root" does not exist
postgres | 2024-02-20 01:56:46.715 UTC [210] FATAL: role "root" does not exist
postgres | 2024-02-20 01:56:51.815 UTC [218] FATAL: role "root" does not exist
postgres | 2024-02-20 01:56:56.890 UTC [228] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:02.019 UTC [236] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:07.120 UTC [244] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:12.215 UTC [252] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:17.324 UTC [260] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:22.417 UTC [268] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:27.518 UTC [277] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:32.620 UTC [285] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:37.722 UTC [293] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:42.825 UTC [301] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:47.921 UTC [309] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:53.025 UTC [317] FATAL: role "root" does not exist
postgres | 2024-02-20 01:57:58.123 UTC [326] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:03.223 UTC [334] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:08.325 UTC [342] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:13.422 UTC [350] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:18.522 UTC [358] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:23.628 UTC [366] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:28.729 UTC [375] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:33.833 UTC [383] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:38.930 UTC [393] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:44.034 UTC [400] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:49.132 UTC [408] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:54.227 UTC [416] FATAL: role "root" does not exist
postgres | 2024-02-20 01:58:59.330 UTC [425] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:04.428 UTC [433] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:09.529 UTC [441] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:14.629 UTC [449] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:19.731 UTC [457] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:24.920 UTC [469] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:30.030 UTC [477] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:35.131 UTC [485] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:40.228 UTC [493] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:45.329 UTC [501] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:50.436 UTC [509] FATAL: role "root" does not exist
postgres | 2024-02-20 01:59:55.529 UTC [517] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:00.633 UTC [525] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:05.735 UTC [533] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:10.836 UTC [541] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:15.929 UTC [549] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:21.036 UTC [557] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:26.129 UTC [572] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:31.235 UTC [580] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:36.333 UTC [588] FATAL: role "root" does not exist
postgres | 2024-02-20 02:00:41.430 UTC [596] FATAL: role "root" does not exist
envoy | [2024-02-20 02:00:41.786][1][warning][main] [source/server/server.cc:881] caught ENVOY_SIGTERM
envoy | [2024-02-20 02:00:41.786][1][info][main] [source/server/server.cc:1019] shutting down server instance
envoy | [2024-02-20 02:00:41.786][1][info][main] [source/server/server.cc:959] main dispatch loop exited
envoy | [2024-02-20 02:00:41.789][1][info][main] [source/server/server.cc:1011] exiting
envoy exited with code 0
envoy exited with code 0
backend-1 | 2024-02-20T02:00:42.778Z INFO 1 --- [rinha-de-backend-2024-q1] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
backend-2 | 2024-02-20T02:00:42.778Z INFO 1 --- [rinha-de-backend-2024-q1] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
backend-1 | 2024-02-20T02:00:42.783Z INFO 1 --- [rinha-de-backend-2024-q1] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
backend-2 | 2024-02-20T02:00:42.788Z INFO 1 --- [rinha-de-backend-2024-q1] [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
backend-2 exited with code 0
backend-2 exited with code 143
backend-1 exited with code 0
backend-1 exited with code 143
postgres | 2024-02-20 02:00:43.747 UTC [1] LOG: received fast shutdown request
postgres | 2024-02-20 02:00:43.747 UTC [1] LOG: aborting any active transactions
postgres | 2024-02-20 02:00:43.750 UTC [1] LOG: background worker "logical replication launcher" (PID 66) exited with exit code 1
postgres | 2024-02-20 02:00:43.750 UTC [61] LOG: shutting down
postgres | 2024-02-20 02:00:43.750 UTC [61] LOG: checkpoint starting: shutdown immediate
postgres | 2024-02-20 02:00:43.754 UTC [61] LOG: checkpoint complete: wrote 748 buffers (3.9%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.004 s, sync=0.001 s, total=0.004 s; sync files=0, longest=0.000 s, average=0.000 s; distance=19748 kB, estimate=19748 kB; lsn=0/2833BA0, redo lsn=0/2833BA0
postgres | 2024-02-20 02:00:43.761 UTC [1] LOG: database system is shut down
postgres exited with code 0