-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
nacos依赖了不同hessian冲突问题 #11963
Comments
问下具体的报错和报错的复现方式, 这个共存已经从很早的版本就开始了, 目前还没有发现兼容性问题。 |
详细可以看下,适配的华宇tas,拷贝console module进行的适配,war包。 这里还是建议应该推进依赖尽量干净,不要出现这种情况,可能跟JRaft有关系。 |
我看sofa-jraft的hessain好像是自己打包后shard到一起了, 只能看下能否把hessain的版本改成和sofa的hessain一样的版本,然后排除掉cauhao的,不过排掉之后可能要做大量测试和灰度,确保不会出现问题。 |
遇到同样的问题了 nacos版本2.3.0 |
请问有解决吗 |
排除掉com.alipay.sofa的hessian。 |
|
PR #12449 导致了更严重更普遍的启动问题, 因此进行了回滚, 这个问题最好还是推动jraft社区进行hessain的升级后再移除本身依赖的hessain。 |
我是在console包排除的,不是直接移除,也就是core还继续有原依赖,运行时代码走到才会报错吧,不清楚这个类干嘛的。 |
现在在做国产中间件的适配,发现hessian存在两个版本,groupid不同,但是pakcage相同,在这个中间件下会报错,想问一下应该使用
还是
The text was updated successfully, but these errors were encountered: