jianhaiqing

Results 27 comments of jianhaiqing

Cmd: ` gor -input-raw :80 --http-allow-header "Host:^myou\.ok\.com$" --http-allow-method "GET" --output-http "https://myou.notok.com" -output-file-append --http-disallow-url "^/api/v1" --http-disallow-url "^/api/v2" --http-disallow-url "^/myou-update-api"` Env: **CentOS Linux release 7.6.1810 (Core), Kernel: 3.10.0-957.21.3.el7.x86_64** Package: **v1.3.0_RC5** ``` Interface:...

I have added `--debug --stack` and restart orchestrator, now it works properly. It might take time to reproduce the issue. keep the issue open ? I will take care of...

```bash # ps -ef | grep orch root 28777 1 15 16:45 ? 00:07:31 /usr/local/orchestrator/orchestrator http --debug --stack ``` - orchestrator-client -c api -path status | jq . `RaftHealthyMembers becomes...

I didn't any special, except the following. ``` 2021-01-07 17:25:49 ERROR HttpGetLeader: got 500 status on http://10.21.17.114:3000/api/raft-follower-health-report/15097c82/10.21.17.113/10.21.17.113 ``` [112 log ](https://cstore-private.oss-cn-hangzhou.aliyuncs.com/ccloud-prod/ccloud-container-file/42b967db80d0b49ea301e333b15f4b4c9473c218-raft.log.zip?Expires=1610020800&OSSAccessKeyId=LTAI4gvNbAt0Hvya&Signature=GAspR4Xx8fwd51BoyQzDdGBk57o%3D) [113 raft log](https://cstore-private.oss-cn-hangzhou.aliyuncs.com/ccloud-prod/ccloud-container-file/b80e4d0929c37465299c0ff9620dd6c753550e33-raft-113.log.zip?Expires=1610020800&OSSAccessKeyId=LTAI4gvNbAt0Hvya&Signature=yE3l1BpMHO%2FTc%2BEx3Zhh3MejlmM%3D)

all the logs come from /var/log/messages ``` [root@mysql-10-21-17-112 orchestrator]# ps -ef | grep orch root 57769 1 0 2020 ? 02:05:01 /usr/sbin/haproxy -f /etc/haproxy/haproxy-orchestrator.cfg -p /run/haproxy80.pid root 65475 1 15...

I have run orchestrator with `--debug --stack` as you can see the `ps -ef` run on 112. And i grep debug from the uploaded log. I don't know whether the...

we get the following logs yesterday. ``` [root@mysql-10-21-17-113 ~]# grep -i orches raft-113.log | grep -i "ERR" | grep -i raft Jan 07 16:43:46 mysql-10-21-17-113 orchestrator[26135]: 2021/01/07 16:43:46 [ERR] raft:...

on 113 with : tcpdump -i any port 10008 ![113-114](https://tva1.sinaimg.cn/large/008eGmZEly1gmg0sxbc97j31h40i914g.jpg) [orchestrator-raft-from113WithConditionPort10008.pcapng](https://cstore-private.oss-cn-hangzhou.aliyuncs.com/ccloud-prod/ccloud-container-file/e99b69c336b45f5e8d40696525f62b783885748d-orchestrator-raft-from113WithConditionPort10008.pcapng?Expires=1610078400&OSSAccessKeyId=LTAI4gvNbAt0Hvya&Signature=9DIV39F7rdaZEUha%2BFWWLSp83ww%3D) The download link is available for 2hours. I will upload again if you miss it

- 113 ```json { "Debug": true, "EnableSyslog": false, "ListenAddress": ":3000", "MySQLTopologyUser": "orchestrator", "MySQLTopologyPassword": "password", "MySQLTopologyCredentialsConfigFile": "", "MySQLTopologySSLPrivateKeyFile": "", "MySQLTopologySSLCertFile": "", "MySQLTopologySSLCAFile": "", "MySQLTopologySSLSkipVerify": true, "MySQLTopologyUseMutualTLS": false, "BackendDB": "sqlite", "SQLite3DataFile": "/usr/local/orchestrator/orchestrator.sqlite3",...

from orchestrator-client -c api -path status | jq . `"RaftLeaderURI": "http://10.21.17.112:10008:3000"` how is the RaftLeaderURI coming from ?