Detected Zookeeper ID 2 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=DyT1CsSI7akcA3EsnmBKo7XYWdLzKz4M ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=DyT1CsSI7akcA3EsnmBKo7XYWdLzKz4M ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=DyT1CsSI7akcA3EsnmBKo7XYWdLzKz4M ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=DyT1CsSI7akcA3EsnmBKo7XYWdLzKz4M 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,197 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,207 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,208 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-05-07 21:25:50,212 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,225 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,235 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2020-05-07 21:25:50,235 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2020-05-07 21:25:50,237 INFO Log4j found with jmx enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2020-05-07 21:25:50,237 DEBUG registerLog4jMBeans() (org.apache.zookeeper.jmx.ManagedUtil) [main] 2020-05-07 21:25:50,238 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2020-05-07 21:25:50,243 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,243 DEBUG postRegister is called. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,244 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,244 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2020-05-07 21:25:50,245 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=root (root) [main] 2020-05-07 21:25:50,245 DEBUG Adding AppenderMBean for appender named CONSOLE (org.apache.log4j.jmx.LoggerDynamicMBean) [main] 2020-05-07 21:25:50,262 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2020-05-07 21:25:50,262 DEBUG getMBeanInfo called. (org.apache.log4j.jmx.AppenderDynamicMBean) [main] 2020-05-07 21:25:50,262 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,262 DEBUG Adding LayoutMBean:CONSOLE,layout=org.apache.log4j.PatternLayout (org.apache.log4j.jmx.AppenderDynamicMBean) [main] 2020-05-07 21:25:50,263 DEBUG getMBeanInfo called. (org.apache.log4j.jmx.LayoutDynamicMBean) [main] 2020-05-07 21:25:50,263 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,264 DEBUG ---Adding logger [root] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,265 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,266 DEBUG ---Adding logger [org.apache.zookeeper.common.AtomicFileOutputStream] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,266 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,266 DEBUG ---Adding logger [org.apache.zookeeper.server.persistence.FileSnap] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,266 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,266 DEBUG ---Adding logger [org.apache.log4j.jmx.LoggerDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,266 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,266 DEBUG ---Adding logger [org.apache.zookeeper.server.PurgeTxnLog] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,266 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,266 DEBUG ---Adding logger [org.apache.zookeeper.jmx.MBeanRegistry] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,266 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,267 DEBUG ---Adding logger [org.apache.zookeeper.server.persistence.FileTxnSnapLog] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,267 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,267 DEBUG ---Adding logger [org.apache.zookeeper.server.quorum.QuorumPeerConfig] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,267 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,267 DEBUG ---Adding logger [org.apache.log4j.jmx.AppenderDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,267 DEBUG preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@66d3c617, name=log4j:logger=org.apache.zookeeper.server.persistence.Util (org.apache.zookeeper.server.persistence.Util) [main] 2020-05-07 21:25:50,267 DEBUG ---Adding logger [org.apache.zookeeper.server.persistence.Util] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,267 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,267 DEBUG ---Adding logger [org.apache.zookeeper.server.quorum.QuorumPeerMain] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,267 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,267 DEBUG ---Adding logger [org.apache.log4j.jmx.HierarchyDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,268 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,268 DEBUG ---Adding logger [org.apache.zookeeper.common.X509Util] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,268 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,268 DEBUG ---Adding logger [org.apache.zookeeper.jmx.ManagedUtil] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,268 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,268 DEBUG ---Adding logger [org.apache.zookeeper.server.DatadirCleanupManager] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,269 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,269 DEBUG ---Adding logger [org.apache.log4j.jmx.LayoutDynamicMBean] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,269 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,269 DEBUG ---Adding logger [org.apache.zookeeper.server.persistence.FileTxnLog] as listener. (org.apache.log4j.jmx.HierarchyDynamicMBean) [main] 2020-05-07 21:25:50,269 INFO Starting quorum peer (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2020-05-07 21:25:50,303 DEBUG Using SLF4J as the default logging framework (io.netty.util.internal.logging.InternalLoggerFactory) [main] 2020-05-07 21:25:50,307 DEBUG -Dio.netty.noUnsafe: false (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,307 DEBUG Java version: 8 (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,308 DEBUG sun.misc.Unsafe.theUnsafe: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,309 DEBUG sun.misc.Unsafe.copyMemory: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,310 DEBUG java.nio.Buffer.address: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,311 DEBUG direct buffer constructor: available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,312 DEBUG java.nio.Bits.unaligned: available, true (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,312 DEBUG jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9 (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,312 DEBUG java.nio.DirectByteBuffer.(long, int): available (io.netty.util.internal.PlatformDependent0) [main] 2020-05-07 21:25:50,312 DEBUG sun.misc.Unsafe: available (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,317 DEBUG -Dio.netty.tmpdir: /tmp (java.io.tmpdir) (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,317 DEBUG -Dio.netty.bitMode: 64 (sun.arch.data.model) (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,320 DEBUG -Dio.netty.maxDirectMemory: 4164943872 bytes (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,320 DEBUG -Dio.netty.uninitializedArrayAllocationThreshold: -1 (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,321 DEBUG java.nio.ByteBuffer.cleaner(): available (io.netty.util.internal.CleanerJava6) [main] 2020-05-07 21:25:50,322 DEBUG -Dio.netty.noPreferDirect: false (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,363 DEBUG -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 (io.netty.util.internal.InternalThreadLocalMap) [main] 2020-05-07 21:25:50,363 DEBUG -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 (io.netty.util.internal.InternalThreadLocalMap) [main] 2020-05-07 21:25:50,374 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,376 DEBUG Ignoring link-local InetAddress /fe80:0:0:0:42:acff:fe11:a%eth0 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,376 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,376 DEBUG Ignoring loopback InetAddress /127.0.0.1 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,376 DEBUG Detected 1 local network addresses (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,381 DEBUG Resolved local addresses are: [/172.17.0.10] (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,385 DEBUG -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) (io.netty.util.internal.NativeLibraryLoader) [main] 2020-05-07 21:25:50,386 DEBUG -Dio.netty.native.deleteLibAfterLoading: true (io.netty.util.internal.NativeLibraryLoader) [main] 2020-05-07 21:25:50,386 DEBUG -Dio.netty.native.tryPatchShadedId: true (io.netty.util.internal.NativeLibraryLoader) [main] 2020-05-07 21:25:50,387 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,390 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,392 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,393 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,398 DEBUG -Dio.netty.eventLoopThreads: 2 (io.netty.channel.MultithreadEventLoopGroup) [main] 2020-05-07 21:25:50,415 DEBUG -Dio.netty.noKeySetOptimization: false (io.netty.channel.nio.NioEventLoop) [main] 2020-05-07 21:25:50,415 DEBUG -Dio.netty.selectorAutoRebuildThreshold: 512 (io.netty.channel.nio.NioEventLoop) [main] 2020-05-07 21:25:50,430 DEBUG org.jctools-core.MpscChunkedArrayQueue: available (io.netty.util.internal.PlatformDependent) [main] 2020-05-07 21:25:50,461 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2020-05-07 21:25:50,463 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,463 DEBUG Ignoring link-local InetAddress /fe80:0:0:0:42:acff:fe11:a%eth0 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,463 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,463 DEBUG Ignoring loopback InetAddress /127.0.0.1 (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,463 DEBUG Detected 1 local network addresses (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,463 DEBUG Resolved local addresses are: [/172.17.0.10] (org.apache.zookeeper.common.NettyUtils) [main] 2020-05-07 21:25:50,464 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2020-05-07 21:25:50,510 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,511 INFO Logging initialized @943ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2020-05-07 21:25:50,557 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,600 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,611 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,613 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,613 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,613 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,614 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,614 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,622 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,622 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,646 DEBUG Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@6a472554 (org.eclipse.jetty.util.DecoratedObjectFactory) [main] 2020-05-07 21:25:50,656 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,663 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,664 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,664 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2020-05-07 21:25:50,667 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,689 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,689 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2020-05-07 21:25:50,690 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,690 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,690 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,690 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,690 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,690 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,706 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2020-05-07 21:25:50,709 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,709 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,709 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,709 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-05-07 21:25:50,713 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,716 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,733 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,745 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,759 DEBUG -Dio.netty.processId: 45 (auto-detected) (io.netty.channel.DefaultChannelId) [main] 2020-05-07 21:25:50,762 DEBUG -Djava.net.preferIPv4Stack: false (io.netty.util.NetUtil) [main] 2020-05-07 21:25:50,762 DEBUG -Djava.net.preferIPv6Addresses: false (io.netty.util.NetUtil) [main] 2020-05-07 21:25:50,765 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,767 DEBUG /proc/sys/net/core/somaxconn: 128 (io.netty.util.NetUtil) [main] 2020-05-07 21:25:50,769 DEBUG -Dio.netty.machineId: 02:42:ac:ff:fe:11:00:0a (auto-detected) (io.netty.channel.DefaultChannelId) [main] 2020-05-07 21:25:50,782 DEBUG -Dio.netty.leakDetection.level: simple (io.netty.util.ResourceLeakDetector) [main] 2020-05-07 21:25:50,782 DEBUG -Dio.netty.leakDetection.targetRecords: 4 (io.netty.util.ResourceLeakDetector) [main] 2020-05-07 21:25:50,826 DEBUG -Dio.netty.allocator.numHeapArenas: 2 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,826 DEBUG -Dio.netty.allocator.numDirectArenas: 2 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.pageSize: 8192 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.maxOrder: 11 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.chunkSize: 16777216 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.tinyCacheSize: 512 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.smallCacheSize: 256 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.normalCacheSize: 64 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.maxCachedBufferCapacity: 32768 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.cacheTrimInterval: 8192 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.cacheTrimIntervalMillis: 0 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.useCacheForAllThreads: true (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,827 DEBUG -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 (io.netty.buffer.PooledByteBufAllocator) [main] 2020-05-07 21:25:50,835 DEBUG -Dio.netty.allocator.type: pooled (io.netty.buffer.ByteBufUtil) [main] 2020-05-07 21:25:50,836 DEBUG -Dio.netty.threadLocalDirectBufferSize: 0 (io.netty.buffer.ByteBufUtil) [main] 2020-05-07 21:25:50,836 DEBUG -Dio.netty.maxThreadLocalCharBufferSize: 16384 (io.netty.buffer.ByteBufUtil) [main] 2020-05-07 21:25:50,855 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,855 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,857 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-05-07 21:25:50,858 DEBUG starting Server@401e7803{STOPPED}[9.4.24.v20191120] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,862 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,863 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,877 DEBUG starting Server@401e7803{STARTING}[9.4.24.v20191120] (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,878 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,879 DEBUG ReservedThreadExecutor@2145b572{s=0/1,p=0} (org.eclipse.jetty.util.thread.ReservedThreadExecutor) [main] 2020-05-07 21:25:50,880 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,880 DEBUG starting ReservedThreadExecutor@2145b572{s=0/1,p=0} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,894 DEBUG STARTED @1326ms ReservedThreadExecutor@2145b572{s=0/1,p=0} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,894 DEBUG Starting Thread[qtp712025048-15,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,895 DEBUG Starting Thread[qtp712025048-16,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,896 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,897 DEBUG Starting Thread[qtp712025048-17,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,897 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=3<=200,i=3,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,898 DEBUG Starting Thread[qtp712025048-18,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,898 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,898 DEBUG Starting Thread[qtp712025048-19,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,899 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,899 DEBUG Starting Thread[qtp712025048-20,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,899 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,899 DEBUG Starting Thread[qtp712025048-21,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,900 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,8<=7<=200,i=7,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,900 DEBUG Starting Thread[qtp712025048-22,5,main] (org.eclipse.jetty.util.thread.QueuedThreadPool) [main] 2020-05-07 21:25:50,900 DEBUG Runner started for QueuedThreadPool[qtp712025048]@2a70a3d8{STARTING,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,900 DEBUG STARTED @1333ms 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,900 DEBUG starting o.e.j.s.ServletContextHandler@564718df{/,null,UNAVAILABLE} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,904 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,907 DEBUG HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@5119fb47] (org.eclipse.jetty.http.PreEncodedHttpField) [main] 2020-05-07 21:25:50,924 DEBUG starting o.e.j.s.ServletContextHandler@564718df{/,null,STARTING} (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,925 DEBUG starting org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,929 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,931 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,934 DEBUG starting DefaultSessionIdManager@4d9e68d0{STOPPED}[worker=null] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,934 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,934 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,936 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,936 DEBUG starting HouseKeeper@52e6fdee{STOPPED}[interval=600000, ownscheduler=false] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,936 DEBUG starting ScheduledExecutorScheduler@6c80d78a{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,938 DEBUG STARTED @1370ms ScheduledExecutorScheduler@6c80d78a{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,938 DEBUG Using own scheduler for scavenging (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,938 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main] 2020-05-07 21:25:50,942 DEBUG STARTED @1374ms HouseKeeper@52e6fdee{STARTED}[interval=660000, ownscheduler=true] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,942 DEBUG STARTED @1374ms DefaultSessionIdManager@4d9e68d0{STARTED}[worker=node0] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,942 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,942 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,943 DEBUG starting ScheduledExecutorScheduler@6e20b53a{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,943 DEBUG STARTED @1375ms ScheduledExecutorScheduler@6e20b53a{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,944 DEBUG starting org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,944 DEBUG starting ServletHandler@7f9fcf7f{STOPPED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,947 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,950 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,950 DEBUG filterNameMap={} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,950 DEBUG pathFilters=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,950 DEBUG servletFilterMap=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,951 DEBUG servletPathMap=PathMappings[size=1] (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,951 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,951 DEBUG Adding Default404Servlet to ServletHandler@7f9fcf7f{STARTING} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,952 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,952 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,952 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,953 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,953 DEBUG filterNameMap={} (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,953 DEBUG pathFilters=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,953 DEBUG servletFilterMap=null (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,953 DEBUG servletPathMap=PathMappings[size=2] (org.eclipse.jetty.servlet.ServletHandler) [main] 2020-05-07 21:25:50,954 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,956 DEBUG starting ServletHandler@7f9fcf7f{STARTING} (org.eclipse.jetty.server.handler.AbstractHandler) [main] 2020-05-07 21:25:50,956 DEBUG STARTED @1389ms ServletHandler@7f9fcf7f{STARTED} (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,957 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,957 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,957 DEBUG STARTED @1389ms org.eclipse.jetty.server.session.NullSessionDataStore@441772e[passivating=false,graceSec=3600] (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,957 DEBUG STARTED @1389ms 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,957 DEBUG STARTED @1390ms org.eclipse.jetty.server.session.SessionHandler1371006431==dftMaxIdleSec=-1 (org.eclipse.jetty.util.component.AbstractLifeCycle) [main] 2020-05-07 21:25:50,963 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:26:17,716 DEBUG -Dio.netty.recycler.maxCapacityPerThread: 4096 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,717 DEBUG -Dio.netty.recycler.maxSharedCapacityFactor: 2 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,717 DEBUG -Dio.netty.recycler.linkCapacity: 16 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,717 DEBUG -Dio.netty.recycler.ratio: 8 (io.netty.util.Recycler) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,733 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x612deecd, L:/127.0.0.1:12181 - R:/127.0.0.1:58578] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,733 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,733 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,737 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:17,737 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:17,737 INFO Processing ruok command from /127.0.0.1:58578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,747 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,747 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,751 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:17,751 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:21,667 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0xbdf4fe9b, L:/127.0.0.1:12181 - R:/127.0.0.1:58592] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:26:21,667 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:21,667 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:21,668 INFO Processing ruok command from /127.0.0.1:58592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:21,668 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:21,668 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:21,669 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:21,669 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:23,027 DEBUG Using Java8 optimized cipher suites for Java version 1.8 (org.apache.zookeeper.common.X509Util) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,057 DEBUG Default protocols (JDK): [TLSv1.2, TLSv1.1, TLSv1] (io.netty.handler.ssl.JdkSslContext) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,057 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:23,092 DEBUG SSL handler added for channel: [id: 0x67d9b4bf, L:/172.17.0.10:2181 - R:/172.17.0.6:39638] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,248 DEBUG Successful handshake with session 0x0 (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,371 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,371 DEBUG [id: 0x67d9b4bf, L:/172.17.0.10:2181 - R:/172.17.0.6:39638] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (io.netty.handler.ssl.SslHandler) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,399 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 49, cap: 133) from [id: 0x67d9b4bf, L:/172.17.0.10:2181 - R:/172.17.0.6:39638] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,399 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,399 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,400 DEBUG got conn req request from /172.17.0.6:39638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,403 DEBUG Session establishment request from client /172.17.0.6:39638 client's lastZxid is 0x0 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,404 DEBUG Throttling - disabling recv /172.17.0.6:39638[0](queued=0,recved=1,sent=0) (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,406 DEBUG Received AutoReadEvent.DISABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,407 DEBUG Adding session 0x20000944d900000 (org.apache.zookeeper.server.SessionTrackerImpl) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,408 DEBUG Client attempting to establish new session: session = 0x20000944d900000, zxid = 0x0, timeout = 10000, address = /172.17.0.6:39638 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,411 DEBUG Processing request:: sessionid:0x20000944d900000 type:createSession cxid:0x0 zxid:0x100000001 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:23,411 DEBUG Proposing:: sessionid:0x20000944d900000 type:createSession cxid:0x0 zxid:0x100000001 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:23,412 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2020-05-07 21:26:23,425 DEBUG Committing request:: sessionid:0x20000944d900000 type:createSession cxid:0x0 zxid:0x100000001 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:23,427 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,430 DEBUG 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,443 DEBUG Established session 0x20000944d900000 with negotiated timeout 10000 for client /172.17.0.6:39638 (org.apache.zookeeper.server.ZooKeeperServer) [CommitProcWorkThread-1] 2020-05-07 21:26:23,443 DEBUG Sending unthrottle event /172.17.0.6:39638[1](queued=0,recved=1,sent=0,sid=0x20000944d900000,lop=SESS,est=1588886783104,to=10000,lcxid=0x0,lzxid=0x100000001,lresp=9750236,llat=24,minlat=0,avglat=24,maxlat=24) (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:26:23,450 DEBUG Received AutoReadEvent.ENABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,450 DEBUG queue empty (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,718 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 34, cap: 117) from [id: 0x67d9b4bf, L:/172.17.0.10:2181 - R:/172.17.0.6:39638] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,718 DEBUG 0x20000944d900000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,718 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,721 DEBUG Checking session 0x20000944d900000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:23,721 DEBUG Processing request:: sessionid:0x20000944d900000 type:getData cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/zookeeper/config (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:23,722 DEBUG Processing request:: sessionid:0x20000944d900000 type:getData cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/zookeeper/config (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:23,722 DEBUG sessionid:0x20000944d900000 type:getData cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/zookeeper/config (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:23,742 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 85) from [id: 0x67d9b4bf, L:/172.17.0.10:2181 - R:/172.17.0.6:39638] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,742 DEBUG 0x20000944d900000 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,742 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,743 INFO Submitting global closeSession request for session 0x20000944d900000 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,743 DEBUG Processing request:: sessionid:0x20000944d900000 type:closeSession cxid:0x2 zxid:0x100000002 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:23,744 DEBUG Proposing:: sessionid:0x20000944d900000 type:closeSession cxid:0x2 zxid:0x100000002 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [SyncThread:2] 2020-05-07 21:26:23,752 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,753 DEBUG Removing session 0x20000944d900000 (org.apache.zookeeper.server.SessionTrackerImpl) [CommitProcWorkThread-1] 2020-05-07 21:26:23,753 DEBUG 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,753 DEBUG close called for sessionid:0x20000944d900000 (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:26:23,753 DEBUG Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id2,name1=replica.2,name2=Leader,name3=Connections,name4=172.17.0.6,name5=0x20000944d900000] (org.apache.zookeeper.jmx.MBeanRegistry) [CommitProcWorkThread-1] 2020-05-07 21:26:23,753 DEBUG close in progress for sessionid:0x20000944d900000 (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:26:23,761 DEBUG close called for sessionid:0x20000944d900000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:23,761 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:26:27,673 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0xee2e668c, L:/127.0.0.1:12181 - R:/127.0.0.1:58626] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:26:27,673 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:27,673 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:27,673 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:27,674 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:27,674 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:27,674 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:27,674 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:26:31,715 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x97fc7d54, L:/127.0.0.1:12181 - R:/127.0.0.1:58644] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:26:31,715 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:31,715 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:31,715 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:31,716 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:31,716 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:31,716 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:31,716 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:26:34,936 DEBUG Adding session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:34,936 DEBUG Processing request:: sessionid:0x10000944d800000 type:createSession cxid:0x0 zxid:0x100000003 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:34,937 DEBUG Proposing:: sessionid:0x10000944d800000 type:createSession cxid:0x0 zxid:0x100000003 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:34,941 DEBUG Committing request:: sessionid:0x10000944d800000 type:createSession cxid:0x0 zxid:0x100000003 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:34,941 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:35,067 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,069 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,073 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x1 zxid:0x100000004 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,073 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x1 zxid:0x100000004 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,079 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x1 zxid:0x100000004 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,103 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,103 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,105 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x2 zxid:0x100000005 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,105 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x2 zxid:0x100000005 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,109 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x2 zxid:0x100000005 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,109 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x2 zxid:0x100000005 txntype:-1 reqpath:n/a (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,125 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,125 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,125 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0x100000006 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,125 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0x100000006 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,127 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0x100000006 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,128 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x3 zxid:0x100000006 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,135 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,135 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,135 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0x100000007 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,136 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0x100000007 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,139 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0x100000007 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,142 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x4 zxid:0x100000007 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,148 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,149 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,149 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0x100000008 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,149 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0x100000008 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,156 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0x100000008 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,159 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x5 zxid:0x100000008 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,166 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,166 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,166 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x6 zxid:0x100000009 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,166 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x6 zxid:0x100000009 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,169 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x6 zxid:0x100000009 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,169 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x6 zxid:0x100000009 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,169 DEBUG Ignoring processTxn failure hdr: -1 : error: -101 (org.apache.zookeeper.server.DataTree) [CommitProcWorkThread-1] 2020-05-07 21:26:35,175 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,176 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,176 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0x10000000a txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,176 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0x10000000a txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,179 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0x10000000a txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,180 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x7 zxid:0x10000000a txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,191 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,191 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,191 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0x10000000b txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,191 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0x10000000b txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,198 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0x10000000b txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [SyncThread:2] 2020-05-07 21:26:35,198 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x8 zxid:0x10000000b txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,209 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,209 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,209 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x9 zxid:0x10000000c txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,209 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x9 zxid:0x10000000c txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,213 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x9 zxid:0x10000000c txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,217 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x9 zxid:0x10000000c txntype:-1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,217 DEBUG Ignoring processTxn failure hdr: -1 : error: -101 (org.apache.zookeeper.server.DataTree) [CommitProcWorkThread-1] 2020-05-07 21:26:35,225 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,225 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,225 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xa zxid:0x10000000d txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,225 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0xa zxid:0x10000000d txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,227 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xa zxid:0x10000000d txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,228 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xa zxid:0x10000000d txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,234 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,234 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,235 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xb zxid:0x10000000e txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,235 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0xb zxid:0x10000000e txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,239 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xb zxid:0x10000000e txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,245 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,245 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,245 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xc zxid:0x10000000f txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,246 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0xc zxid:0x10000000f txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,257 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xc zxid:0x10000000f txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [SyncThread:2] 2020-05-07 21:26:35,257 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xc zxid:0x10000000f txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,265 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,265 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,266 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xd zxid:0x100000010 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,266 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0xd zxid:0x100000010 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,291 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xd zxid:0x100000010 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,298 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xd zxid:0x100000010 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,303 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,303 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,303 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xe zxid:0x100000011 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,304 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0xe zxid:0x100000011 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,323 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xe zxid:0x100000011 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,323 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xe zxid:0x100000011 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,337 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,337 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,337 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xf zxid:0x100000012 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,337 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0xf zxid:0x100000012 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,350 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0xf zxid:0x100000012 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,350 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0xf zxid:0x100000012 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,363 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,363 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,363 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x10 zxid:0x100000013 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,363 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x10 zxid:0x100000013 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,370 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x10 zxid:0x100000013 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,386 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,386 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,386 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0x100000014 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,386 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0x100000014 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,402 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0x100000014 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,408 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x11 zxid:0x100000014 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,410 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,410 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,410 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0x100000015 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,411 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0x100000015 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,413 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0x100000015 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,413 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x12 zxid:0x100000015 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,424 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,425 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,425 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0x100000016 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,425 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0x100000016 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,428 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0x100000016 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,428 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x13 zxid:0x100000016 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,714 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,714 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,714 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x15 zxid:0x100000017 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,714 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x15 zxid:0x100000017 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,718 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x15 zxid:0x100000017 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:26:35,718 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x15 zxid:0x100000017 txntype:-1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,718 DEBUG Ignoring processTxn failure hdr: -1 : error: -101 (org.apache.zookeeper.server.DataTree) [CommitProcWorkThread-1] 2020-05-07 21:26:35,724 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,725 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,725 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0x100000018 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,725 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0x100000018 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,729 DEBUG Committing request:: sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0x100000018 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [SyncThread:2] 2020-05-07 21:26:35,730 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x16 zxid:0x100000018 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:26:35,754 DEBUG Checking session 0x10000944d800000 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,754 DEBUG Processing ACL: 31,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,754 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x17 zxid:0x100000019 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:26:35,754 DEBUG Proposing:: sessionid:0x10000944d800000 type:create cxid:0x17 zxid:0x100000019 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [SyncThread:2] 2020-05-07 21:26:35,762 DEBUG Processing request:: sessionid:0x10000944d800000 type:create cxid:0x17 zxid:0x100000019 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:07,637 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x158b6edf, L:/127.0.0.1:12181 - R:/127.0.0.1:58866] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:27:07,637 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:07,637 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:07,637 INFO Processing ruok command from /127.0.0.1:58866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:07,638 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:07,638 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:07,638 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:07,638 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:11,828 DEBUG Adding session 0x10000944d800002 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,828 DEBUG Processing request:: sessionid:0x10000944d800002 type:createSession cxid:0x0 zxid:0x10000002f txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,828 DEBUG Proposing:: sessionid:0x10000944d800002 type:createSession cxid:0x0 zxid:0x10000002f txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [LearnerHandler-/172.17.0.11:52486] 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,875 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x7b182795, L:/127.0.0.1:12181 - R:/127.0.0.1:58896] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,875 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,875 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,875 INFO Processing ruok command from /127.0.0.1:58896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,875 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,875 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,876 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,876 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:11,882 DEBUG Checking session 0x10000944d800002 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,883 DEBUG Processing ACL: 15,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,883 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0x100000030 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,883 DEBUG Proposing:: sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0x100000030 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,887 DEBUG Committing request:: sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0x100000030 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:27:11,891 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x1 zxid:0x100000030 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:11,965 DEBUG Checking session 0x10000944d800002 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,965 DEBUG Processing ACL: 15,s{'world,'anyone} (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,965 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x4 zxid:0x100000031 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:11,967 DEBUG Proposing:: sessionid:0x10000944d800002 type:create cxid:0x4 zxid:0x100000031 txntype:1 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:27:11,981 DEBUG Processing request:: sessionid:0x10000944d800002 type:create cxid:0x4 zxid:0x100000031 txntype:1 reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:12,399 DEBUG Adding session 0x10000944d800003 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:12,399 DEBUG Processing request:: sessionid:0x10000944d800003 type:createSession cxid:0x0 zxid:0x100000032 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:12,400 DEBUG Proposing:: sessionid:0x10000944d800003 type:createSession cxid:0x0 zxid:0x100000032 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-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) [LearnerHandler-/172.17.0.11:52486] 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:13,589 DEBUG SSL handler added for channel: [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:13,739 DEBUG Successful handshake with session 0x0 (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:13,740 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:13,741 DEBUG [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (io.netty.handler.ssl.SslHandler) [nioEventLoopGroup-7-2] 2020-05-07 21:27:13,745 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 49, cap: 78) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,592 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,592 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,592 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:35,592 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:35,593 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:35,593 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:35,593 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:37,595 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:37,595 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:37,595 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:37,605 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:37,605 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:37,606 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:37,606 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:37,689 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0xf61726d8, L:/127.0.0.1:12181 - R:/127.0.0.1:59048] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:27:37,689 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:37,689 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:37,689 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:37,689 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:37,689 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:37,690 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:37,690 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:39,598 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:39,598 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:39,598 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:39,599 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:39,599 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:39,599 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:39,599 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:41,601 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:41,601 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:41,601 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:41,607 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:41,607 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:41,607 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:41,607 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:41,864 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x1732ce73, L:/127.0.0.1:12181 - R:/127.0.0.1:59062] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] 2020-05-07 21:27:41,864 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:41,864 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:41,864 INFO Processing ruok command from /127.0.0.1:59062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:41,864 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:41,864 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:41,865 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:41,865 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-05-07 21:27:43,601 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:43,601 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:43,601 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:43,602 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:43,602 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:43,602 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:43,602 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:45,604 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:45,604 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:45,604 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:45,605 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:45,605 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:45,605 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:45,605 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:46,850 DEBUG SSL handler added for channel: [id: 0x8f260c3a, L:/172.17.0.10:2181 - R:/172.17.0.6:40156] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,016 DEBUG Successful handshake with session 0x0 (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,016 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,016 DEBUG [id: 0x8f260c3a, L:/172.17.0.10:2181 - R:/172.17.0.6:40156] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (io.netty.handler.ssl.SslHandler) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,026 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 49, cap: 133) from [id: 0x8f260c3a, L:/172.17.0.10:2181 - R:/172.17.0.6:40156] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,026 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,026 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,026 DEBUG got conn req request from /172.17.0.6:40156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,026 DEBUG Session establishment request from client /172.17.0.6:40156 client's lastZxid is 0x0 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,026 DEBUG Throttling - disabling recv /172.17.0.6:40156[0](queued=0,recved=1,sent=0) (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,026 DEBUG Received AutoReadEvent.DISABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,027 DEBUG Adding session 0x20000944d900002 (org.apache.zookeeper.server.SessionTrackerImpl) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,027 DEBUG Client attempting to establish new session: session = 0x20000944d900002, zxid = 0x0, timeout = 10000, address = /172.17.0.6:40156 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,031 DEBUG Processing request:: sessionid:0x20000944d900002 type:createSession cxid:0x0 zxid:0x100000034 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,032 DEBUG Proposing:: sessionid:0x20000944d900002 type:createSession cxid:0x0 zxid:0x100000034 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,036 DEBUG Committing request:: sessionid:0x20000944d900002 type:createSession cxid:0x0 zxid:0x100000034 txntype:-10 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:27:47,037 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,037 DEBUG 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,037 DEBUG Established session 0x20000944d900002 with negotiated timeout 10000 for client /172.17.0.6:40156 (org.apache.zookeeper.server.ZooKeeperServer) [CommitProcWorkThread-1] 2020-05-07 21:27:47,038 DEBUG Sending unthrottle event /172.17.0.6:40156[1](queued=0,recved=1,sent=0,sid=0x20000944d900002,lop=SESS,est=1588886866851,to=10000,lcxid=0x0,lzxid=0x100000034,lresp=9833842,llat=10,minlat=0,avglat=10,maxlat=10) (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:27:47,042 DEBUG Received AutoReadEvent.ENABLE (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,042 DEBUG queue empty (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,607 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:47,608 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:47,608 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:47,608 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,608 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,608 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,608 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,623 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 34, cap: 117) from [id: 0x8f260c3a, L:/172.17.0.10:2181 - R:/172.17.0.6:40156] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,623 DEBUG 0x20000944d900002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,623 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,623 DEBUG Checking session 0x20000944d900002 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,624 DEBUG Processing request:: sessionid:0x20000944d900002 type:getData cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/zookeeper/config (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,624 DEBUG Processing request:: sessionid:0x20000944d900002 type:getData cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/zookeeper/config (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,624 DEBUG sessionid:0x20000944d900002 type:getData cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:/zookeeper/config (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:47,631 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 85) from [id: 0x8f260c3a, L:/172.17.0.10:2181 - R:/172.17.0.6:40156] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,631 DEBUG 0x20000944d900002 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,631 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,631 INFO Submitting global closeSession request for session 0x20000944d900002 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,631 DEBUG Processing request:: sessionid:0x20000944d900002 type:closeSession cxid:0x2 zxid:0x100000035 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,632 DEBUG Proposing:: sessionid:0x20000944d900002 type:closeSession cxid:0x2 zxid:0x100000035 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.quorum.Leader) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:47,637 DEBUG Committing request:: sessionid:0x20000944d900002 type:closeSession cxid:0x2 zxid:0x100000035 txntype:-11 reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [LearnerHandler-/172.17.0.11:52486] 2020-05-07 21:27:47,637 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,637 DEBUG Removing session 0x20000944d900002 (org.apache.zookeeper.server.SessionTrackerImpl) [CommitProcWorkThread-1] 2020-05-07 21:27:47,640 DEBUG 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,640 DEBUG close called for sessionid:0x20000944d900002 (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:27:47,640 DEBUG Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id2,name1=replica.2,name2=Leader,name3=Connections,name4=172.17.0.6,name5=0x20000944d900002] (org.apache.zookeeper.jmx.MBeanRegistry) [CommitProcWorkThread-1] 2020-05-07 21:27:47,640 DEBUG close in progress for sessionid:0x20000944d900002 (org.apache.zookeeper.server.NettyServerCnxn) [CommitProcWorkThread-1] 2020-05-07 21:27:47,643 DEBUG close called for sessionid:0x20000944d900002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,643 DEBUG cnxns size:1 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-1] 2020-05-07 21:27:47,695 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 1024) from [id: 0x6017640d, L:/127.0.0.1:12181 - R:/127.0.0.1:59126] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] 2020-05-07 21:27:47,695 DEBUG 0x0 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:47,695 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:47,696 INFO Processing ruok command from /127.0.0.1:59126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:47,696 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:47,696 DEBUG close in progress for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:47,696 DEBUG close called for sessionid:0x0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:47,699 DEBUG cnxns size:0 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-05-07 21:27:49,610 DEBUG New message PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 41) from [id: 0xb79fa30f, L:/172.17.0.10:2181 - R:/172.17.0.16:59464] (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2] 2020-05-07 21:27:49,610 DEBUG 0x20000944d900001 queuedBuffer: null (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:49,610 DEBUG not throttled (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-7-2] 2020-05-07 21:27:49,611 DEBUG Checking session 0x20000944d900001 (org.apache.zookeeper.server.SessionTrackerImpl) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:49,611 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.quorum.CommitProcessor) [ProcessThread(sid:2 cport:-1):] 2020-05-07 21:27:49,611 DEBUG Processing request:: sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1] 2020-05-07 21:27:49,611 DEBUG sessionid:0x20000944d900001 type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (org.apache.zookeeper.server.FinalRequestProcessor) [CommitProcWorkThread-1]