-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
jetcache(RedisLettuceCache) GET error #888
Comments
areyouok
added a commit
that referenced
this issue
May 21, 2024
每10秒应该会输出一次异常栈信息,如果你找不到,那就只能用这个commit看看了,先自己打snapshot包。 java原生序列化也不是万能的,一个很常见的错误就是某个要序列化的类没有加serialVersionUID,然后又增删了字段,反序列化的时候就会报错。 |
有些是集合框架,或者封装类型也会报错,比较纳闷
看来还是按照您说的打snapshot包,把完整日志打印出来才行 |
请问你的问题通过查看日志解决了嘛? 我这里也是遇到这个问题, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本
异常信息
根据配置,使用的序列化方式是Java,为什么还报GET错误呢?
并且最近一直使用的是这个版本,没有升级,已经不知道什么原因突然就发现报这样的异常了(多服务环境,一个缓存会被多个服务实例化)
参考:
#690
#886
The text was updated successfully, but these errors were encountered: