You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
hezhaoye
changed the title
【bug】A用户打开管理端页面长时间不刷新,中间时间B用户进行发布配置,B发布完成后,A直接通过文本模式修改配置,不会重新加载当前最新配置,导致误操覆盖当前配置,这个问题是否可以增加版本检查来避免此问题?
【bug】A用户打开管理端页面长时间不刷新,中间时间B用户进行发布配置,B发布完成后,A直接通过文本模式修改配置,由于不会重新加载当前最新配置,导致误操覆盖当前配置,这个问题是否可以增加版本检查来避免此问题?
Sep 9, 2024
hezhaoye
changed the title
【bug】A用户打开管理端页面长时间不刷新,中间时间B用户进行发布配置,B发布完成后,A直接通过文本模式修改配置,由于不会重新加载当前最新配置,导致误操覆盖当前配置,这个问题是否可以增加版本检查来避免此问题?
【bug】A用户打开管理端页面长时间不刷新,中间时间B用户进行发布配置,B发布完成后A用户没刷新页面就直接通过文本模式修改配置,由于A用户不会重新加载当前最新配置,导致操作会覆盖当前最新配置,这个问题是否可以增加版本检查来避免此问题?
Sep 9, 2024
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.
复现流程
1、A用户打开管理端应用页面后,长时间没关闭页面
2、B用户打开管理端页面后进行配置修改和发布
3、B用户发布完成后,A用户没有刷新页面,直接文本模式编辑properties的namespace配置,然后发布。
4、由于A用户没有刷新页面,导致没有重新拉取最新的配置,导致发布会覆盖当前的最新配置。
注:当前的防止多人并发修改特性也不能避免此问题;因为B用户编辑并发布完成后(锁释放了),A用户再来操作,也会出现此问题。类似java并发的ABA问题。
针对此问题,看看是否可以增加版本控制检查来判断,如果是旧版本,就提示用户刷新页面?
The text was updated successfully, but these errors were encountered: