jvm memcache 问题(求助)

本文涉及的产品
云数据库 MongoDB,通用型 2核4GB
简介:      谁遇到过麻烦解释下   2018-04-24 13:55:31 Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.

 

 

 谁遇到过麻烦解释下

 

2018-04-24 13:55:31
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.31-b07 mixed mode):

"RMI TCP Connection(idle)" #157 daemon prio=5 os_prio=0 tid=0x000000001c07f000 nid=0x2b3c waiting on condition [0x000000003d0be000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x0000000081e09ef0> (a java.util.concurrent.SynchronousQueue$TransferStack)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618)
	at java.lang.Thread.run(Thread.java:745)

"logback-2" #51 daemon prio=5 os_prio=0 tid=0x000000001b762000 nid=0x2478 waiting on condition [0x000000002ca6e000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x0000000082189440> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
	at java.util.concurrent.ThreadPoolExecutor.null (Redefined)
	at java.util.concurrent.ThreadPoolExecutor$Worker.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-8" #47 prio=10 os_prio=2 tid=0x000000001b75e000 nid=0x918 runnable [0x000000002b65f000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081d89fd0> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081d8c050> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081d89f00> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-7" #46 prio=10 os_prio=2 tid=0x000000001b75d800 nid=0x3bf0 runnable [0x000000002a54f000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081d99790> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081d9b810> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081d996c0> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-6" #45 prio=10 os_prio=2 tid=0x000000001b75b000 nid=0x2418 runnable [0x000000002943d000]
   java.lang.Thread.State: RUNNABLE
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
	at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
	- locked <0x00000000d65edeb8> (a java.io.BufferedInputStream)
	at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:703)
	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1535)
	- locked <0x00000000d657e810> (a sun.net.www.protocol.http.HttpURLConnection)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
	- locked <0x00000000d657e810> (a sun.net.www.protocol.http.HttpURLConnection)
	at com.yst.m2.sdk.util.HTTPUtil.http_request(HTTPUtil.java:164)
	at com.yst.m2.sdk.util.HTTPUtil.do_http_post(HTTPUtil.java:103)
	at com.yst.m2.sdk.base.M2Base.do_send(M2Base.java:69)
	at com.ebc.m2.core.Core_Ca.execute(Core_Ca.java:169)
	at com.ebc.m2.core.Session.run(Session.java:140)
	at com.ebc.m2.netty.NettyServerHandler.channelRead(NettyServerHandler.java:53)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:335)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:328)
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:335)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:328)
	at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:429)
	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:287)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:262)
	at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:243)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:335)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:328)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1336)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:335)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911)
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:544)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:485)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:399)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-5" #44 prio=10 os_prio=2 tid=0x000000001b758800 nid=0x2f08 runnable [0x000000002630e000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081dac3c0> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081dae440> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081dac2f0> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-4" #43 prio=10 os_prio=2 tid=0x000000001b759800 nid=0x14d4 runnable [0x000000002620f000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081dbb1b0> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081dbd230> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081dbb0e0> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-3" #42 prio=10 os_prio=2 tid=0x000000001b75c800 nid=0x27cc runnable [0x000000002610e000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081dc0bf8> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081dc6c88> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081dc0b28> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-2" #40 prio=10 os_prio=2 tid=0x000000001b758000 nid=0x439c runnable [0x0000000024eee000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081dca650> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081dcc6d0> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081dca580> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"transcoder-2-1" #39 prio=10 os_prio=2 tid=0x000000001b75a000 nid=0x1e94 waiting on condition [0x0000000024def000]
   java.lang.Thread.State: WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x000000008208f678> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
	at java.util.concurrent.ThreadPoolExecutor.null (Redefined)
	at java.util.concurrent.ThreadPoolExecutor$Worker.null (Redefined)
	at java.lang.Thread.run(Redefined)

"logback-1" #38 daemon prio=5 os_prio=0 tid=0x000000001b755800 nid=0x43e8 waiting on condition [0x0000000024cee000]
   java.lang.Thread.State: WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x0000000082189440> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
	at java.util.concurrent.ThreadPoolExecutor.null (Redefined)
	at java.util.concurrent.ThreadPoolExecutor$Worker.null (Redefined)
	at java.lang.Thread.run(Redefined)

"Memcached IO over {MemcachedConnection to /10.153.29.11:11211}" #36 prio=10 os_prio=2 tid=0x000000001b756800 nid=0x24ec runnable [0x00000000246ef000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081f116e8> (a sun.nio.ch.Util$2)
	- locked <0x0000000081f116d8> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081f10f18> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:420)
	at net.spy.memcached.MemcachedConnection.run(Redefined)

"threadDeathWatcher-4-1" #35 daemon prio=1 os_prio=-2 tid=0x000000001b75c000 nid=0x2620 waiting on condition [0x00000000233df000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at io.netty.util.ThreadDeathWatcher$Watcher.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-3-1" #34 prio=10 os_prio=2 tid=0x000000001c080000 nid=0x426c runnable [0x00000000232de000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081dd8080> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081dda100> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081dd7fb0> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"*** Profiler Agent Special Execution Thread 6" #28 daemon prio=5 os_prio=0 tid=0x000000001c07e800 nid=0x2e08 in Object.wait() [0x00000000218de000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:502)
	at org.netbeans.lib.profiler.server.ProfilerServer$SeparateCmdExecutionThread.run(ProfilerServer.java:251)
	- locked <0x0000000081db38f8> (a java.lang.Object)

"*** JFluid Monitor thread ***" #27 daemon prio=10 os_prio=2 tid=0x000000001c084800 nid=0x68 waiting on condition [0x00000000217df000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.netbeans.lib.profiler.server.Monitors$SurvGenAndThreadsMonitor.run(Monitors.java:148)

"*** Profiler Agent Communication Thread" #26 daemon prio=10 os_prio=2 tid=0x000000001ccc9800 nid=0x2d54 runnable [0x00000000216de000]
   java.lang.Thread.State: RUNNABLE
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at java.net.SocketInputStream.read(SocketInputStream.java:203)
	at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2296)
	at java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2476)
	at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2546)
	at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2618)
	at java.io.ObjectInputStream.read(ObjectInputStream.java:842)
	at org.netbeans.lib.profiler.wireprotocol.WireIO.receiveCommandOrResponse(WireIO.java:50)
	at org.netbeans.lib.profiler.server.ProfilerServer.listenToClient(ProfilerServer.java:1685)
	at org.netbeans.lib.profiler.server.ProfilerServer.run(ProfilerServer.java:652)

"RMI Scheduler(0)" #21 daemon prio=5 os_prio=0 tid=0x000000001c22a000 nid=0x4010 waiting on condition [0x0000000020cde000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x0000000081db6698> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
	at java.util.concurrent.ThreadPoolExecutor.null (Redefined)
	at java.util.concurrent.ThreadPoolExecutor$Worker.null (Redefined)
	at java.lang.Thread.run(Redefined)

"RMI TCP Accept-0" #19 daemon prio=5 os_prio=0 tid=0x000000001da6d800 nid=0x2b54 runnable [0x00000000209de000]
   java.lang.Thread.State: RUNNABLE
	at java.net.DualStackPlainSocketImpl.accept0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:131)
	at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:404)
	at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:199)
	- locked <0x0000000081d86db0> (a java.net.SocksSocketImpl)
	at java.net.ServerSocket.implAccept(ServerSocket.java:545)
	at java.net.ServerSocket.accept(ServerSocket.java:513)
	at sun.management.jmxremote.LocalRMIServerSocketFactory$1.accept(LocalRMIServerSocketFactory.java:52)
	at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.null (Redefined)
	at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(Redefined)
	at java.lang.Thread.run(Redefined)

"nioEventLoopGroup-2-1" #18 prio=10 os_prio=2 tid=0x000000001bf14000 nid=0x4244 runnable [0x000000001f30e000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081de13a0> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0x0000000081de3490> (a java.util.Collections$UnmodifiableSet)
	- locked <0x0000000081de12c0> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:665)
	at io.netty.channel.nio.NioEventLoop.run(Redefined)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.null (Redefined)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.null (Redefined)
	at java.lang.Thread.run(Redefined)

"MongoCleaner2048529572" #15 daemon prio=5 os_prio=0 tid=0x000000001c22b000 nid=0x2d30 waiting on condition [0x000000001ef0f000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at com.mongodb.Mongo$CursorCleanerThread.run(Redefined)

"cluster-1-10.153.29.16:27017" #14 daemon prio=5 os_prio=0 tid=0x000000001ccc9000 nid=0x3cc4 waiting on condition [0x000000001ee0e000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x0000000081e09c88> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at com.mongodb.ServerMonitor$ServerMonitorRunnable.waitForSignalOrTimeout(ServerMonitor.java:178)
	at com.mongodb.ServerMonitor$ServerMonitorRunnable.waitForNext(ServerMonitor.java:159)
	at com.mongodb.ServerMonitor$ServerMonitorRunnable.null (Redefined)
	at java.lang.Thread.run(Redefined)

"Memcached IO over {MemcachedConnection to /10.153.29.11:11211}" #13 prio=5 os_prio=0 tid=0x000000001cc22800 nid=0x14e8 runnable [0x000000001ed0f000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	- locked <0x0000000081b69f70> (a sun.nio.ch.Util$2)
	- locked <0x0000000081b6a000> (a java.util.Collections$UnmodifiableSet)
	- locked <0x000000008196ea60> (a sun.nio.ch.WindowsSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:420)
	at net.spy.memcached.MemcachedConnection.run(Redefined)

"Service Thread" #9 daemon prio=9 os_prio=0 tid=0x000000001a86e800 nid=0x39d0 runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread2" #8 daemon prio=9 os_prio=2 tid=0x000000001a80c000 nid=0x27b0 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" #7 daemon prio=9 os_prio=2 tid=0x000000001a805800 nid=0x19c0 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #6 daemon prio=9 os_prio=2 tid=0x000000001a801800 nid=0x25c4 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Attach Listener" #5 daemon prio=5 os_prio=2 tid=0x000000001a800800 nid=0x38b0 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" #4 daemon prio=9 os_prio=2 tid=0x00000000193b1000 nid=0x4044 runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" #3 daemon prio=8 os_prio=1 tid=0x0000000004848000 nid=0x3b94 in Object.wait() [0x000000001a6ff000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:142)
	- locked <0x00000000818fc9d8> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:158)
	at java.lang.ref.Finalizer$FinalizerThread.null (Redefined)

"Reference Handler" #2 daemon prio=10 os_prio=2 tid=0x000000000483f000 nid=0x1008 in Object.wait() [0x000000001a5ff000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference$ReferenceHandler.null (Redefined)
	- locked <0x000000008196e9c8> (a java.lang.ref.Reference$Lock)

"main" #1 prio=5 os_prio=0 tid=0x0000000004753800 nid=0x39c8 in Object.wait() [0x000000000438e000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x0000000081de10c0> (a io.netty.channel.AbstractChannel$CloseFuture)
	at java.lang.Object.wait(Object.java:502)
	at io.netty.util.concurrent.DefaultPromise.null (Redefined)
	- locked <0x0000000081de10c0> (a io.netty.channel.AbstractChannel$CloseFuture)
	at io.netty.channel.DefaultChannelPromise.await(Redefined)
	at io.netty.channel.DefaultChannelPromise.await(Redefined)
	at io.netty.util.concurrent.DefaultPromise.sync(Redefined)
	at io.netty.channel.DefaultChannelPromise.sync(Redefined)
	at io.netty.channel.DefaultChannelPromise.sync(Redefined)
	at com.ebc.m2.netty.NettyServer.null (Redefined)
	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(Redefined)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(Redefined)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.null (Redefined)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.null (Redefined)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(Redefined)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.null (Redefined)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.null (Redefined)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.null (Redefined)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.null (Redefined)
	- locked <0x000000008196f0f0> (a java.util.concurrent.ConcurrentHashMap)
	at org.springframework.beans.factory.support.AbstractBeanFactory.null (Redefined)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Redefined)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.null (Redefined)
	at org.springframework.context.support.AbstractApplicationContext.null (Redefined)
	at org.springframework.context.support.AbstractApplicationContext.null (Redefined)
	- locked <0x000000008196f290> (a java.lang.Object)
	at org.springframework.boot.SpringApplication.refresh(Redefined)
	at org.springframework.boot.SpringApplication.refreshContext(Redefined)
	at org.springframework.boot.SpringApplication.null (Redefined)
	at com.ebc.m2.NettyGatewayRouterApplication.null (Redefined)

"VM Thread" os_prio=2 tid=0x0000000019366000 nid=0x1ed4 runnable 

"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x000000000476a000 nid=0x232c runnable 

"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x000000000476b800 nid=0x410c runnable 

"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x000000000476d000 nid=0x334 runnable 

"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x000000000476e800 nid=0x154c runnable 

"VM Periodic Task Thread" os_prio=2 tid=0x000000001a871000 nid=0x46b4 waiting on condition 

JNI global references: 440

 

 

 

 

 

 

 

 

 

 

 

 

捐助开发者 

在兴趣的驱动下,写一个免费的东西,有欣喜,也还有汗水,希望你喜欢我的作品,同时也能支持一下。 当然,有钱捧个钱场(支持支付宝和微信 以及扣扣群),没钱捧个人场,谢谢各位。

 

个人主页http://knight-black-bob.iteye.com/



 
 
 谢谢您的赞助,我会做的更好!

目录
相关文章
|
3月前
|
存储 NoSQL Redis
|
算法 Java PHP
PHP运行时是怎样分配内存的?底层原理是什么?
PHP运行时是怎样分配内存的?底层原理是什么?
182 0
|
存储 缓存 NoSQL
「Redis」内存管理机制
Redis内存管理机制
329 0
|
NoSQL Redis 数据库
Redis内存分析方法
线上经常遇到用户想知道自己Redis实例内存使用情况,质疑内存占用量太高。为了不影响线上实例的使用,我们一般会采用bgsave生成dump.rdb文件,再结合redis-rdb-tools和sqlite来进行静态分析。
19892 0
|
NoSQL Linux Redis
关于redis源码的内存分配,jemalloc,tcmalloc,libc
关于redis源码的内存分配,jemalloc,tcmalloc,libc
726 0
|
NoSQL 算法 Redis
详解 Redis 内存管理机制和实现
Redis是一个基于内存的键值数据库,其内存管理是非常重要的。本文内存管理的内容包括:过期键的懒性删除和过期删除以及内存溢出控制策略。
|
Linux Windows Memcache
关于memcache
一 安装 1、linux环境下:/usr/local/lib/memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid/usr/local/lib/memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached2.
758 0
|
数据采集 移动开发
Memcached内存管理源码分析
版本 1.4.20 1 模型分析 memcached内存管理的模型与作业本“画格子给我们往格子里面写字”的逻辑很像,一个个作业本就是我们的内存空间,而我们往里写的字就是我们要存下来的数据,所以分析的时候可以想像一下用方格作业本写字的情景 1.1 重要的概念 1.1.1 slab、chunk slab是一块内存空间,默认大小为1M,而memcached会把一个slab分割成一个个chunk 比如说1M的slab分成两个0.5M的chunk,所以说slab和chunk其实都是代表实质的内存空间,chunk只是把slab分割后的更小的单元而已。
889 0
|
数据库 Memcache 缓存