Closed langningchen closed 1 year ago
Unique 可以去掉?
On Oct 17, 2023, at 21:28, Chen LangNing @.***> wrote:
检查项
我已确认了XMOJ增强脚本已为最新版,且最新版未修复这个 Bug 。 我已在 Issues 页面 https://github.com/XMOJ-Script-dev/XMOJ-Script/issues 中搜索,确认了这一 Bug 未被提交过。 描述
错误:数据库查询失败:Error: D1_ERROR: UNIQUE constraint failed: phpsessid.token
原因是表被多个请求同时查询
重现步骤
清楚 cookies ,然后直接在讨论区刷新
控制台错误信息
No response
— Reply to this email directly, view it on GitHub https://github.com/XMOJ-Script-dev/XMOJ-bbs/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AULMJZIIRAM46LMXD25QS3DX72BZNAVCNFSM6AAAAAA6D3M6RSVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DONBTHA2TKMA. You are receiving this because you were assigned.
嗯
如果去掉可能会引起问题,我认为应该是用表锁定
用互斥锁
很老的issue, 我以前做hash phpsessid时就有
...为什么这个消息发错issue了
@langningchen
...
用互斥锁
@langningchen ~什么是互斥锁~
@langningchen ~什么是互斥锁~
@boomzero bdfs (baidu first search)
这有一篇文章讲得很好: https://zhuanlan.zhihu.com/p/161010435?utm_id=0
就是怕你看不懂
@langningchen 不会
@langningchen 不会
好吧,那么就在插入之前检查一下有没有相同的项,如果有就不插入了
@boomzero 互斥锁对你来说可能是有点难了
@langningchen
@boomzero 也可以
检查项
描述
错误:数据库查询失败:Error: D1_ERROR: UNIQUE constraint failed: phpsessid.token
原因是表被多个请求同时查询
重现步骤
清楚 cookies ,然后直接在讨论区刷新
控制台错误信息
No response