tyrauber commented on issue #573:
URL: 
https://github.com/apache/incubator-baremaps/issues/573#issuecomment-1407682807

   Absolutely! Happy to help. (Although, I suspect this is just a resource 
issue on my m1 laptop.)
   
   Here is the full trace (in parts). I start the server, open localhost:9000, 
and allow it to render the initial map. I then toggle on the tile boundaries, 
and then the map style. I then zoom out a few times and the screen goes white.
   
   ```
   $ baremaps map dev --log-level DEBUG   --database 
'jdbc:postgresql://localhost:5432/baremaps?user=baremaps&password=baremaps'   
--tileset 'tileset.json'   --style 'style.json'
   [DEBUG] 2023-01-29 10:38:36.282 [main] HikariConfig - HikariPool-1 - 
configuration:
   [DEBUG] 2023-01-29 10:38:36.285 [main] HikariConfig - 
allowPoolSuspension.............false
   [DEBUG] 2023-01-29 10:38:36.285 [main] HikariConfig - 
autoCommit......................true
   [DEBUG] 2023-01-29 10:38:36.285 [main] HikariConfig - 
catalog.........................none
   [DEBUG] 2023-01-29 10:38:36.285 [main] HikariConfig - 
connectionInitSql...............none
   [DEBUG] 2023-01-29 10:38:36.285 [main] HikariConfig - 
connectionTestQuery.............none
   [DEBUG] 2023-01-29 10:38:36.285 [main] HikariConfig - 
connectionTimeout...............30000
   [DEBUG] 2023-01-29 10:38:36.285 [main] HikariConfig - 
dataSource......................none
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
dataSourceClassName.............none
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
dataSourceJNDI..................none
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
dataSourceProperties............{password=<masked>}
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
driverClassName.................none
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
exceptionOverrideClassName......none
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
healthCheckProperties...........{}
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
healthCheckRegistry.............none
   [DEBUG] 2023-01-29 10:38:36.286 [main] HikariConfig - 
idleTimeout.....................600000
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
initializationFailTimeout.......1
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
isolateInternalQueries..........false
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
jdbcUrl.........................jdbc:postgresql://localhost:5432/baremaps?user=baremaps&password=<masked>
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
keepaliveTime...................0
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
leakDetectionThreshold..........0
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
maxLifetime.....................1800000
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
maximumPoolSize.................8
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
metricRegistry..................none
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
metricsTrackerFactory...........none
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
minimumIdle.....................8
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
password........................<masked>
   [DEBUG] 2023-01-29 10:38:36.287 [main] HikariConfig - 
poolName........................"HikariPool-1"
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
readOnly........................false
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
registerMbeans..................false
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
scheduledExecutor...............none
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
schema..........................none
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
threadFactory...................internal
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
transactionIsolation............default
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
username........................none
   [DEBUG] 2023-01-29 10:38:36.288 [main] HikariConfig - 
validationTimeout...............5000
   [INFO ] 2023-01-29 10:38:36.288 [main] HikariDataSource - HikariPool-1 - 
Starting...
   [DEBUG] 2023-01-29 10:38:36.296 [main] DriverDataSource - Loaded driver with 
class name org.postgresql.Driver for 
jdbcUrl=jdbc:postgresql://localhost:5432/baremaps?user=baremaps&password=<masked>
   [INFO ] 2023-01-29 10:38:36.408 [main] HikariPool - HikariPool-1 - Added 
connection org.postgresql.jdbc.PgConnection@6cc0bcf6
   [INFO ] 2023-01-29 10:38:36.409 [main] HikariDataSource - HikariPool-1 - 
Start completed.
   [DEBUG] 2023-01-29 10:38:36.514 [HikariPool-1 housekeeper] HikariPool - 
HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
   [DEBUG] 2023-01-29 10:38:36.540 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@2095e335
   [DEBUG] 2023-01-29 10:38:36.573 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6f6f036c
   [DEBUG] 2023-01-29 10:38:36.602 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1823f828
   [DEBUG] 2023-01-29 10:38:36.635 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@f40fc23
   [DEBUG] 2023-01-29 10:38:36.664 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@9e57f05
   [DEBUG] 2023-01-29 10:38:36.698 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4420871
   [DEBUG] 2023-01-29 10:38:36.727 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3275269
   [DEBUG] 2023-01-29 10:38:36.740 [HikariPool-1 connection adder] HikariPool - 
HikariPool-1 - After adding stats (total=8, active=0, idle=8, waiting=0)
   [DEBUG] 2023-01-29 10:38:36.744 [main] HttpServers - Registered 0 
HttpServerBuilderProvider(s): []
   [DEBUG] 2023-01-29 10:38:36.751 [main] DefaultHttpServerBuilder - 
BlockingStreamingHttpService 
'io.servicetalk.http.api.StreamingHttpServiceToBlockingStreamingHttpService@75b6dd5b'
 requires OFFLOAD_RECEIVE_META_STRATEGY strategy.
   [DEBUG] 2023-01-29 10:38:36.764 [main] InternalLoggerFactory - Using SLF4J 
as the default logging framework
   [DEBUG] 2023-01-29 10:38:36.765 [main] PlatformDependent0 - 
-Dio.netty.noUnsafe: false
   [DEBUG] 2023-01-29 10:38:36.765 [main] PlatformDependent0 - Java version: 17
   [DEBUG] 2023-01-29 10:38:36.766 [main] PlatformDependent0 - 
sun.misc.Unsafe.theUnsafe: available
   [DEBUG] 2023-01-29 10:38:36.766 [main] PlatformDependent0 - 
sun.misc.Unsafe.copyMemory: available
   [DEBUG] 2023-01-29 10:38:36.766 [main] PlatformDependent0 - 
sun.misc.Unsafe.storeFence: available
   [DEBUG] 2023-01-29 10:38:36.766 [main] PlatformDependent0 - 
java.nio.Buffer.address: available
   [DEBUG] 2023-01-29 10:38:36.767 [main] PlatformDependent0 - direct buffer 
constructor: unavailable: Reflective setAccessible(true) disabled
   [DEBUG] 2023-01-29 10:38:36.767 [main] PlatformDependent0 - 
java.nio.Bits.unaligned: available, true
   [DEBUG] 2023-01-29 10:38:36.767 [main] PlatformDependent0 - 
jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class 
io.netty.util.internal.PlatformDependent0$7 cannot access class 
jdk.internal.misc.Unsafe (in module java.base) because module java.base does 
not export jdk.internal.misc to unnamed module @2e1d27ba
   [DEBUG] 2023-01-29 10:38:36.768 [main] PlatformDependent0 - 
java.nio.DirectByteBuffer.<init>(long, int): unavailable
   [DEBUG] 2023-01-29 10:38:36.768 [main] PlatformDependent - sun.misc.Unsafe: 
available
   [DEBUG] 2023-01-29 10:38:36.768 [main] PlatformDependent - maxDirectMemory: 
4294967296 bytes (maybe)
   [DEBUG] 2023-01-29 10:38:36.768 [main] PlatformDependent - 
-Dio.netty.tmpdir: /var/folders/8f/fkvj5sln16sf4k_hzlm8r9400000gn/T 
(java.io.tmpdir)
   [DEBUG] 2023-01-29 10:38:36.768 [main] PlatformDependent - 
-Dio.netty.bitMode: 64 (sun.arch.data.model)
   [DEBUG] 2023-01-29 10:38:36.768 [main] PlatformDependent - Platform: MacOS
   [DEBUG] 2023-01-29 10:38:36.769 [main] PlatformDependent - 
-Dio.netty.maxDirectMemory: -1 bytes
   [DEBUG] 2023-01-29 10:38:36.769 [main] PlatformDependent - 
-Dio.netty.uninitializedArrayAllocationThreshold: -1
   [DEBUG] 2023-01-29 10:38:36.769 [main] CleanerJava9 - 
java.nio.ByteBuffer.cleaner(): available
   [DEBUG] 2023-01-29 10:38:36.769 [main] PlatformDependent - 
-Dio.netty.noPreferDirect: false
   [DEBUG] 2023-01-29 10:38:36.772 [main] NativeLibraryLoader - 
-Dio.netty.native.workdir: /var/folders/8f/fkvj5sln16sf4k_hzlm8r9400000gn/T 
(io.netty.tmpdir)
   [DEBUG] 2023-01-29 10:38:36.772 [main] NativeLibraryLoader - 
-Dio.netty.native.deleteLibAfterLoading: true
   [DEBUG] 2023-01-29 10:38:36.772 [main] NativeLibraryLoader - 
-Dio.netty.native.tryPatchShadedId: true
   [DEBUG] 2023-01-29 10:38:36.772 [main] NativeLibraryLoader - 
-Dio.netty.native.detectNativeLibraryDuplicates: true
   [DEBUG] 2023-01-29 10:38:37.019 [main] NativeLibraryLoader - Successfully 
loaded the library 
/var/folders/8f/fkvj5sln16sf4k_hzlm8r9400000gn/T/libnetty_transport_native_kqueue_aarch_6410623207264196400333.dylib
   [DEBUG] 2023-01-29 10:38:37.025 [main] NetUtil - -Djava.net.preferIPv4Stack: 
false
   [DEBUG] 2023-01-29 10:38:37.025 [main] NetUtil - 
-Djava.net.preferIPv6Addresses: false
   [DEBUG] 2023-01-29 10:38:37.034 [main] NetUtilInitializations - Loopback 
interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0)
   [DEBUG] 2023-01-29 10:38:37.035 [main] NetUtil - Failed to get SOMAXCONN 
from sysctl and file /proc/sys/net/core/somaxconn. Default: 128
   [DEBUG] 2023-01-29 10:38:37.039 [main] MultithreadEventLoopGroup - 
-Dio.netty.eventLoopThreads: 16
   [DEBUG] 2023-01-29 10:38:37.050 [main] InternalThreadLocalMap - 
-Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
   [DEBUG] 2023-01-29 10:38:37.050 [main] InternalThreadLocalMap - 
-Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
   [DEBUG] 2023-01-29 10:38:37.065 [main] PlatformDependent - 
org.jctools-core.MpscChunkedArrayQueue: available
   [DEBUG] 2023-01-29 10:38:37.077 [main] ResourceLeakDetector - 
-Dio.netty.leakDetection.level: simple
   [DEBUG] 2023-01-29 10:38:37.078 [main] ResourceLeakDetector - 
-Dio.netty.leakDetection.targetRecords: 4
   [DEBUG] 2023-01-29 10:38:37.081 [main] AbstractByteBuf - 
-Dio.netty.buffer.checkAccessible: true
   [DEBUG] 2023-01-29 10:38:37.081 [main] AbstractByteBuf - 
-Dio.netty.buffer.checkBounds: true
   [DEBUG] 2023-01-29 10:38:37.082 [main] ResourceLeakDetectorFactory - Loaded 
default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@53d2d002
   [DEBUG] 2023-01-29 10:38:37.084 [main] NettyIoExecutors - Created 
KQueueEventLoopGroup for 16 threads using 
NettyIoThreadFactory{namePrefix='servicetalk-global-io-executor-1-', 
daemon=true, threadGroup=java.lang.ThreadGroup[name=main,maxpri=10], 
threadCount=0}.
   [DEBUG] 2023-01-29 10:38:37.087 [main] AsyncContext - Enabled.
   [DEBUG] 2023-01-29 10:38:37.092 [main] ReflectionUtils - Java version: 17
   [DEBUG] 2023-01-29 10:38:37.092 [main] PlatformDependent0 - 
sun.misc.Unsafe.theUnsafe: available
   [DEBUG] 2023-01-29 10:38:37.093 [main] PlatformDependent0 - 
sun.misc.Unsafe#throwException(Throwable): available
   [DEBUG] 2023-01-29 10:38:37.093 [main] PlatformDependent0 - 
sun.misc.Unsafe#allocateMemory(long): available
   [DEBUG] 2023-01-29 10:38:37.094 [main] PlatformDependent0 - 
sun.misc.Unsafe#freeMemory(long): available
   [DEBUG] 2023-01-29 10:38:37.094 [main] PlatformDependent0 - sun.misc.Unsafe: 
available
   [DEBUG] 2023-01-29 10:38:37.094 [main] PlatformDependent0 - 
java.nio.DirectByteBuffer.<init>(int, long, FileDescriptor, Runnable): 
unavailable
   [DEBUG] 2023-01-29 10:38:37.094 [main] PlatformDependent0 - 
java.nio.DirectByteBuffer$Deallocator.<init>(long, long, int): unavailable
   [DEBUG] 2023-01-29 10:38:37.094 [main] PlatformDependent0 - 
java.nio.Bits.reserveMemory(long, int): unavailable
   [DEBUG] 2023-01-29 10:38:37.094 [main] PlatformDependent0 - 
java.nio.Bits.unreserveMemory(long, int): unavailable
   [DEBUG] 2023-01-29 10:38:37.094 [main] PlatformDependent0 - Allocation of 
DirectByteBuffer without zeroing memory: unavailable
   [DEBUG] 2023-01-29 10:38:37.095 [main] GlobalExecutionContext - Initialized 
GlobalExecutionContext
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.numHeapArenas: 16
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.numDirectArenas: 16
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.pageSize: 8192
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.maxOrder: 9
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.chunkSize: 4194304
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.smallCacheSize: 256
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.normalCacheSize: 64
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.maxCachedBufferCapacity: 32768
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.cacheTrimInterval: 8192
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.cacheTrimIntervalMillis: 0
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.useCacheForAllThreads: false
   [DEBUG] 2023-01-29 10:38:37.108 [main] PooledByteBufAllocator - 
-Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
   [DEBUG] 2023-01-29 10:38:37.123 [main] DefaultChannelId - 
-Dio.netty.processId: 19814 (auto-detected)
   [DEBUG] 2023-01-29 10:38:37.125 [main] DefaultChannelId - 
-Dio.netty.machineId: 3c:a6:f6:ff:fe:3c:66:7c (auto-detected)
   [DEBUG] 2023-01-29 10:38:37.132 [main] ByteBufUtil - 
-Dio.netty.allocator.type: pooled
   [DEBUG] 2023-01-29 10:38:37.132 [main] ByteBufUtil - 
-Dio.netty.threadLocalDirectBufferSize: 0
   [DEBUG] 2023-01-29 10:38:37.132 [main] ByteBufUtil - 
-Dio.netty.maxThreadLocalCharBufferSize: 16384
   [DEBUG] 2023-01-29 10:38:37.140 [servicetalk-global-io-executor-1-1] 
NettyHttpServer - Started HTTP/1.1 server for address /[0:0:0:0:0:0:0:0%0]:9000.
   [DEBUG] 2023-01-29 10:38:37.141 [servicetalk-global-io-executor-1-1] 
DefaultHttpServerBuilder - Server for address /[0:0:0:0:0:0:0:0%0]:9000 created 
with the builder strategy DEFAULT_HTTP_EXECUTION_STRATEGY, resulting computed 
strategy is OFFLOAD_RECEIVE_META_STRATEGY.
   [INFO ] 2023-01-29 10:38:37.141 [main] Dev - Listening on 
/[0:0:0:0:0:0:0:0%0]:9000
   [DEBUG] 2023-01-29 10:38:38.733 [servicetalk-global-io-executor-1-2] 
CloseHandler - 
io.servicetalk.transport.netty.internal.CloseHandler.LogLevel=null
   [DEBUG] 2023-01-29 10:38:38.777 [servicetalk-global-io-executor-1-2] 
HttpDebugUtils - [id: 0xfc5b86ba, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50435] HTTP/1.1 pipeline initialized: 
TcpServerBinder$2#0, CopyByteBufHandlerChannelInitializer$CopyByteBufHandler#0, 
HttpRequestDecoder#0, HttpResponseEncoder#0, 
DefaultNettyConnection$NettyToStChannelInboundHandler#0, 
DefaultChannelPipeline$TailContext#0
   [DEBUG] 2023-01-29 10:38:38.786 [servicetalk-global-io-executor-1-2] 
Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096
   [DEBUG] 2023-01-29 10:38:38.787 [servicetalk-global-io-executor-1-2] 
Recycler - -Dio.netty.recycler.ratio: 8
   [DEBUG] 2023-01-29 10:38:38.787 [servicetalk-global-io-executor-1-2] 
Recycler - -Dio.netty.recycler.chunkSize: 32
   [DEBUG] 2023-01-29 10:38:38.787 [servicetalk-global-io-executor-1-2] 
Recycler - -Dio.netty.recycler.blocking: false
   [DEBUG] 2023-01-29 10:38:38.808 [servicetalk-global-io-executor-1-2] 
DefaultNettyConnection - [id: 0xfc5b86ba, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50435] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.006 [servicetalk-global-io-executor-1-3] 
HttpDebugUtils - [id: 0x6e7feac4, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50449] HTTP/1.1 pipeline initialized: 
TcpServerBinder$2#0, CopyByteBufHandlerChannelInitializer$CopyByteBufHandler#0, 
HttpRequestDecoder#0, HttpResponseEncoder#0, 
DefaultNettyConnection$NettyToStChannelInboundHandler#0, 
DefaultChannelPipeline$TailContext#0
   [DEBUG] 2023-01-29 10:38:41.010 [servicetalk-global-io-executor-1-3] 
DefaultNettyConnection - [id: 0x6e7feac4, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50449] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.027 [servicetalk-global-io-executor-1-2] 
DefaultNettyConnection - [id: 0xfc5b86ba, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50435] Received a user event: 
io.netty.channel.socket.ChannelInputShutdownEvent@7cda71ac
   [DEBUG] 2023-01-29 10:38:41.030 [servicetalk-global-io-executor-1-2] 
DefaultNettyConnection - [id: 0xfc5b86ba, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50435] Received a user event: 
io.netty.channel.socket.ChannelInputShutdownReadComplete@485bd8dc
   [DEBUG] 2023-01-29 10:38:41.030 [servicetalk-global-io-executor-1-2] 
DefaultNettyConnection - [id: 0xfc5b86ba, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50435] Emitted CloseEvent: CHANNEL_CLOSED_INBOUND
   [DEBUG] 2023-01-29 10:38:41.046 [servicetalk-global-io-executor-1-3] 
DefaultNettyConnection - [id: 0x6e7feac4, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50449] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.048 [servicetalk-global-io-executor-1-4] 
HttpDebugUtils - [id: 0xf0a745ed, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50450] HTTP/1.1 pipeline initialized: 
TcpServerBinder$2#0, CopyByteBufHandlerChannelInitializer$CopyByteBufHandler#0, 
HttpRequestDecoder#0, HttpResponseEncoder#0, 
DefaultNettyConnection$NettyToStChannelInboundHandler#0, 
DefaultChannelPipeline$TailContext#0
   [DEBUG] 2023-01-29 10:38:41.050 [servicetalk-global-io-executor-1-5] 
HttpDebugUtils - [id: 0xbbab16c0, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50451] HTTP/1.1 pipeline initialized: 
TcpServerBinder$2#0, CopyByteBufHandlerChannelInitializer$CopyByteBufHandler#0, 
HttpRequestDecoder#0, HttpResponseEncoder#0, 
DefaultNettyConnection$NettyToStChannelInboundHandler#0, 
DefaultChannelPipeline$TailContext#0
   [DEBUG] 2023-01-29 10:38:41.053 [servicetalk-global-io-executor-1-5] 
DefaultNettyConnection - [id: 0xbbab16c0, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50451] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.053 [servicetalk-global-io-executor-1-6] 
HttpDebugUtils - [id: 0xad47ef18, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50452] HTTP/1.1 pipeline initialized: 
TcpServerBinder$2#0, CopyByteBufHandlerChannelInitializer$CopyByteBufHandler#0, 
HttpRequestDecoder#0, HttpResponseEncoder#0, 
DefaultNettyConnection$NettyToStChannelInboundHandler#0, 
DefaultChannelPipeline$TailContext#0
   [DEBUG] 2023-01-29 10:38:41.053 [servicetalk-global-io-executor-1-4] 
DefaultNettyConnection - [id: 0xf0a745ed, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50450] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.055 [servicetalk-global-io-executor-1-6] 
DefaultNettyConnection - [id: 0xad47ef18, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50452] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.084 [servicetalk-global-io-executor-1-6] 
DefaultNettyConnection - [id: 0xad47ef18, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50452] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.106 [servicetalk-global-io-executor-1-3] 
DefaultNettyConnection - [id: 0x6e7feac4, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50449] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.155 [servicetalk-global-io-executor-1-6] 
DefaultNettyConnection - [id: 0xad47ef18, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50452] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.175 [servicetalk-global-io-executor-1-4] 
DefaultNettyConnection - [id: 0xf0a745ed, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50450] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.174 [servicetalk-global-io-executor-1-6] 
DefaultNettyConnection - [id: 0xad47ef18, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50452] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.175 [servicetalk-global-io-executor-1-5] 
DefaultNettyConnection - [id: 0xbbab16c0, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50451] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.176 [servicetalk-global-io-executor-1-7] 
HttpDebugUtils - [id: 0x669b919c, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50453] HTTP/1.1 pipeline initialized: 
TcpServerBinder$2#0, CopyByteBufHandlerChannelInitializer$CopyByteBufHandler#0, 
HttpRequestDecoder#0, HttpResponseEncoder#0, 
DefaultNettyConnection$NettyToStChannelInboundHandler#0, 
DefaultChannelPipeline$TailContext#0
   [DEBUG] 2023-01-29 10:38:41.176 [servicetalk-global-io-executor-1-8] 
HttpDebugUtils - [id: 0xce443dee, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50454] HTTP/1.1 pipeline initialized: 
TcpServerBinder$2#0, CopyByteBufHandlerChannelInitializer$CopyByteBufHandler#0, 
HttpRequestDecoder#0, HttpResponseEncoder#0, 
DefaultNettyConnection$NettyToStChannelInboundHandler#0, 
DefaultChannelPipeline$TailContext#0
   [DEBUG] 2023-01-29 10:38:41.178 [servicetalk-global-io-executor-1-7] 
DefaultNettyConnection - [id: 0x669b919c, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50453] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   [DEBUG] 2023-01-29 10:38:41.178 [servicetalk-global-io-executor-1-8] 
DefaultNettyConnection - [id: 0xce443dee, L:/[0:0:0:0:0:0:0:1%0]:9000 - 
R:/[0:0:0:0:0:0:0:1%0]:50454] Received a user event: 
io.servicetalk.transport.netty.internal.CloseHandler$InboundDataEndEvent
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to