TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.78k stars 2.08k forks source link

[BUG]framework 3.0: 网关配置中的站点配置被删除后仍然存在于数据中无法重建 #872

Open NewStartEx opened 2 years ago

NewStartEx commented 2 years ago

What version of TARS and what language are you using? framework 3.0 cpp What operating system (Linux, Windows, ...) and version? [e.g. CentOS 7.8] Centos 8 What runtime/compiler are you using? [e.g. JDK version or version of gcc] gcc 8.5.0 20210514 Describe the bug A clear and concise description of what the bug is. 网关配置中的站点配置被误删除后,重新建立相同站点时会报告该配置已经存在。但配置列表里没有显示,同时该站点不能被使用。 To Reproduce Steps to reproduce the behavior:

  1. Go to '网关配置' —— ‘站点配置’——选择 http 并添加相应信息并保存生效。
  2. 将刚生成的站点配置删除,重新启动网关服务。
  3. 重复第1步,系统显示参数已经存在,不可建立。

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

zouchengzhuo commented 2 years ago

请问tarsweb右上角显示的版本号是多少啊?