jvm memcache 问题(求助)

简介:      谁遇到过麻烦解释下   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/



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

目录
相关文章
|
4天前
|
人工智能 JSON 安全
|
4天前
|
云安全 人工智能 安全
|
4天前
|
人工智能 自然语言处理 数据挖掘
Qwen3.8-Max-Preview深度全解析:2.4万亿参数旗舰MoE模型+Token Plan限时优惠完整落地指南
2026年7月,全新旗舰级混合专家大模型Qwen3.8-Max-Preview正式开放抢先体验,作为通义千问Qwen3系列规格最高、综合推理能力顶尖的新一代模型,该模型总参数量达到2.4万亿(2.4T),是当前线上可调用的原生多模态旗舰模型,综合推理水准对标海外顶级Fable 5模型,在复杂工程开发、长文档深度分析、多步骤智能体自治、跨境多语言创作、海量数据挖掘五大高难度业务场景实现跨越式性能提升。
733 0
|
4天前
|
人工智能 自然语言处理 数据挖掘
最新版通义千问(Qwen3.8-Max-Preview)功能介绍
2026年,通义千问正式推出全新旗舰级大模型 **Qwen3.8-Max-Preview 预览版**,作为首款突破万亿参数规格的新一代基座模型,该模型总参数量达到**2.4万亿**,采用全新迭代的MoE混合专家架构,综合推理性能、长文本处理、多模态理解、复杂任务规划能力全面超越前代Qwen3.7-Max版本,整体实力跻身全球第一梯队,可对标海外顶级旗舰模型,是当前面向复杂工程开发、多智能体协同、超长文档解析、专业办公自动化场景的最优国产基座模型。
771 0
|
2天前
|
自然语言处理 测试技术 API
通义千问Qwen3.8-Max-Preview全功能解析:2.4万亿参数旗舰模型深度使用指南
在大模型技术持续迭代的当下,通义千问推出的Qwen3.8-Max-Preview作为新一代旗舰预览版模型,凭借2.4万亿参数的超大规模、多模态融合能力与全场景适配特性,成为开发者与企业用户探索AI应用的核心工具。该模型采用稀疏混合专家(MoE)架构,是通义千问首个突破万亿参数的多模态模型,可同时处理文本、图像、视频与文档等多种数据形态,在全栈代码开发、复杂逻辑推理、长文档分析与多智能体协作等场景实现跨越式升级。本文将全面拆解Qwen3.8-Max-Preview的核心功能,详解API调用流程与配置方法,覆盖多场景实战技巧,帮助用户快速掌握这款旗舰模型的使用方法,充分释放其性能潜力。
362 1
|
6天前
|
人工智能
Qwen3.8抢先体验!正式版即将发布并开源!
千问Qwen3.8即将开源,参数达2.4T,进化速度以“天”计,实力媲美Fable 5。预览版Qwen3.8-Max已上线阿里Token Plan等平台,限时优惠:日间Credits低至1折,夜间更优,个人/团队版月付仅35元起!
684 27
|
4天前
|
人工智能 测试技术 语音技术
Qwen-Audio-3.0-TTS 正式发布!AI 语音从 “能说话” 升级到 “会带情绪表达”
阿里云发布Qwen-Audio-3.0-TTS语音合成大模型,支持细粒度标签控制(如[gasp][angry])、freestyle自由风格、16种语言及20种方言,声学鲁棒性强。含Flash(首包延时300ms)和Plus(全球榜单冠军)双版本,已在百炼平台开放调用。在阿里云百炼官网:https://t.aliyun.com/U/fPVHqY 免费领取千万Tokens
606 1
|
5天前
|
人工智能 自然语言处理 数据挖掘
Qwen3.8-Max 预览版全解析:2.4 万亿参数旗舰模型,Token Plan 限时优惠指南
Qwen3.8-Max-Preview是通义千问Qwen3系列旗舰MoE大模型,参数达2.4万亿,综合推理能力居行业第一梯队。支持思考/快速双模式,擅长大模型五大高难场景。现于阿里云百炼Token Plan、Qoder及QoderWork上线体验,个人版低至39元/月。在阿里云百炼官网:https://t.aliyun.com/U/fPVHqY 免费领取千万Tokens
548 1
Qwen3.8-Max 预览版全解析:2.4 万亿参数旗舰模型,Token Plan 限时优惠指南

热门文章

最新文章