You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/24 02:43:03 UTC

[GitHub] llx206 commented on issue #2116: Two dubbo calls, kryo serialization failed

llx206 commented on issue #2116: Two dubbo calls, kryo serialization failed
URL: https://github.com/apache/incubator-dubbo/issues/2116#issuecomment-407262310
 
 
   @diecui1202 ,The problem is that two dubbo's SerializationOptimizer registers the bean separately, and dubbo uses the map to store the bean class. The key is in numeric order and the value is the path class of the bean. Therefore, the bean cannot be found in the morning. The solution is in each case. The Service's SerializationOptimizer uses the same number of collections. I have tried it, or not. Is there any other solution?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org