You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: raft.membership: sending message to member 24669d2775c8b223: rpc error: code = Unimplemented desc = unexpected HTTP status code received from server: 404 (Not Found); transport: received unexpected content-type "text/plain; charset=utf-8"
I am running the application on k8 with a replica of 2.
These are the logs from the two Pods:
Pod-1:
{"level":"debug","ts":1683374970.9820142,"msg":"raft node URL=:3100"}
{"level":"debug","ts":1683374972.0948684,"msg":"kubernetes has discovered 1 nodes"}
2023/05/06 12:09:32 INFO: 61cca80dec1edadd switched to configuration voters=()
2023/05/06 12:09:32 INFO: 61cca80dec1edadd became follower at term 0
2023/05/06 12:09:32 INFO: newRaft 61cca80dec1edadd [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
2023/05/06 12:09:32 INFO: 61cca80dec1edadd became follower at term 1
2023/05/06 12:09:32 INFO: 61cca80dec1edadd switched to configuration voters=(7047192294677469917)
2023/05/06 12:09:32 INFO: 61cca80dec1edadd switched to configuration voters=(7047192294677469917)
2023/05/06 12:09:33 INFO: 61cca80dec1edadd is starting a new election at term 1
2023/05/06 12:09:33 INFO: 61cca80dec1edadd became candidate at term 2
2023/05/06 12:09:33 INFO: 61cca80dec1edadd received MsgVoteResp from 61cca80dec1edadd at term 2
2023/05/06 12:09:33 INFO: 61cca80dec1edadd became leader at term 2
2023/05/06 12:09:33 INFO: raft.node: 61cca80dec1edadd elected leader 61cca80dec1edadd at term 2
2023/05/06 12:10:00 INFO: 61cca80dec1edadd switched to configuration voters=(2622956625795265059 7047192294677469917)
2023/05/06 12:10:01 ERROR: raft.membership: sending message to member 24669d2775c8b223: rpc error: code = Unimplemented desc = unexpected HTTP status code received from server: 404 (Not Found); transport: received unexpected content-type "text/plain; charset=utf-8"
Pod-2:
{"level":"debug","ts":1683374999.3820262,"msg":"raft node URL=:3100"}
{"level":"debug","ts":1683375000.8786376,"msg":"kubernetes has discovered 2 nodes"}
2023/05/06 12:10:01 INFO: 24669d2775c8b223 switched to configuration voters=()
2023/05/06 12:10:01 INFO: 24669d2775c8b223 became follower at term 0
2023/05/06 12:10:01 INFO: newRaft 24669d2775c8b223 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
2023/05/06 12:10:01 INFO: 24669d2775c8b223 became follower at term 1
2023/05/06 12:10:01 INFO: 24669d2775c8b223 switched to configuration voters=(2622956625795265059)
2023/05/06 12:10:01 INFO: 24669d2775c8b223 switched to configuration voters=(2622956625795265059 7047192294677469917)
2023/05/06 12:10:01 INFO: 24669d2775c8b223 switched to configuration voters=(2622956625795265059 7047192294677469917)
2023/05/06 12:10:01 INFO: 24669d2775c8b223 switched to configuration voters=()
2023/05/06 12:10:01 INFO: 24669d2775c8b223 became follower at term 0
2023/05/06 12:10:01 INFO: newRaft 24669d2775c8b223 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
I am sure I am doing something wrong
The text was updated successfully, but these errors were encountered:
Hello @shaj13
I am getting the following error:
I am running the application on k8 with a replica of 2.
These are the logs from the two Pods:
Pod-1:
Pod-2:
I am sure I am doing something wrong
The text was updated successfully, but these errors were encountered: