May have spoken too soon. The environment appears to start, but checking the logs for the atlas search container I see the following:
2023-12-08T18:17:06.814+0000 I MONGOT [main] [com.xgen.mongot.Mongot] [Starting Mongot - Mongot Version: local]
2023-12-08T18:17:07.028+0000 I MONGOT [main] [c.xgen.mongot.util.security.Security] installing FIPS security providers
2023-12-08T18:17:07.743+0000 I MONGOT [main] [com.xgen.mongot.Mongot] Bootstrapping with mongod connection 10.89.0.10:27017
2023-12-08T18:17:07.808+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] refreshExecutorThreads not configured, defaulting to 1.
2023-12-08T18:17:07.808+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] numMaxMergeThreads not configured, defaulting to 1.
2023-12-08T18:17:07.808+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] numMaxMerges not configured, defaulting to 1.
2023-12-08T18:17:07.809+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] ramBufferSizeMb not configured, defaulting to 20.0.
2023-12-08T18:17:07.810+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] nrtCacheEnabled not configured, defaulting to false.
2023-12-08T18:17:07.810+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] nrtTotalCacheSizeMb not configured, defaulting to 15.0.
2023-12-08T18:17:07.810+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] nrtMaxMergeSizeMb not configured, defaulting to 1.5.
2023-12-08T18:17:07.811+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] maxMergedSegmentSize not configured, defaulting to 474.0 MiB.
2023-12-08T18:17:07.812+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] concurrentSearchExecutorThreads not configured, defaulting to 2.
2023-12-08T18:17:07.812+0000 I MONGOT [main] [c.x.m.i.lucene.config.LuceneConfig] using Lucene Version 9.7.0.
2023-12-08T18:17:07.815+0000 I MONGOT [main] [c.x.m.r.m.MongoDbReplicationConfig] numConcurrentInitialSyncs not configured, defaulting to 2.
2023-12-08T18:17:07.815+0000 I MONGOT [main] [c.x.m.r.m.MongoDbReplicationConfig] numConcurrentChangeStreams not configured, defaulting to 4.
2023-12-08T18:17:07.815+0000 I MONGOT [main] [c.x.m.r.m.MongoDbReplicationConfig] numIndexingThreads not configured, defaulting to 1.
2023-12-08T18:17:07.816+0000 I MONGOT [main] [c.x.m.r.m.MongoDbReplicationConfig] changeStreamMaxTimeMs not configured, defaulting to 1000.
2023-12-08T18:17:07.817+0000 I MONGOT [main] [c.x.m.r.mongodb.DurabilityConfig] numCommittingThreads not configured, defaulting to 1.
2023-12-08T18:17:07.825+0000 I MONGOT [main] [c.x.m.i.lucene.LuceneGlobalSettings] Lucene max clause count set to: 1024
2023-12-08T18:17:08.282+0000 I MONGOT [main] [org.mongodb.driver.cluster] Cluster created with settings {hosts=[10.89.0.10:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='10000 ms'}
2023-12-08T18:17:08.344+0000 I MONGOT [main] [org.mongodb.driver.cluster] Cluster created with settings {hosts=[10.89.0.10:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='10000 ms'}
2023-12-08T18:17:08.361+0000 I MONGOT [InitialSyncDispatcher] [c.x.m.r.m.i.InitialSyncQueue$InitialSyncDispatcher] 0 queued initial syncs.
2023-12-08T18:17:08.372+0000 I MONGOT [cluster-ClusterId{value='65735da41996e74dea6aaf8d', description='null'}-10.89.0.10:27017] [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:5}] to 10.89.0.10:27017
2023-12-08T18:17:08.379+0000 I MONGOT [cluster-rtt-ClusterId{value='65735da41996e74dea6aaf8d', description='null'}-10.89.0.10:27017] [org.mongodb.driver.connection] Opened connection [connectionId{localValue:2, serverValue:4}] to 10.89.0.10:27017
2023-12-08T18:17:08.395+0000 I MONGOT [SynonymSyncDispatcher] [c.x.m.r.m.synonyms.SynonymManager] 0 queued synonym syncs.
2023-12-08T18:17:08.397+0000 I MONGOT [cluster-ClusterId{value='65735da41996e74dea6aaf8d', description='null'}-10.89.0.10:27017] [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=10.89.0.10:27017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=22486699, setName='rs-localdev', canonicalAddress=mongod-local4580:27017, hosts=[mongod-local4580:27017], passives=[], arbiters=[], primary='mongod-local4580:27017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000001, setVersion=1, topologyVersion=TopologyVersion{processId=65735d9f9b83b49e0d9c93d9, counter=6}, lastWriteDate=Fri Dec 08 18:17:05 UTC 2023, lastUpdateTimeNanos=576309941879761}
2023-12-08T18:17:08.406+0000 I MONGOT [main] [c.x.m.c.manager.DefaultConfigManager] Initializing
2023-12-08T18:17:08.415+0000 I MONGOT [main] [c.x.m.c.manager.DefaultConfigManager] No config journal found, nothing to initialize
2023-12-08T18:17:08.443+0000 I MONGOT [cluster-ClusterId{value='65735da41996e74dea6aaf8e', description='null'}-10.89.0.10:27017] [org.mongodb.driver.connection] Opened connection [connectionId{localValue:3, serverValue:6}] to 10.89.0.10:27017
2023-12-08T18:17:08.443+0000 I MONGOT [cluster-ClusterId{value='65735da41996e74dea6aaf8e', description='null'}-10.89.0.10:27017] [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=10.89.0.10:27017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=14469800, setName='rs-localdev', canonicalAddress=mongod-local4580:27017, hosts=[mongod-local4580:27017], passives=[], arbiters=[], primary='mongod-local4580:27017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000001, setVersion=1, topologyVersion=TopologyVersion{processId=65735d9f9b83b49e0d9c93d9, counter=6}, lastWriteDate=Fri Dec 08 18:17:05 UTC 2023, lastUpdateTimeNanos=576310013124766}
2023-12-08T18:17:08.447+0000 I MONGOT [cluster-rtt-ClusterId{value='65735da41996e74dea6aaf8e', description='null'}-10.89.0.10:27017] [org.mongodb.driver.connection] Opened connection [connectionId{localValue:4, serverValue:7}] to 10.89.0.10:27017
2023-12-08T18:17:08.607+0000 I MONGOT [main] [c.x.m.s.tcp.server.AbstractTcpServer] Starting query server on address 0.0.0.0/0.0.0.0:27027
2023-12-08T18:17:08.608+0000 I MONGOT [main] [c.x.m.s.tcp.server.MessageServer] starting on 0.0.0.0/0.0.0.0:27027
2023-12-08T18:17:08.896+0000 I MONGOT [nioEventLoopGroup-3-1] [c.xgen.mongot.server.tcp.TcpServer] Received connection 6a8944fffe08e2d6-00000005-00000001-919889b12e958c17-f9d49bbc from /10.89.0.10:51140
2023-12-08T18:17:08.937+0000 I MONGOT [nioEventLoopGroup-3-2] [c.xgen.mongot.server.tcp.TcpServer] Received connection 6a8944fffe08e2d6-00000005-00000002-a0124ef12e958c47-beb9e530 from /10.89.0.10:51152
2023-12-08T18:17:08.937+0000 I MONGOT [nioEventLoopGroup-3-3] [c.xgen.mongot.server.tcp.TcpServer] Received connection 6a8944fffe08e2d6-00000005-00000003-9f9dcef12e958c47-1c029e09 from /10.89.0.10:51156
2023-12-08T18:17:08.955+0000 W MONGOT [nioEventLoopGroup-3-3] [c.x.m.s.tcp.netty.MessageHandler] unexpected exception
java.lang.IllegalArgumentException: no command registered for atlasVersion
at com.xgen.mongot.server.command.registry.CommandRegistry.getCommandRegistration(CommandRegistry.java:61)
at com.xgen.mongot.server.tcp.netty.MessageHandler.processMessage(MessageHandler.java:70)
at com.xgen.mongot.server.tcp.netty.MessageHandler.channelRead(MessageHandler.java:56)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at com.xgen.mongot.server.tcp.netty.ShutdownRequestRejector.channelRead(ShutdownRequestRejector.java:27)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-12-08T18:17:08.964+0000 W MONGOT [nioEventLoopGroup-3-2] [c.x.m.s.tcp.netty.MessageHandler] unexpected exception
java.lang.IllegalArgumentException: no command registered for buildInfo
at com.xgen.mongot.server.command.registry.CommandRegistry.getCommandRegistration(CommandRegistry.java:61)
at com.xgen.mongot.server.tcp.netty.MessageHandler.processMessage(MessageHandler.java:70)
at com.xgen.mongot.server.tcp.netty.MessageHandler.channelRead(MessageHandler.java:56)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at com.xgen.mongot.server.tcp.netty.ShutdownRequestRejector.channelRead(ShutdownRequestRejector.java:27)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-12-08T18:17:08.965+0000 I MONGOT [nioEventLoopGroup-3-4] [c.xgen.mongot.server.tcp.TcpServer] Received connection 6a8944fffe08e2d6-00000005-00000004-c3d0d3712e958c4d-bc741460 from /10.89.0.10:51166
2023-12-08T18:17:08.969+0000 I MONGOT [nioEventLoopGroup-3-5] [c.xgen.mongot.server.tcp.TcpServer] Received connection 6a8944fffe08e2d6-00000005-00000005-709037712e958c4f-e20794eb from /10.89.0.10:51180
2023-12-08T18:17:08.970+0000 W MONGOT [nioEventLoopGroup-3-4] [c.x.m.s.tcp.netty.MessageHandler] unexpected exception
java.lang.IllegalArgumentException: no command registered for getParameter
at com.xgen.mongot.server.command.registry.CommandRegistry.getCommandRegistration(CommandRegistry.java:61)
at com.xgen.mongot.server.tcp.netty.MessageHandler.processMessage(MessageHandler.java:70)
at com.xgen.mongot.server.tcp.netty.MessageHandler.channelRead(MessageHandler.java:56)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at com.xgen.mongot.server.tcp.netty.ShutdownRequestRejector.channelRead(ShutdownRequestRejector.java:27)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-12-08T18:17:08.974+0000 W MONGOT [nioEventLoopGroup-3-5] [c.x.m.s.tcp.netty.MessageHandler] unexpected exception
java.lang.IllegalArgumentException: no command registered for aggregate
at com.xgen.mongot.server.command.registry.CommandRegistry.getCommandRegistration(CommandRegistry.java:61)
at com.xgen.mongot.server.tcp.netty.MessageHandler.processMessage(MessageHandler.java:70)
at com.xgen.mongot.server.tcp.netty.MessageHandler.channelRead(MessageHandler.java:56)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at com.xgen.mongot.server.tcp.netty.ShutdownRequestRejector.channelRead(ShutdownRequestRejector.java:27)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-12-08T18:17:09.003+0000 W MONGOT [nioEventLoopGroup-3-4] [c.x.m.s.tcp.netty.MessageHandler] unexpected exception
java.lang.IllegalArgumentException: no command registered for getLog
at com.xgen.mongot.server.command.registry.CommandRegistry.getCommandRegistration(CommandRegistry.java:61)
at com.xgen.mongot.server.tcp.netty.MessageHandler.processMessage(MessageHandler.java:70)
at com.xgen.mongot.server.tcp.netty.MessageHandler.channelRead(MessageHandler.java:56)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at com.xgen.mongot.server.tcp.netty.ShutdownRequestRejector.channelRead(ShutdownRequestRejector.java:27)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-12-08T18:17:10.005+0000 I MONGOT [nioEventLoopGroup-3-1] [c.xgen.mongot.server.tcp.TcpServer] Closing connection 6a8944fffe08e2d6-00000005-00000001-919889b12e958c17-f9d49bbc
2023-12-08T18:17:10.006+0000 I MONGOT [nioEventLoopGroup-3-2] [c.xgen.mongot.server.tcp.TcpServer] Closing connection 6a8944fffe08e2d6-00000005-00000002-a0124ef12e958c47-beb9e530
2023-12-08T18:17:10.006+0000 I MONGOT [nioEventLoopGroup-3-1] [c.x.m.server.tcp.op.OperationManager] killing ops associated with channel 6a8944fffe08e2d6-00000005-00000001-919889b12e958c17-f9d49bbc
2023-12-08T18:17:10.006+0000 I MONGOT [nioEventLoopGroup-3-2] [c.x.m.server.tcp.op.OperationManager] killing ops associated with channel 6a8944fffe08e2d6-00000005-00000002-a0124ef12e958c47-beb9e530
2023-12-08T18:17:10.006+0000 I MONGOT [nioEventLoopGroup-3-5] [c.xgen.mongot.server.tcp.TcpServer] Closing connection 6a8944fffe08e2d6-00000005-00000005-709037712e958c4f-e20794eb
2023-12-08T18:17:10.006+0000 I MONGOT [nioEventLoopGroup-3-5] [c.x.m.server.tcp.op.OperationManager] killing ops associated with channel 6a8944fffe08e2d6-00000005-00000005-709037712e958c4f-e20794eb
2023-12-08T18:17:10.007+0000 I MONGOT [nioEventLoopGroup-3-4] [c.xgen.mongot.server.tcp.TcpServer] Closing connection 6a8944fffe08e2d6-00000005-00000004-c3d0d3712e958c4d-bc741460
2023-12-08T18:17:10.007+0000 I MONGOT [nioEventLoopGroup-3-4] [c.x.m.server.tcp.op.OperationManager] killing ops associated with channel 6a8944fffe08e2d6-00000005-00000004-c3d0d3712e958c4d-bc741460
2023-12-08T18:17:10.005+0000 I MONGOT [nioEventLoopGroup-3-3] [c.xgen.mongot.server.tcp.TcpServer] Closing connection 6a8944fffe08e2d6-00000005-00000003-9f9dcef12e958c47-1c029e09
2023-12-08T18:17:10.007+0000 I MONGOT [nioEventLoopGroup-3-3] [c.x.m.server.tcp.op.OperationManager] killing ops associated with channel 6a8944fffe08e2d6-00000005-00000003-9f9dcef12e958c47-1c029e09