thubbo / jmeter-plugins-for-apache-dubbo

Dubbo Plugin for Apache JMeter, It is a plug-in developed for testing Dubbo in Jmeter.
Apache License 2.0
565 stars 290 forks source link

Error #120

Closed tytyty123 closed 3 years ago

tytyty123 commented 3 years ago

版本:1.3.8 单笔运行的时候发现一直返回null,开了JMeter日志,抛了如下日志,请问跟这有关系么?

2020-09-10 11:24:24,524 DEBUG c.a.d.c.e.ExtensionLoader: [DUBBO] package com.alibaba.dubbo.remoting; import com.alibaba.dubbo.common.extension.ExtensionLoader; public class Dispatcher$Adaptive implements com.alibaba.dubbo.remoting.Dispatcher { public com.alibaba.dubbo.remoting.ChannelHandler dispatch(com.alibaba.dubbo.remoting.ChannelHandler arg0, com.alibaba.dubbo.common.URL arg1) { if (arg1 == null) throw new IllegalArgumentException("url == null"); com.alibaba.dubbo.common.URL url = arg1; String extName = url.getParameter("dispatcher", url.getParameter("dispather", url.getParameter("channel.handler", "all"))); if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Dispatcher) name from url(" + url.toString() + ") use keys([dispatcher, dispather, channel.handler])"); com.alibaba.dubbo.remoting.Dispatcher extension = (com.alibaba.dubbo.remoting.Dispatcher)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Dispatcher.class).getExtension(extName); return extension.dispatch(arg0, arg1); } }, dubbo version: 1.3.8-jar-with-dependencies, current host: 192.1.160.10

另外还有就是大量类似下面的记录

2020-09-10 13:32:55,961 DEBUG c.a.d.r.e.s.h.HeartbeatHandler: [DUBBO] Received heartbeat from remote channel /192.3.160.2:35000, cause: The channel has no data-transmission exceeds a heartbeat period: 60000ms, dubbo version: 1.3.8-jar-with-dependencies, current host: 192.1.160.10 2020-09-10 13:32:55,961 DEBUG c.a.d.r.e.s.h.HeartbeatHandler: [DUBBO] Received heartbeat from remote channel /192.3.160.2:35000, cause: The channel has no data-transmission exceeds a heartbeat period: 60000ms, dubbo version: 1.3.8-jar-with-dependencies, current host: 192.1.160.10 2020-09-10 13:32:55,961 DEBUG c.a.d.r.e.s.h.HeartbeatHandler: [DUBBO] Received heartbeat from remote channel /192.3.160.2:35000, cause: The channel has no data-transmission exceeds a heartbeat period: 60000ms, dubbo version: 1.3.8-jar-with-dependencies, current host: 192.1.160.10 2020-09-10 13:33:10,843 DEBUG o.a.z.ClientCnxn: Got ping response for sessionid: 0x2273c391e1aeb641 after 0ms

配置图 0910_1

ningyu1 commented 3 years ago

@tytyty123 这些是正常的debug日志,请检查接口配置项