Detected Zookeeper ID 1 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=A8v2cqdUxbSHreocl86OdCi0e9CFeDaq ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=A8v2cqdUxbSHreocl86OdCi0e9CFeDaq ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=A8v2cqdUxbSHreocl86OdCi0e9CFeDaq ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=A8v2cqdUxbSHreocl86OdCi0e9CFeDaq ssl.quorum.keyStore.type=PKCS12 # Provided configuration autopurge.purgeInterval=1 tickTime=2000 initLimit=5 syncLimit=2 # Zookeeper nodes configuration server.1=my-cluster-zookeeper-0.my-cluster-zookeeper-nodes.kafka-cluster-test.svc:2888:3888:participant;127.0.0.1:12181 server.2=my-cluster-zookeeper-1.my-cluster-zookeeper-nodes.kafka-cluster-test.svc:2888:3888:participant;127.0.0.1:12181 OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N 2020-05-07 21:25:50,145 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,156 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,156 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,161 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2020-05-07 21:25:50,174 WARN No server failure will be tolerated. You need at least 3 servers. (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,188 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2020-05-07 21:25:50,188 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2020-05-07 21:25:50,189 INFO Log4j found with jmx enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2020-05-07 21:25:50,189 DEBUG registerLog4jMBeans() (org.apache.zookeeper.jmx.ManagedUtil) [main] 2020-05-07 21:25:50,194 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:hierarchy=default (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,194 DEBUG postRegister is called. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,196 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=root (root) [main] 2020-05-07 21:25:50,196 DEBUG Adding AppenderMBean for appender named CONSOLE (org.apache.log4j.jmx.LoggerDynamicMBean) [main] 2020-05-07 21:25:50,200 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2020-05-07 21:25:50,211 DEBUG Opening datadir:/var/lib/zookeeper/data snapDir:/var/lib/zookeeper/data (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2020-05-07 21:25:50,211 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2020-05-07 21:25:50,224 DEBUG getMBeanInfo called. (org.apache.log4j.jmx.AppenderDynamicMBean) [main] 2020-05-07 21:25:50,224 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:appender=CONSOLE (org.apache.log4j.jmx.AppenderDynamicMBean) [main] 2020-05-07 21:25:50,224 DEBUG Adding LayoutMBean:CONSOLE,layout=org.apache.log4j.PatternLayout (org.apache.log4j.jmx.AppenderDynamicMBean) [main] 2020-05-07 21:25:50,225 DEBUG getMBeanInfo called. (org.apache.log4j.jmx.LayoutDynamicMBean) [main] 2020-05-07 21:25:50,225 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:appender=CONSOLE,layout=org.apache.log4j.PatternLayout (org.apache.log4j.jmx.LayoutDynamicMBean) [main] 2020-05-07 21:25:50,225 DEBUG ---Adding logger [root] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,226 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.common.AtomicFileOutputStream (org.apache.zookeeper.common.AtomicFileOutputStream) [main] 2020-05-07 21:25:50,229 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2020-05-07 21:25:50,229 DEBUG ---Adding logger [org.apache.zookeeper.common.AtomicFileOutputStream] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,229 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.persistence.FileSnap (org.apache.zookeeper.server.persistence.FileSnap) [main] 2020-05-07 21:25:50,230 DEBUG ---Adding logger [org.apache.zookeeper.server.persistence.FileSnap] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,230 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.log4j.jmx.LoggerDynamicMBean (org.apache.log4j.jmx.LoggerDynamicMBean) [main] 2020-05-07 21:25:50,230 DEBUG ---Adding logger [org.apache.log4j.jmx.LoggerDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,230 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.PurgeTxnLog (org.apache.zookeeper.server.PurgeTxnLog) [main] 2020-05-07 21:25:50,230 DEBUG ---Adding logger [org.apache.zookeeper.server.PurgeTxnLog] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,230 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.jmx.MBeanRegistry (org.apache.zookeeper.jmx.MBeanRegistry) [main] 2020-05-07 21:25:50,230 DEBUG ---Adding logger [org.apache.zookeeper.jmx.MBeanRegistry] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,230 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.persistence.FileTxnSnapLog (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2020-05-07 21:25:50,230 DEBUG ---Adding logger [org.apache.zookeeper.server.persistence.FileTxnSnapLog] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,231 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.quorum.QuorumPeerConfig (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,231 DEBUG ---Adding logger [org.apache.zookeeper.server.quorum.QuorumPeerConfig] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,231 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.log4j.jmx.AppenderDynamicMBean (org.apache.log4j.jmx.AppenderDynamicMBean) [main] 2020-05-07 21:25:50,231 DEBUG ---Adding logger [org.apache.log4j.jmx.AppenderDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,231 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.quorum.QuorumPeerMain (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2020-05-07 21:25:50,231 DEBUG ---Adding logger [org.apache.zookeeper.server.quorum.QuorumPeerMain] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,231 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.log4j.jmx.HierarchyDynamicMBean (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,231 DEBUG ---Adding logger [org.apache.log4j.jmx.HierarchyDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,231 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.common.X509Util (org.apache.zookeeper.common.X509Util) [main] 2020-05-07 21:25:50,231 DEBUG ---Adding logger [org.apache.zookeeper.common.X509Util] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,232 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.jmx.ManagedUtil (org.apache.zookeeper.jmx.ManagedUtil) [main] 2020-05-07 21:25:50,232 DEBUG ---Adding logger [org.apache.zookeeper.jmx.ManagedUtil] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,232 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.DatadirCleanupManager (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2020-05-07 21:25:50,232 DEBUG ---Adding logger [org.apache.zookeeper.server.DatadirCleanupManager] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,232 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.log4j.jmx.LayoutDynamicMBean (org.apache.log4j.jmx.LayoutDynamicMBean) [main] 2020-05-07 21:25:50,232 DEBUG ---Adding logger [org.apache.log4j.jmx.LayoutDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,233 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.persistence.FileTxnLog (org.apache.zookeeper.server.persistence.FileTxnLog) [main] 2020-05-07 21:25:50,233 DEBUG ---Adding logger [org.apache.zookeeper.server.persistence.FileTxnLog] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,233 INFO Starting quorum peer (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2020-05-07 21:25:50,272 DEBUG Using SLF4J as the default logging framework (io.netty.util.internal.logging.InternalLoggerFactory) [main] 2020-05-07 21:25:50,277 DEBUG -Dio.netty.noUnsafe: false (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,277 DEBUG Java version: 8 (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,279 DEBUG sun.misc.Unsafe.theUnsafe: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,280 DEBUG sun.misc.Unsafe.copyMemory: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,281 DEBUG java.nio.Buffer.address: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,281 DEBUG direct buffer constructor: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,290 DEBUG java.nio.Bits.unaligned: available, true (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,290 DEBUG jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9 (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,290 DEBUG java.nio.DirectByteBuffer.(long, int): available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,290 DEBUG sun.misc.Unsafe: available (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,291 DEBUG -Dio.netty.tmpdir: /tmp (java.io.tmpdir) (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,291 DEBUG -Dio.netty.bitMode: 64 (sun.arch.data.model) (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,293 DEBUG -Dio.netty.maxDirectMemory: 4164943872 bytes (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,293 DEBUG -Dio.netty.uninitializedArrayAllocationThreshold: -1 (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,294 DEBUG java.nio.ByteBuffer.cleaner(): available (io.netty.util.internal.CleanerJava6) [main] 2020-05-07 21:25:50,295 DEBUG -Dio.netty.noPreferDirect: false (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,330 DEBUG -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 (io.netty.util.internal.InternalThreadLocalMap) [main] 2020-05-07 21:25:50,330 DEBUG -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 (io.netty.util.internal.InternalThreadLocalMap) [main] 2020-05-07 21:25:50,337 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,343 DEBUG Ignoring link-local InetAddress /fe80:0:0:0:42:acff:fe11:b%eth0 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,343 DEBUG Ignoring loopback InetAddress /0:0:0:0:0:0:0:1%lo (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,343 DEBUG Ignoring loopback InetAddress /127.0.0.1 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,343 DEBUG Detected 1 local network addresses (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,343 DEBUG Resolved local addresses are: [/172.17.0.11] (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,349 DEBUG -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) (io.netty.util.internal.NativeLibraryLoader) [main] 2020-05-07 21:25:50,349 DEBUG -Dio.netty.native.deleteLibAfterLoading: true (io.netty.util.internal.NativeLibraryLoader) [main] 2020-05-07 21:25:50,349 DEBUG -Dio.netty.native.tryPatchShadedId: true (io.netty.util.internal.NativeLibraryLoader) [main] 2020-05-07 21:25:50,361 DEBUG Unable to load the library 'netty_transport_native_epoll_x86_64', trying other loading mechanism. (io.netty.util.internal.NativeLibraryLoader) [main] java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1124) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369) at java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136) at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:231) at io.netty.channel.epoll.Native.(Native.java:58) at io.netty.channel.epoll.Epoll.(Epoll.java:39) at org.apache.zookeeper.common.NettyUtils.newNioOrEpollEventLoopGroup(NettyUtils.java:75) at org.apache.zookeeper.server.NettyServerCnxnFactory.(NettyServerCnxnFactory.java:398) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.zookeeper.server.ServerCnxnFactory.createFactory(ServerCnxnFactory.java:134) at org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:147) at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:123) at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:82) 2020-05-07 21:25:50,366 DEBUG netty_transport_native_epoll_x86_64 cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir: /tmp (io.netty.util.internal.NativeLibraryLoader) [main] java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1124) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136) at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:231) at io.netty.channel.epoll.Native.(Native.java:58) at io.netty.channel.epoll.Epoll.(Epoll.java:39) at org.apache.zookeeper.common.NettyUtils.newNioOrEpollEventLoopGroup(NettyUtils.java:75) at org.apache.zookeeper.server.NettyServerCnxnFactory.(NettyServerCnxnFactory.java:398) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.zookeeper.server.ServerCnxnFactory.createFactory(ServerCnxnFactory.java:134) at org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:147) at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:123) at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:82) Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1124) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369) at java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339) ... 14 more 2020-05-07 21:25:50,368 DEBUG Unable to load the library 'netty_transport_native_epoll', trying other loading mechanism. (io.netty.util.internal.NativeLibraryLoader) [main] java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1124) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369) at java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136) at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:234) at io.netty.channel.epoll.Native.(Native.java:58) at io.netty.channel.epoll.Epoll.(Epoll.java:39) at org.apache.zookeeper.common.NettyUtils.newNioOrEpollEventLoopGroup(NettyUtils.java:75) at org.apache.zookeeper.server.NettyServerCnxnFactory.(NettyServerCnxnFactory.java:398) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.zookeeper.server.ServerCnxnFactory.createFactory(ServerCnxnFactory.java:134) at org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:147) at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:123) at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:82) 2020-05-07 21:25:50,369 DEBUG netty_transport_native_epoll cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir: /tmp (io.netty.util.internal.NativeLibraryLoader) [main] java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1124) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136) at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:234) at io.netty.channel.epoll.Native.(Native.java:58) at io.netty.channel.epoll.Epoll.(Epoll.java:39) at org.apache.zookeeper.common.NettyUtils.newNioOrEpollEventLoopGroup(NettyUtils.java:75) at org.apache.zookeeper.server.NettyServerCnxnFactory.(NettyServerCnxnFactory.java:398) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.zookeeper.server.ServerCnxnFactory.createFactory(ServerCnxnFactory.java:134) at org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:147) at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:123) at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:82) Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1124) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369) at java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339) ... 14 more 2020-05-07 21:25:50,376 DEBUG -Dio.netty.eventLoopThreads: 2 (io.netty.channel.MultithreadEventLoopGroup) [main] 2020-05-07 21:25:50,391 DEBUG -Dio.netty.noKeySetOptimization: false (io.netty.channel.nio.NioEventLoop) [main] 2020-05-07 21:25:50,392 DEBUG -Dio.netty.selectorAutoRebuildThreshold: 512 (io.netty.channel.nio.NioEventLoop) [main] 2020-05-07 21:25:50,400 DEBUG org.jctools-core.MpscChunkedArrayQueue: available (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,421 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2020-05-07 21:25:50,423 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,424 DEBUG Ignoring link-local InetAddress /fe80:0:0:0:42:acff:fe11:b%eth0 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,424 DEBUG Ignoring loopback InetAddress /0:0:0:0:0:0:0:1%lo (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,424 DEBUG Ignoring loopback InetAddress /127.0.0.1 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,424 DEBUG Detected 1 local network addresses (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,424 DEBUG Resolved local addresses are: [/172.17.0.11] (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,425 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2020-05-07 21:25:50,463 DEBUG Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2020-05-07 21:25:50,464 INFO Logging initialized @980ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2020-05-07 21:25:50,507 DEBUG Server@401e7803{STOPPED}[9.4.24.v20191120] added {QueuedThreadPool[qtp712025048]@2a70a3d8{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,550 DEBUG HttpConnectionFactory@3d8314f0[HTTP/1.1] added {HttpConfiguration@2df32bf7{32768/8192,8192/8192,https://:0,[]},POJO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,578 DEBUG ServerConnector@1442d7b5{null,[]}{0.0.0.0:0} added {Server@401e7803{STOPPED}[9.4.24.v20191120],UNMANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,579 DEBUG ServerConnector@1442d7b5{null,[]}{0.0.0.0:0} added {QueuedThreadPool[qtp712025048]@2a70a3d8{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,580 DEBUG ServerConnector@1442d7b5{null,[]}{0.0.0.0:0} added {ScheduledExecutorScheduler@d6da883{STOPPED},AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,580 DEBUG ServerConnector@1442d7b5{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@45afc369,POJO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,581 DEBUG ServerConnector@1442d7b5{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@3d8314f0[HTTP/1.1],AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,581 DEBUG ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@3d8314f0[HTTP/1.1] (org.eclipse.jetty.server.AbstractConnector) [main] 2020-05-07 21:25:50,591 DEBUG ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,591 DEBUG Server@401e7803{STOPPED}[9.4.24.v20191120] added {ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:8080},AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,626 DEBUG Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@6a472554 (org.eclipse.jetty.util.DecoratedObjectFactory) [main] 2020-05-07 21:25:50,636 DEBUG o.e.j.s.ServletContextHandler@564718df{/,null,UNAVAILABLE} added {org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1,MANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,643 DEBUG org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 added {ServletHandler@7f9fcf7f{STOPPED},MANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,643 WARN o.e.j.s.ServletContextHandler@564718df{/,null,UNAVAILABLE} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2020-05-07 21:25:50,643 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2020-05-07 21:25:50,646 DEBUG Server@401e7803{STOPPED}[9.4.24.v20191120] added {o.e.j.s.ServletContextHandler@564718df{/,null,UNAVAILABLE},MANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,676 DEBUG Opening datadir:/var/lib/zookeeper/data snapDir:/var/lib/zookeeper/data (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2020-05-07 21:25:50,676 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2020-05-07 21:25:50,676 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,676 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,676 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,676 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,676 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,676 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,692 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2020-05-07 21:25:50,695 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,695 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,695 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,695 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,699 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2020-05-07 21:25:50,702 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,704 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,707 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,718 DEBUG -Dio.netty.processId: 45 (auto-detected) (io.netty.channel.DefaultChannelId) [main] 2020-05-07 21:25:50,722 DEBUG -Djava.net.preferIPv4Stack: false (io.netty.util.NetUtil) [main] 2020-05-07 21:25:50,722 DEBUG -Djava.net.preferIPv6Addresses: false (io.netty.util.NetUtil) [main] 2020-05-07 21:25:50,725 DEBUG Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) (io.netty.util.NetUtil) [main] 2020-05-07 21:25:50,726 DEBUG /proc/sys/net/core/somaxconn: 128 (io.netty.util.NetUtil) [main] 2020-05-07 21:25:50,728 DEBUG -Dio.netty.machineId: 02:42:ac:ff:fe:11:00:0b (auto-detected) (io.netty.channel.DefaultChannelId) [main] 2020-05-07 21:25:50,745 DEBUG -Dio.netty.leakDetection.level: simple (io.netty.util.ResourceLeakDetector) [main] 2020-05-07 21:25:50,745 DEBUG -Dio.netty.leakDetection.targetRecords: 4 (io.netty.util.ResourceLeakDetector) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.numHeapArenas: 2 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.numDirectArenas: 2 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.pageSize: 8192 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.maxOrder: 11 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.chunkSize: 16777216 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.tinyCacheSize: 512 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.smallCacheSize: 256 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.normalCacheSize: 64 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.maxCachedBufferCapacity: 32768 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.cacheTrimInterval: 8192 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.cacheTrimIntervalMillis: 0 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.useCacheForAllThreads: true (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,794 DEBUG -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,804 DEBUG -Dio.netty.allocator.type: pooled (io.netty.buffer.ByteBufUtil) [main] 2020-05-07 21:25:50,804 DEBUG -Dio.netty.threadLocalDirectBufferSize: 0 (io.netty.buffer.ByteBufUtil) [main] 2020-05-07 21:25:50,805 DEBUG -Dio.netty.maxThreadLocalCharBufferSize: 16384 (io.netty.buffer.ByteBufUtil) [main] 2020-05-07 21:25:50,825 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,825 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,827 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,827 DEBUG starting Server@401e7803{STOPPED}[9.4.24.v20191120] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,830 DEBUG Server@401e7803{STARTING}[9.4.24.v20191120] added {ErrorHandler@6580cfdd{STOPPED},AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,831 INFO jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_252-b09 (org.eclipse.jetty.server.Server) [main] 2020-05-07 21:25:50,845 DEBUG starting Server@401e7803{STARTING}[9.4.24.v20191120] (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,845 DEBUG starting QueuedThreadPool[qtp712025048]@2a70a3d8{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,847 DEBUG ReservedThreadExecutor@2145b572{s=0/1,p=0} (org.eclipse.jetty.util.thread.ReservedThreadExecutor) [main] 2020-05-07 21:25:50,847 DEBUG QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] added {ReservedThreadExecutor@2145b572{s=0/1,p=0},AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,847 DEBUG starting ReservedThreadExecutor@2145b572{s=0/1,p=0} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,857 DEBUG STARTED @1372ms ReservedThreadExecutor@2145b572{s=0/1,p=0} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,857 DEBUG Starting Thread[qtp712025048-15,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,858 DEBUG Starting Thread[qtp712025048-16,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,858 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-15] 2020-05-07 21:25:50,859 DEBUG Starting Thread[qtp712025048-17,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,859 DEBUG Starting Thread[qtp712025048-18,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,860 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-16] 2020-05-07 21:25:50,860 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-17] 2020-05-07 21:25:50,864 DEBUG Starting Thread[qtp712025048-19,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,865 DEBUG Starting Thread[qtp712025048-20,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,865 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-18] 2020-05-07 21:25:50,865 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-19] 2020-05-07 21:25:50,865 DEBUG Starting Thread[qtp712025048-21,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,866 DEBUG Starting Thread[qtp712025048-22,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,866 DEBUG STARTED @1381ms QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,866 DEBUG starting o.e.j.s.ServletContextHandler@564718df{/,null,UNAVAILABLE} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,867 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-21] 2020-05-07 21:25:50,867 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-20] 2020-05-07 21:25:50,871 DEBUG HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@5119fb47] (org.eclipse.jetty.http.PreEncodedHttpField) [main] 2020-05-07 21:25:50,876 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-22] 2020-05-07 21:25:50,881 DEBUG starting o.e.j.s.ServletContextHandler@564718df{/,null,STARTING} (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,882 DEBUG starting org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,885 DEBUG org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@795cd85e[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,887 DEBUG org.eclipse.jetty.server.session.DefaultSessionCache@795cd85e[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@441772e[passivating=false,graceSec=3600],AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,888 DEBUG starting DefaultSessionIdManager@4d9e68d0{STOPPED}[worker=null] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,889 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,889 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,890 DEBUG DefaultSessionIdManager@4d9e68d0{STARTING}[worker=node0] added {HouseKeeper@52e6fdee{STOPPED}[interval=600000, ownscheduler=false],MANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,890 DEBUG starting HouseKeeper@52e6fdee{STOPPED}[interval=600000, ownscheduler=false] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,891 DEBUG starting ScheduledExecutorScheduler@6c80d78a{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,892 DEBUG STARTED @1407ms ScheduledExecutorScheduler@6c80d78a{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,892 DEBUG Using own scheduler for scavenging (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,893 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,896 DEBUG STARTED @1411ms HouseKeeper@52e6fdee{STARTED}[interval=660000, ownscheduler=true] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,896 DEBUG STARTED @1412ms DefaultSessionIdManager@4d9e68d0{STARTED}[worker=node0] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,897 DEBUG Server@401e7803{STARTING}[9.4.24.v20191120] added {DefaultSessionIdManager@4d9e68d0{STARTED}[worker=node0],MANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,897 DEBUG org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 added {DefaultSessionIdManager@4d9e68d0{STARTED}[worker=node0],UNMANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,897 DEBUG starting ScheduledExecutorScheduler@6e20b53a{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,897 DEBUG STARTED @1412ms ScheduledExecutorScheduler@6e20b53a{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,898 DEBUG starting org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,898 DEBUG starting ServletHandler@7f9fcf7f{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,900 DEBUG Path=/commands/*[EMBEDDED:null] mapped to servlet=org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af[EMBEDDED:null] (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,902 DEBUG Added MappedResource[pathSpec=ServletPathSpec["/commands/*",pathDepth=2,group=PREFIX_GLOB],resource=org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af@b06cf28==org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=1] (org.eclipse.jetty.http.pathmap.PathMappings) [main] 2020-05-07 21:25:50,902 DEBUG filterNameMap={} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,902 DEBUG pathFilters=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,902 DEBUG servletFilterMap=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,902 DEBUG servletPathMap=PathMappings[size=1] (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,902 DEBUG servletNameMap={org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af=org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af@b06cf28==org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet,jsp=null,order=-1,inst=false,async=true} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,902 DEBUG Adding Default404Servlet to ServletHandler@7f9fcf7f{STARTING} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,903 DEBUG Path=/commands/*[EMBEDDED:null] mapped to servlet=org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af[EMBEDDED:null] (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,904 DEBUG Added MappedResource[pathSpec=ServletPathSpec["/commands/*",pathDepth=2,group=PREFIX_GLOB],resource=org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af@b06cf28==org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=1] (org.eclipse.jetty.http.pathmap.PathMappings) [main] 2020-05-07 21:25:50,904 DEBUG Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4567f35d[EMBEDDED:null] (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,904 DEBUG Added MappedResource[pathSpec=ServletPathSpec["/",pathDepth=-1,group=DEFAULT],resource=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4567f35d@c9ec0db2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet,jsp=null,order=-1,inst=false,async=true] to PathMappings[size=2] (org.eclipse.jetty.http.pathmap.PathMappings) [main] 2020-05-07 21:25:50,904 DEBUG filterNameMap={} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,904 DEBUG pathFilters=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,904 DEBUG servletFilterMap=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,904 DEBUG servletPathMap=PathMappings[size=2] (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,904 DEBUG servletNameMap={org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af=org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af@b06cf28==org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet,jsp=null,order=-1,inst=false,async=true, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4567f35d=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4567f35d@c9ec0db2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet,jsp=null,order=-1,inst=false,async=true} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,905 DEBUG starting ServletHandler@7f9fcf7f{STARTING} (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,905 DEBUG STARTED @1421ms ServletHandler@7f9fcf7f{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,905 DEBUG starting org.eclipse.jetty.server.session.DefaultSessionCache@795cd85e[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,905 DEBUG starting org.eclipse.jetty.server.session.NullSessionDataStore@441772e[passivating=false,graceSec=3600] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,905 DEBUG STARTED @1421ms org.eclipse.jetty.server.session.NullSessionDataStore@441772e[passivating=false,graceSec=3600] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,906 DEBUG STARTED @1421ms org.eclipse.jetty.server.session.DefaultSessionCache@795cd85e[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,906 DEBUG STARTED @1421ms org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,915 DEBUG starting org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af@b06cf28==org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet,jsp=null,order=-1,inst=false,async=true (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,918 DEBUG STARTED @1433ms org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af@b06cf28==org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet,jsp=null,order=-1,inst=false,async=true (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,919 DEBUG Servlet.init org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet@5876a9af for org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet-52e677af (org.eclipse.jetty.servlet.ServletHolder) [main] 2020-05-07 21:25:50,919 DEBUG starting org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4567f35d@c9ec0db2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet,jsp=null,order=-1,inst=false,async=true (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,920 DEBUG STARTED @1435ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4567f35d@c9ec0db2==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet,jsp=null,order=-1,inst=false,async=true (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,920 INFO Started o.e.j.s.ServletContextHandler@564718df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2020-05-07 21:25:50,920 DEBUG STARTED @1435ms o.e.j.s.ServletContextHandler@564718df{/,null,AVAILABLE} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,920 DEBUG starting ErrorHandler@6580cfdd{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,920 DEBUG starting ErrorHandler@6580cfdd{STARTING} (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,920 DEBUG STARTED @1435ms ErrorHandler@6580cfdd{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,920 DEBUG starting ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,921 DEBUG ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} added {sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:8080],POJO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,922 DEBUG starting ScheduledExecutorScheduler@d6da883{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,923 DEBUG STARTED @1438ms ScheduledExecutorScheduler@d6da883{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,923 DEBUG starting HttpConnectionFactory@3d8314f0[HTTP/1.1] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,923 DEBUG STARTED @1438ms HttpConnectionFactory@3d8314f0[HTTP/1.1] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,923 DEBUG starting SelectorManager@ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,941 DEBUG EatWhatYouKill@222545dc/SelectorProducer@1d2adfbe/IDLE/p=false/QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-05-07T21:25:50.937Z added {SelectorProducer@1d2adfbe,POJO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,942 DEBUG EatWhatYouKill@222545dc/SelectorProducer@1d2adfbe/IDLE/p=false/QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-05-07T21:25:50.942Z added {QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}],UNMANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,942 DEBUG EatWhatYouKill@222545dc/SelectorProducer@1d2adfbe/IDLE/p=false/QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-05-07T21:25:50.942Z created (org.eclipse.jetty.util.thread.strategy.EatWhatYouKill) [main] 2020-05-07 21:25:50,946 DEBUG ManagedSelector@7f0eb4b4{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@222545dc/SelectorProducer@1d2adfbe/IDLE/p=false/QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-05-07T21:25:50.946Z,MANAGED} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,947 DEBUG SelectorManager@ServerConnector@1442d7b5{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} added {ManagedSelector@7f0eb4b4{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} (org.eclipse.jetty.util.component.ContainerLifeCycle) [main] 2020-05-07 21:25:50,947 DEBUG starting ManagedSelector@7f0eb4b4{STOPPED} id=0 keys=-1 selected=-1 updates=0 (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,947 DEBUG starting EatWhatYouKill@222545dc/SelectorProducer@1d2adfbe/IDLE/p=false/QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-05-07T21:25:50.947Z (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,959 DEBUG STARTED @1474ms EatWhatYouKill@222545dc/SelectorProducer@1d2adfbe/IDLE/p=false/QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-05-07T21:25:50.959Z (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,961 DEBUG queue org.eclipse.jetty.io.ManagedSelector$$Lambda$32/210506412@6adbc9d startThread=0 (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,961 DEBUG Queued change org.eclipse.jetty.io.ManagedSelector$Start@4550bb58 on ManagedSelector@7f0eb4b4{STARTING} id=0 keys=0 selected=0 updates=0 (org.eclipse.jetty.io.ManagedSelector) [main] 2020-05-07 21:25:50,961 DEBUG run org.eclipse.jetty.io.ManagedSelector$$Lambda$32/210506412@6adbc9d in QueuedThreadPool[qtp712025048]@2a70a3d8{STARTED,8<=8<=200,i=7,r=1,q=0}[ReservedThreadExecutor@2145b572{s=0/1,p=0}] (org.eclipse.jetty.util.thread.QueuedThreadPool) [qtp712025048-15] 2020-05-07 21:26:20,743 DEBUG -Dio.netty.recycler.maxCapacityPerThread: 4096 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,743 DEBUG -Dio.netty.recycler.maxSharedCapacityFactor: 2 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,743 DEBUG -Dio.netty.recycler.linkCapacity: 16 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,743 DEBUG -Dio.netty.recycler.ratio: 8 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,777 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x6978e69d, L:/127.0.0.1:12181 - R:/127.0.0.1:58584] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,777 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,777 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,783 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,783 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,783 INFO Processing ruok command from /127.0.0.1:58584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,794 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,794 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,799 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:20,799 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:23,416 WARN Got zxid 0x100000001 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:23,417 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:1] 2020-05-07 21:26:23,426 DEBUG Committing request:: sessionid:0x20000944d900000 type:createSession cxid:0x0 zxid:0x100000001 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:23,431 DEBUG Processing request:: sessionid:0x20000944d900000 type:createSession cxid:0x0 zxid:0x100000001 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:23,752 DEBUG Committing request:: sessionid:0x20000944d900000 type:closeSession cxid:0x2 zxid:0x100000002 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:23,760 DEBUG Processing request:: sessionid:0x20000944d900000 type:closeSession cxid:0x2 zxid:0x100000002 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:23,761 DEBUG closeSession sessionid:0x144115825032298496 (org.apache.zookeeper.server.NettyServerCnxnFactory) [CommitProcWorkThread-1] 2020-05-07 21:26:23,761 DEBUG closeSession sessionid:0x144115825032298496 (org.apache.zookeeper.server.NettyServerCnxnFactory) [CommitProcWorkThread-1] 2020-05-07 21:26:25,996 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0xbeab9ecb, L:/127.0.0.1:12181 - R:/127.0.0.1:58610] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:26:25,997 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:25,999 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:25,999 INFO Processing ruok command from /127.0.0.1:58610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:26,001 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:26,001 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:26,001 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:26,001 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:30,712 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x3f025b13, L:/127.0.0.1:12181 - R:/127.0.0.1:58636] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:26:30,712 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:30,712 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:30,712 INFO Processing ruok command from /127.0.0.1:58636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:30,713 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:30,713 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:30,713 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:30,713 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:34,661 DEBUG Using Java8 optimized cipher suites for Java version 1.8 (org.apache.zookeeper.common.X509Util) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,691 DEBUG Default protocols (JDK): [TLSv1.2, TLSv1.1, TLSv1] (io.netty.handler.ssl.JdkSslContext) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,691 DEBUG Default cipher suites (JDK): [TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA] (io.netty.handler.ssl.JdkSslContext) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,710 DEBUG SSL handler added for channel: [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,819 DEBUG Successful handshake with session 0x0 (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,924 INFO Authenticated Id 'CN=my-cluster-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,924 DEBUG [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (io.netty.handler.ssl.SslHandler) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,928 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 49, cap: 78) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,928 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,928 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,928 DEBUG got conn req request from /172.17.0.14:55770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,929 DEBUG Session establishment request from client /172.17.0.14:55770 client's lastZxid is 0x0 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,930 DEBUG Throttling - disabling recv /172.17.0.14:55770[0](queued=0,recved=1,sent=0) (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,934 DEBUG Received AutoReadEvent.DISABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,934 DEBUG Client attempting to establish new session: session = 0x10000944d800000, zxid = 0x0, timeout = 18000, address = /172.17.0.14:55770 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,935 DEBUG Processing request:: sessionid:0x10000944d800000 type:createSession cxid:0x0 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:34,942 DEBUG Committing request:: sessionid:0x10000944d800000 type:createSession cxid:0x0 zxid:0x100000003 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:34,942 DEBUG Processing request:: sessionid:0x10000944d800000 type:createSession cxid:0x0 zxid:0x100000003 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:34,943 DEBUG sessionid:0x10000944d800000 type:createSession cxid:0x0 zxid:0x100000003 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:34,951 DEBUG Established session 0x10000944d800000 with negotiated timeout 18000 for client /172.17.0.14:55770 (org.apache.zookeeper.server.ZooKeeperServer) [CommitProcWorkThread-1] 2020-05-07 21:26:34,951 DEBUG Sending unthrottle event /172.17.0.14:55770[1](queued=0,recved=1,sent=0,sid=0x10000944d800000,lop=SESS,est=1588886794710,to=18000,lcxid=0x0,lzxid=0x100000003,lresp=9761748,llat=9,minlat=0,avglat=9,maxlat=9) (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:26:34,964 DEBUG Received AutoReadEvent.ENABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:34,964 DEBUG queue empty (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,057 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 61, cap: 90) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,058 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,058 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,060 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/consumers (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,079 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x1 zxid:0x100000004 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,080 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x1 zxid:0x100000004 txntype:1 reqpath:/consumers (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,080 DEBUG sessionid:0x10000944d800000 type:create cxid:0x1 zxid:0x100000004 txntype:1 reqpath:/consumers (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,099 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 63, cap: 92) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,100 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,100 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,101 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/ids (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,109 DEBUG Committing request:: sessionid:0x10000944d800000 type:error cxid:0x2 zxid:0x100000005 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,109 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x2 zxid:0x100000005 txntype:-1 reqpath:/brokers/ids (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,109 DEBUG Ignoring processTxn failure hdr: -1 : error: -101 (org.apache.zookeeper.server.DataTree) [CommitProcWorkThread-1] 2020-05-07 21:26:35,121 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 59, cap: 88) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,121 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,121 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,124 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,128 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0x100000006 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,128 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0x100000006 txntype:1 reqpath:/brokers (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,130 DEBUG sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0x100000006 txntype:1 reqpath:/brokers (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,133 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 63, cap: 92) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,134 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,134 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,134 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/ids (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,140 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0x100000007 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,141 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0x100000007 txntype:1 reqpath:/brokers/ids (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,142 DEBUG sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0x100000007 txntype:1 reqpath:/brokers/ids (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,146 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 66, cap: 95) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,146 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,146 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,147 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,157 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0x100000008 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,157 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0x100000008 txntype:1 reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,157 DEBUG sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0x100000008 txntype:1 reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,164 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 66, cap: 95) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,164 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,164 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,164 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x6 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/changes (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,169 DEBUG Committing request:: sessionid:0x10000944d800000 type:error cxid:0x6 zxid:0x100000009 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,170 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x6 zxid:0x100000009 txntype:-1 reqpath:/config/changes (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,170 DEBUG Ignoring processTxn failure hdr: -1 : error: -101 (org.apache.zookeeper.server.DataTree) [CommitProcWorkThread-1] 2020-05-07 21:26:35,173 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 58, cap: 87) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,174 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,174 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,174 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,180 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0x10000000a txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,180 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0x10000000a txntype:1 reqpath:/config (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,181 DEBUG sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0x10000000a txntype:1 reqpath:/config (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,188 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 66, cap: 95) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,189 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,189 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,189 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/changes (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,199 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0x10000000b txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,199 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0x10000000b txntype:1 reqpath:/config/changes (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,200 DEBUG sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0x10000000b txntype:1 reqpath:/config/changes (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,207 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 71, cap: 100) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,207 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,207 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,207 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x9 zxid:0xfffffffffffffffe txntype:unknown reqpath:/admin/delete_topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,215 DEBUG Committing request:: sessionid:0x10000944d800000 type:error cxid:0x9 zxid:0x10000000c txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,215 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x9 zxid:0x10000000c txntype:-1 reqpath:/admin/delete_topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,215 DEBUG Ignoring processTxn failure hdr: -1 : error: -101 (org.apache.zookeeper.server.DataTree) [CommitProcWorkThread-1] 2020-05-07 21:26:35,222 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 57, cap: 86) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,222 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,222 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,224 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xa zxid:0xfffffffffffffffe txntype:unknown reqpath:/admin (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,228 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xa zxid:0x10000000d txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,228 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xa zxid:0x10000000d txntype:1 reqpath:/admin (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,228 DEBUG sessionid:0x10000944d800000 type:create cxid:0xa zxid:0x10000000d txntype:1 reqpath:/admin (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,232 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 71, cap: 100) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,232 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,232 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,232 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xb zxid:0xfffffffffffffffe txntype:unknown reqpath:/admin/delete_topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,239 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xb zxid:0x10000000e txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,239 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xb zxid:0x10000000e txntype:1 reqpath:/admin/delete_topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,240 DEBUG sessionid:0x10000944d800000 type:create cxid:0xb zxid:0x10000000e txntype:1 reqpath:/admin/delete_topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,243 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 65, cap: 94) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,243 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,243 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,243 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xc zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/seqid (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,258 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xc zxid:0x10000000f txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,258 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xc zxid:0x10000000f txntype:1 reqpath:/brokers/seqid (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,258 DEBUG sessionid:0x10000944d800000 type:create cxid:0xc zxid:0x10000000f txntype:1 reqpath:/brokers/seqid (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,262 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 75, cap: 104) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,262 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,262 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,263 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xd zxid:0xfffffffffffffffe txntype:unknown reqpath:/isr_change_notification (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,293 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xd zxid:0x100000010 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,294 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xd zxid:0x100000010 txntype:1 reqpath:/isr_change_notification (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,294 DEBUG sessionid:0x10000944d800000 type:create cxid:0xd zxid:0x100000010 txntype:1 reqpath:/isr_change_notification (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,301 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 76, cap: 105) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,301 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,301 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,302 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xe zxid:0xfffffffffffffffe txntype:unknown reqpath:/latest_producer_id_block (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,326 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xe zxid:0x100000011 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,326 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xe zxid:0x100000011 txntype:1 reqpath:/latest_producer_id_block (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,327 DEBUG sessionid:0x10000944d800000 type:create cxid:0xe zxid:0x100000011 txntype:1 reqpath:/latest_producer_id_block (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,336 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 78, cap: 107) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,336 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,336 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,336 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xf zxid:0xfffffffffffffffe txntype:unknown reqpath:/log_dir_event_notification (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,351 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xf zxid:0x100000012 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,351 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xf zxid:0x100000012 txntype:1 reqpath:/log_dir_event_notification (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,351 DEBUG sessionid:0x10000944d800000 type:create cxid:0xf zxid:0x100000012 txntype:1 reqpath:/log_dir_event_notification (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,357 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 65, cap: 94) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,357 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,357 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,362 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x10 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,370 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x10 zxid:0x100000013 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,370 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x10 zxid:0x100000013 txntype:1 reqpath:/config/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,371 DEBUG sessionid:0x10000944d800000 type:create cxid:0x10 zxid:0x100000013 txntype:1 reqpath:/config/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,382 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 66, cap: 95) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,382 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,382 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,384 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/clients (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,403 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0x100000014 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,403 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0x100000014 txntype:1 reqpath:/config/clients (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,403 DEBUG sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0x100000014 txntype:1 reqpath:/config/clients (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,408 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 64, cap: 93) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,408 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,408 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,409 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/users (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,414 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0x100000015 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,414 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0x100000015 txntype:1 reqpath:/config/users (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,414 DEBUG sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0x100000015 txntype:1 reqpath:/config/users (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,423 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 66, cap: 95) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,423 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,423 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,423 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/brokers (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,429 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0x100000016 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,429 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0x100000016 txntype:1 reqpath:/config/brokers (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,430 DEBUG sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0x100000016 txntype:1 reqpath:/config/brokers (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,438 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 28, cap: 57) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,438 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,438 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,439 DEBUG Processing request:: sessionid:0x10000944d800000 type:getData cxid:0x14 zxid:0xfffffffffffffffe txntype:unknown reqpath:/cluster/id (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,444 DEBUG Processing request:: sessionid:0x10000944d800000 type:getData cxid:0x14 zxid:0xfffffffffffffffe txntype:unknown reqpath:/cluster/id (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,444 DEBUG sessionid:0x10000944d800000 type:getData cxid:0x14 zxid:0xfffffffffffffffe txntype:unknown reqpath:/cluster/id (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,710 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 107, cap: 136) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,710 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,710 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,710 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x15 zxid:0xfffffffffffffffe txntype:unknown reqpath:/cluster/id (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,718 DEBUG Committing request:: sessionid:0x10000944d800000 type:error cxid:0x15 zxid:0x100000017 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,718 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x15 zxid:0x100000017 txntype:-1 reqpath:/cluster/id (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,719 DEBUG Ignoring processTxn failure hdr: -1 : error: -101 (org.apache.zookeeper.server.DataTree) [CommitProcWorkThread-1] 2020-05-07 21:26:35,723 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 59, cap: 88) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,723 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,723 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,724 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0xfffffffffffffffe txntype:unknown reqpath:/cluster (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,730 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0x100000018 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,731 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0x100000018 txntype:1 reqpath:/cluster (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,732 DEBUG sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0x100000018 txntype:1 reqpath:/cluster (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,752 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 107, cap: 136) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,753 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,753 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,753 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x17 zxid:0xfffffffffffffffe txntype:unknown reqpath:/cluster/id (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,762 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x17 zxid:0x100000019 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:26:35,763 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x17 zxid:0x100000019 txntype:1 reqpath:/cluster/id (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,764 DEBUG sessionid:0x10000944d800000 type:create cxid:0x17 zxid:0x100000019 txntype:1 reqpath:/cluster/id (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,793 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 42, cap: 71) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,793 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,793 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,793 DEBUG Processing request:: sessionid:0x10000944d800000 type:getData cxid:0x18 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/brokers/ (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,794 DEBUG Processing request:: sessionid:0x10000944d800000 type:getData cxid:0x18 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/brokers/ (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,794 DEBUG sessionid:0x10000944d800000 type:getData cxid:0x18 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/brokers/ (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,882 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0xf803bcfa, L:/127.0.0.1:12181 - R:/127.0.0.1:58662] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,882 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,882 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,883 INFO Processing ruok command from /127.0.0.1:58662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,883 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,883 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,884 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,884 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:35,886 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 34, cap: 63) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,886 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,886 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,887 DEBUG Processing request:: sessionid:0x10000944d800000 type:getData cxid:0x19 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/brokers/0 (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,887 DEBUG Processing request:: sessionid:0x10000944d800000 type:getData cxid:0x19 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/brokers/0 (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,888 DEBUG sessionid:0x10000944d800000 type:getData cxid:0x19 zxid:0xfffffffffffffffe txntype:unknown reqpath:/config/brokers/0 (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,965 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 32, cap: 61) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,965 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,965 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:35,965 DEBUG Processing request:: sessionid:0x10000944d800000 type:getChildren2 cxid:0x1a zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:26:35,965 DEBUG Processing request:: sessionid:0x10000944d800000 type:getChildren2 cxid:0x1a zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,965 DEBUG sessionid:0x10000944d800000 type:getChildren2 cxid:0x1a zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,970 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.PrepRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:05,218 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:05,218 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:05,218 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:05,218 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:05,219 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:05,219 DEBUG sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:05,825 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x6dd782d7, L:/172.17.0.11:2181 - R:/172.17.0.15:58626] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:05,825 DEBUG 0x10000944d800001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:05,825 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:05,828 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:05,830 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:05,830 DEBUG sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:05,851 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0xfbfd580d, L:/127.0.0.1:12181 - R:/127.0.0.1:58824] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:27:05,851 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:05,851 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:05,851 INFO Processing ruok command from /127.0.0.1:58824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:05,852 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:05,852 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:05,852 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:05,852 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:10,650 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x33365ef9, L:/127.0.0.1:12181 - R:/127.0.0.1:58884] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:27:10,650 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:10,650 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:10,650 INFO Processing ruok command from /127.0.0.1:58884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:10,650 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:10,650 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:10,651 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:10,651 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:11,224 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,224 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,224 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,225 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,225 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,225 DEBUG sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,774 DEBUG SSL handler added for channel: [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,825 DEBUG Successful handshake with session 0x0 (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,825 INFO Authenticated Id 'CN=my-cluster-entity-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,826 DEBUG [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (io.netty.handler.ssl.SslHandler) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 49, cap: 78) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG got conn req request from /172.17.0.16:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG Session establishment request from client /172.17.0.16:59444 client's lastZxid is 0x0 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG Throttling - disabling recv /172.17.0.16:59444[0](queued=0,recved=1,sent=0) (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG Received AutoReadEvent.DISABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG Client attempting to establish new session: session = 0x10000944d800002, zxid = 0x0, timeout = 20000, address = /172.17.0.16:59444 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,827 DEBUG Processing request:: sessionid:0x10000944d800002 type:createSession cxid:0x0 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,830 DEBUG Committing request:: sessionid:0x10000944d800002 type:createSession cxid:0x0 zxid:0x10000002f txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:27:11,830 DEBUG Processing request:: sessionid:0x10000944d800002 type:createSession cxid:0x0 zxid:0x10000002f txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,831 DEBUG sessionid:0x10000944d800002 type:createSession cxid:0x0 zxid:0x10000002f txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,831 DEBUG Established session 0x10000944d800002 with negotiated timeout 20000 for client /172.17.0.16:59444 (org.apache.zookeeper.server.ZooKeeperServer) [CommitProcWorkThread-1] 2020-05-07 21:27:11,832 DEBUG Sending unthrottle event /172.17.0.16:59444[1](queued=0,recved=1,sent=0,sid=0x10000944d800002,lop=SESS,est=1588886831775,to=20000,lcxid=0x0,lzxid=0x10000002f,lresp=9798636,llat=4,minlat=0,avglat=4,maxlat=4) (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:27:11,834 DEBUG Received AutoReadEvent.ENABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,834 DEBUG queue empty (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,842 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x6dd782d7, L:/172.17.0.11:2181 - R:/172.17.0.15:58626] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:11,842 DEBUG 0x10000944d800001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:11,842 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:11,842 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,844 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,844 DEBUG sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,879 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 59, cap: 88) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,879 DEBUG 0x10000944d800002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,879 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,881 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/strimzi (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,888 DEBUG Committing request:: sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0x100000030 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:27:11,890 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0x100000030 txntype:1 reqpath:/strimzi (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,890 DEBUG sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0x100000030 txntype:1 reqpath:/strimzi (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,926 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 32, cap: 61) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,926 DEBUG 0x10000944d800002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,926 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,932 DEBUG Processing request:: sessionid:0x10000944d800002 type:exists cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,933 DEBUG Processing request:: sessionid:0x10000944d800002 type:exists cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,933 DEBUG sessionid:0x10000944d800002 type:exists cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,941 DEBUG New message SimpleLeakAwareByteBuf(PooledUnsafeDirectByteBuf(ridx: 0, widx: 32, cap: 61)) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,941 DEBUG 0x10000944d800002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,941 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,944 DEBUG Processing request:: sessionid:0x10000944d800002 type:getChildren cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,945 DEBUG Processing request:: sessionid:0x10000944d800002 type:getChildren cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,945 DEBUG sessionid:0x10000944d800002 type:getChildren cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,962 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 66, cap: 95) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,963 DEBUG 0x10000944d800002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,963 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,963 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:/strimzi/topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,981 DEBUG Committing request:: sessionid:0x10000944d800002 type:create cxid:0x4 zxid:0x100000031 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:27:11,981 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x4 zxid:0x100000031 txntype:1 reqpath:/strimzi/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,982 DEBUG sessionid:0x10000944d800002 type:create cxid:0x4 zxid:0x100000031 txntype:1 reqpath:/strimzi/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,986 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 32, cap: 61) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,986 DEBUG 0x10000944d800002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,986 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:11,986 DEBUG Processing request:: sessionid:0x10000944d800002 type:getChildren cxid:0x5 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:11,986 DEBUG Processing request:: sessionid:0x10000944d800002 type:getChildren cxid:0x5 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,986 DEBUG sessionid:0x10000944d800002 type:getChildren cxid:0x5 zxid:0xfffffffffffffffe txntype:unknown reqpath:/brokers/topics (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:12,337 DEBUG SSL handler added for channel: [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,392 DEBUG Successful handshake with session 0x0 (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,392 INFO Authenticated Id 'CN=my-cluster-entity-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,392 DEBUG [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (io.netty.handler.ssl.SslHandler) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 49, cap: 78) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG got conn req request from /172.17.0.16:59456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG Session establishment request from client /172.17.0.16:59456 client's lastZxid is 0x0 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG Throttling - disabling recv /172.17.0.16:59456[0](queued=0,recved=1,sent=0) (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG Received AutoReadEvent.DISABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,394 DEBUG Client attempting to establish new session: session = 0x10000944d800003, zxid = 0x0, timeout = 6000, address = /172.17.0.16:59456 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,395 DEBUG Processing request:: sessionid:0x10000944d800003 type:createSession cxid:0x0 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:12,412 DEBUG Committing request:: sessionid:0x10000944d800003 type:createSession cxid:0x0 zxid:0x100000032 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:27:12,413 DEBUG Processing request:: sessionid:0x10000944d800003 type:createSession cxid:0x0 zxid:0x100000032 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:12,413 DEBUG sessionid:0x10000944d800003 type:createSession cxid:0x0 zxid:0x100000032 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:12,413 DEBUG Established session 0x10000944d800003 with negotiated timeout 6000 for client /172.17.0.16:59456 (org.apache.zookeeper.server.ZooKeeperServer) [CommitProcWorkThread-1] 2020-05-07 21:27:12,414 DEBUG Sending unthrottle event /172.17.0.16:59456[1](queued=0,recved=1,sent=0,sid=0x10000944d800003,lop=SESS,est=1588886832337,to=6000,lcxid=0x0,lzxid=0x100000032,lresp=9799218,llat=19,minlat=0,avglat=19,maxlat=19) (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:27:12,415 DEBUG Received AutoReadEvent.ENABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:12,415 DEBUG queue empty (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,250 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:35,250 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:35,250 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:35,251 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:35,251 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:35,251 DEBUG sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:35,830 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0xaee17368, L:/127.0.0.1:12181 - R:/127.0.0.1:59006] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,830 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,831 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,831 INFO Processing ruok command from /127.0.0.1:59006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,834 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,834 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,834 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,834 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:35,863 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x6dd782d7, L:/172.17.0.11:2181 - R:/172.17.0.15:58626] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,863 DEBUG 0x10000944d800001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,863 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,864 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:35,864 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:35,864 DEBUG sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:36,377 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:36,377 DEBUG 0x10000944d800003 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:36,377 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:36,377 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:36,377 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:36,378 DEBUG sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:38,379 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:38,379 DEBUG 0x10000944d800003 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:38,379 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:38,380 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:38,380 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:38,380 DEBUG sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:38,680 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:38,680 DEBUG 0x10000944d800002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:38,680 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:38,681 DEBUG Processing request:: sessionid:0x10000944d800002 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:38,681 DEBUG Processing request:: sessionid:0x10000944d800002 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:38,681 DEBUG sessionid:0x10000944d800002 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:40,381 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:40,381 DEBUG 0x10000944d800003 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:40,381 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:40,381 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:40,381 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:40,381 DEBUG sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:40,631 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x347d617f, L:/127.0.0.1:12181 - R:/127.0.0.1:59056] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:27:40,631 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:40,631 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:40,631 INFO Processing ruok command from /127.0.0.1:59056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:40,632 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:40,632 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:40,632 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:40,632 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:41,257 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:41,258 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:41,258 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:41,258 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:41,258 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:41,258 DEBUG sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:41,869 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x6dd782d7, L:/172.17.0.11:2181 - R:/172.17.0.15:58626] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:41,869 DEBUG 0x10000944d800001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:41,869 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:41,869 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:41,869 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:41,869 DEBUG sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:42,385 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:42,385 DEBUG 0x10000944d800003 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:42,385 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:42,385 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:42,386 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:42,386 DEBUG sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:44,389 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:44,389 DEBUG 0x10000944d800003 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:44,389 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:44,392 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:44,392 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:44,392 DEBUG sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:45,353 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x76039ba2, L:/172.17.0.11:2181 - R:/172.17.0.16:59444] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:45,353 DEBUG 0x10000944d800002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:45,353 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:45,358 DEBUG Processing request:: sessionid:0x10000944d800002 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:45,358 DEBUG Processing request:: sessionid:0x10000944d800002 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:45,358 DEBUG sessionid:0x10000944d800002 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:45,853 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x6cfcd7ef, L:/127.0.0.1:12181 - R:/127.0.0.1:59088] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:27:45,853 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:45,853 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:45,853 INFO Processing ruok command from /127.0.0.1:59088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:45,854 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:45,854 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:45,854 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:45,854 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:46,391 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:46,391 DEBUG 0x10000944d800003 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:46,391 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:46,391 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:46,391 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:46,392 DEBUG sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,037 DEBUG Committing request:: sessionid:0x20000944d900002 type:createSession cxid:0x0 zxid:0x100000034 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:27:47,042 DEBUG Processing request:: sessionid:0x20000944d900002 type:createSession cxid:0x0 zxid:0x100000034 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,263 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xe6253f1d, L:/172.17.0.11:2181 - R:/172.17.0.14:55770] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,263 DEBUG 0x10000944d800000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,263 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,263 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:47,263 DEBUG Processing request:: sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,264 DEBUG sessionid:0x10000944d800000 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,638 DEBUG Committing request:: sessionid:0x20000944d900002 type:closeSession cxid:0x2 zxid:0x100000035 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-05-07 21:27:47,638 DEBUG Processing request:: sessionid:0x20000944d900002 type:closeSession cxid:0x2 zxid:0x100000035 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,638 DEBUG closeSession sessionid:0x144115825032298498 (org.apache.zookeeper.server.NettyServerCnxnFactory) [CommitProcWorkThread-1] 2020-05-07 21:27:47,638 DEBUG closeSession sessionid:0x144115825032298498 (org.apache.zookeeper.server.NettyServerCnxnFactory) [CommitProcWorkThread-1] 2020-05-07 21:27:47,875 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x6dd782d7, L:/172.17.0.11:2181 - R:/172.17.0.15:58626] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:47,875 DEBUG 0x10000944d800001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:47,875 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:47,877 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:47,877 DEBUG Processing request:: sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,877 DEBUG sessionid:0x10000944d800001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:48,392 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0x93ad26da, L:/172.17.0.11:2181 - R:/172.17.0.16:59456] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:48,392 DEBUG 0x10000944d800003 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:48,392 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:48,393 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [FollowerRequestProcessor:1] 2020-05-07 21:27:48,393 DEBUG Processing request:: sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:48,393 DEBUG sessionid:0x10000944d800003 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1]