zhoutianli518 opened a new issue #2633:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2633
消费方某个节点调用某个服务方一直报如下错误。
此消费方是集群节点,有几十个节点,调用的下游微服务有十几个。
现象是只有某个消费方节点调用某下游服务接口一直报此错。此消费节点的其它兄弟节点没有这个问题。此报错的节点调用其它服务接口没有这个问题。重启此消费方节点故障恢复。
servicecomb-java-chassis版本为2.3.5
java.lang.IllegalStateException: Schema not exist,
microserviceName=vmall-rushBuy2-server, schemaId=IRushBuyQualif, consumer
interface=com.huawei.vmall.rushbuy.api.rpc.IRushBuyQualif; new producer not
running or not deployed.
at
org.apache.servicecomb.provider.pojo.PojoConsumerMetaRefresher.refreshMeta(PojoConsumerMetaRefresher.java:99)
at
org.apache.servicecomb.provider.pojo.PojoConsumerMetaRefresher.ensureMetaAvailable(PojoConsumerMetaRefresher.java:81)
at
org.apache.servicecomb.provider.pojo.PojoConsumerMetaRefresher.getLatestMeta(PojoConsumerMetaRefresher.java:58)
at
org.apache.servicecomb.provider.pojo.PojoInvocationCreator.create(PojoInvocationCreator.java:26)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]