804e
804e
我的这个id是主键,这个没办法修改,之前用INSERT ... ON DUPLICATE KEY UPDATE已经发现被锁住一次了,目前只能通过分布式锁禁止用户同时发起登录行为。 不知道为什么,我本地用mysqlslap测试delete;insert行为根本无法重现触发死锁,只有在insert;delete的时候才出现,目前只能猜测登录的事务执行时间太长,导致了某些死锁行为,有没有其他方法可以重现?
我就是按照你的脚本测试的,是不是跟事务隔离级别有关?我的库是读提交
use git svn clone a git repository url is not work, must use a svn url
有办法解决吗?1.1.0版本仍然报没有hashCode错误
没办法,只好手动跳过,创建自定义的PersistenceAnnotationBeanPostProcessor,覆盖requiresDestruction,判断bean为接口时,直接跳过 ``` import java.lang.reflect.Proxy; import org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor; public class CustomPersistenceAnnotationBeanPostProcessor extends PersistenceAnnotationBeanPostProcessor { private static final long serialVersionUID = 6356435448579269667L; @Override public boolean requiresDestruction(Object bean) { Class
可以自己封装一层api做权限控制
> [#318](https://github.com/zilliztech/milvus-operator/issues/318) , you can try this still not work
I have the same problem, is there any solution?
我们在1.2.0上遇到过这个问题, 是前端websocket报错导致的, 升级到1.2.2后没出现了
如果是jvm oom了,有配置headdump会有日志,没有配置的话用户主目录也有hs*.log。如果是linux内存不够把它kill了,系统日志会有记录,查查看。