Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dubbo2.7.6抛出异常must have a bug #6567

Closed
JayeShen opened this issue Aug 7, 2020 · 8 comments
Closed

dubbo2.7.6抛出异常must have a bug #6567

JayeShen opened this issue Aug 7, 2020 · 8 comments
Assignees
Milestone

Comments

@JayeShen
Copy link

JayeShen commented Aug 7, 2020

Environment

  • Dubbo version: 2.7.6
  • Operating System version: linux
  • Java version: 1.8
2020-08-06 18:29:03.742 [org.apache.dubbo.rpc.protocol.dubbo.LazyConnectExchangeClient|]-[WARN] safe guard client , should not be called ,must have a bug.
java.lang.IllegalStateException: safe guard client , should not be called ,must have a bug.
	at org.apache.dubbo.rpc.protocol.dubbo.LazyConnectExchangeClient.warning(LazyConnectExchangeClient.java:138)
	at org.apache.dubbo.rpc.protocol.dubbo.LazyConnectExchangeClient.request(LazyConnectExchangeClient.java:127)
	at org.apache.dubbo.rpc.protocol.dubbo.ReferenceCountExchangeClient.request(ReferenceCountExchangeClient.java:91)
	at org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker.doInvoke(DubboInvoker.java:100)
	at org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:162)
	at org.apache.dubbo.rpc.protocol.AsyncToSyncInvoker.invoke(AsyncToSyncInvoker.java:52)
	at org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:78)
	at com.guohualife.common.util.rpc.dubbo.filter.ClientTraceFilter.invoke(ClientTraceFilter.java:40)
	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:81)
	at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89)
	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:81)
	at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51)
	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:81)
	at org.apache.dubbo.rpc.filter.ConsumerContextFilter.invoke(ConsumerContextFilter.java:55)
	at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:81)
	at org.apache.dubbo.rpc.protocol.InvokerWrapper.invoke(InvokerWrapper.java:56)
	at org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:82)
	at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:259)
	at org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.intercept(ClusterInterceptor.java:47)
	at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$InterceptorInvokerNode.invoke(AbstractCluster.java:92)
	at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:82)
	at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:74)
	at org.apache.dubbo.common.bytecode.proxy0.updateCustomerInfo(proxy0.java)
	at sun.reflect.GeneratedMethodAccessor1709.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
@chickenlj chickenlj added this to the 2.7.9 milestone Aug 7, 2020
@chickenlj chickenlj self-assigned this Aug 10, 2020
@chendifan
Copy link

同遇到

@chickenlj
Copy link
Contributor

I am trying to look into this issue, can u provide any clue on how to reproduce this issue?

@tianshuang
Copy link
Contributor

@chickenlj , same problem, this excepiton keeps appearing after upgrading from 2.7.2 to 2.7.6.

@tianshuang
Copy link
Contributor

I see this warning in the log every time I publish the app.

@tianshuang
Copy link
Contributor

tianshuang commented Sep 9, 2020

Is it because the service is not offline normally? We have already used QoS to offline the service before publish.

@bigbenfather
Copy link

什么原因啊

@wikiwikiwiki
Copy link

#6959 里面修复了一下,@chickenlj 看看呢

@chickenlj chickenlj modified the milestones: 2.7.9, 2.7.10 Feb 8, 2021
@AlbumenJ AlbumenJ modified the milestones: 2.7.10, 2.7.11 Apr 2, 2021
@kanghuzai
Copy link

还有多少坑,从2.7.0踩到2.7.6了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants