1024-zzw

Results 2 issues of 1024-zzw

### Description 1.首先通过dashboard界面创建了Apisix路由;并且通过Apisix-admin接口以及在etcd中均可以查询到相关路由信息。但是通过 Apisix的域名去访问这个路由的时候却是报404 route not found。 2.检查Apisix后面的etcd发现报错: 2022-07-29 13:09:09.411077 W | etcdserver: read-only range request "key:\"/apisix-ew/routes/good-shop\" range_end:\"/apisix-ew/routes/good-shop\" " with result "range_response_count:1 size:733" took too long (1.350541197s) to execute 2022-07-29...

### Description 1.路由1 { "uri": "/test-boot/*", "name": "AutoRouterUpstream_TEST-BOOT", "desc": "", "hosts": [ "apisix-gateway-ew.apisix.svc.cluster.local" ], "plugins": { "proxy-rewrite": { "regex_uri": [ "^/test-boot/(.*)", "/${1}" ] } }, "upstream": { "type": "roundrobin", "hash_on":...