Vishwas Pai

Results 11 comments of Vishwas Pai

Did some debugging. As soon as node-2 gets added (via `add-learner`), leader (node-1) starts sending `raft-append` rpc to node-2 aggressively. A this time cluster has only 1 leader and 1...

Attached logs [raft-kv-memstore-logs.tar.gz](https://github.com/datafuselabs/openraft/files/9540491/raft-kv-memstore-logs.tar.gz)

> It looks just a simple timeout issue. Were you using a slow computer running this test? No. I'm running on i7-12700H with 14 cores.

Added all the information in the attached tar. [raft-kv-memstore-logs-ac48309.tar.gz](https://github.com/datafuselabs/openraft/files/9554157/raft-kv-memstore-logs-ac48309.tar.gz)

> Do you have a proxy installed on your machine? No.

For now, I ran with `-w '\nConnect: %{time_connect}s\nXfer : %{time_starttransfer}s\nTotal : %{time_total}s\n'` to curl (instead of `time`) and following is the result. Based on the results I see that `add-learner`...

Could not find much with additional debugging. With heartbeat of above `100ms` things work fine. Below this, I see that the `raft-append` rpc timesout. I tried some tweaking (number of...

Can I do something else to help ? Is this problem specific to my environment ?

Facing the exact same issue on latest (commit: b5a9bcbdf852b696624b5ad81fa0f561005f62a1) I'm doing `docker compose up` on code, not running pre-built docker ![image](https://github.com/user-attachments/assets/e244c646-2a67-4650-8a6b-f88944be0ca0) I was able to resolve the issue for now,...

I found one resolution for my issue. By default the self-hosted runner was being created at ORG level. I had to delete the same and create one using `repo` settings....