[GitHub] [apisix] Ben0625 commented on issue #2919: bug: failed to fetch data from etcd: failed to watch data, response code: 404

2020-12-03 Thread GitBox
Ben0625 commented on issue #2919: URL: https://github.com/apache/apisix/issues/2919#issuecomment-738609841 Finally I find out the reason: One of the member (10.193.161.156) of the etcd cluster didn't set enable-grpc-gateway to true... After restarting this member with the configuration add

[GitHub] [apisix] Ben0625 commented on issue #2919: bug: failed to fetch data from etcd: failed to watch data, response code: 404

2020-12-02 Thread GitBox
Ben0625 commented on issue #2919: URL: https://github.com/apache/apisix/issues/2919#issuecomment-737724180 ![8730E143-07FB-4F94-8F13-4C5449ED278D](https://user-images.githubusercontent.com/75346346/100978125-e9395e80-357c-11eb-9582-a037e042d9f8.jpeg) This is one of the watch request and

[GitHub] [apisix] Ben0625 commented on issue #2919: bug: failed to fetch data from etcd: failed to watch data, response code: 404

2020-12-02 Thread GitBox
Ben0625 commented on issue #2919: URL: https://github.com/apache/apisix/issues/2919#issuecomment-737111339 If I use a single-node etcd, it works perfect. (Nothing shows in error.log and the functions of apisix still works fine) -

[GitHub] [apisix] Ben0625 commented on issue #2919: bug: failed to fetch data from etcd: failed to watch data, response code: 404

2020-12-02 Thread GitBox
Ben0625 commented on issue #2919: URL: https://github.com/apache/apisix/issues/2919#issuecomment-737099508 > how do you install the apisix? by rpm, docker or source code? By source code. After installing the dependencies and changing the etcd configuratoin of config.yaml, I start api

[GitHub] [apisix] Ben0625 commented on issue #2919: bug: failed to fetch data from etcd: failed to watch data, response code: 404

2020-12-01 Thread GitBox
Ben0625 commented on issue #2919: URL: https://github.com/apache/apisix/issues/2919#issuecomment-736958380 It still happens even after running the command: apisix init_etcd true: curl http://10.193.161.151:2389/v3/kv/put -X POST -d '{"value":"aW5pdF9kaXI=", "key":"L2FwaXNpeC9yb3V0ZXMv"}'