You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dubbo Proxy will return an incorrect heart beat response when received a heart beat request and causing client-side parsing error.
[DUBBO] Decode response failed: Decode dubbo protocol event failed.
java.io.EOFException: readObject: unexpected end of file
at com.alibaba.com.caucho.hessian.io.Hessian2Input.readObject(Hessian2Input.java:2792)
at com.alibaba.com.caucho.hessian.io.Hessian2Input.readObject(Hessian2Input.java:2308)
at org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput.readObject(Hessian2ObjectInput.java:94)
at org.apache.dubbo.common.serialize.ObjectInput.readEvent(ObjectInput.java:83)
at org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decodeEventData(ExchangeCodec.java:400)
at org.apache.dubbo.rpc.protocol.dubbo.DubboCodec.decodeBody(DubboCodec.java:83)
at org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:122)
at org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:82)
at org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec.decode(DubboCountCodec.java:48)
The text was updated successfully, but these errors were encountered:
Title: dubbo heart beat response error
Description:
Dubbo Proxy will return an incorrect heart beat response when received a heart beat request and causing client-side parsing error.
The text was updated successfully, but these errors were encountered: