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 copy function copied the ID, resulting in duplicate ID and unable to submit
For example, if the routing is copied and the content is modified after copying, the new copy will bring the old ID synchronously and cannot be modified, resulting in abnormal replication functions
Expected Behavior
Do not copy the ID. create a new ID when submitting
Error Logs
Steps to Reproduce
Scenario that may cause this problem: restore from etcd backup of lower version to newly apisix installed version, and there will be similar problems
I have tried the latest three versions and all have similar problems
This function is abnormal, which leads to great hidden dangers in upgrading
Environment
APISIX version (run apisix version):
Operating system (run uname -a):
OpenResty / Nginx version (run openresty -V or nginx -V):
etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
APISIX Dashboard version, if relevant:
Plugin runner version, for issues related to plugin runners:
LuaRocks version, for installation issues (run luarocks --version):
The text was updated successfully, but these errors were encountered:
Current Behavior
The copy function copied the ID, resulting in duplicate ID and unable to submit
For example, if the routing is copied and the content is modified after copying, the new copy will bring the old ID synchronously and cannot be modified, resulting in abnormal replication functions
Expected Behavior
Do not copy the ID. create a new ID when submitting
Error Logs
Steps to Reproduce
Scenario that may cause this problem: restore from etcd backup of lower version to newly apisix installed version, and there will be similar problems
I have tried the latest three versions and all have similar problems
This function is abnormal, which leads to great hidden dangers in upgrading
Environment
apisix version
):uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: