A CodeChain node keeps emitting "sendError"
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 25/100
- Tipo di issue
- Bug
- Chiarezza
- Da chiarire
- Stato di attività
- Ferma
- Stack tecnologico
- rust
- Ambito
- blockchain, networking
Direzione di ricerca
L’issue fornisce log di runtime che mostrano messaggi SendError ripetuti durante la propagazione dei blocchi, ma non indica file sorgente, test o punti di ingresso. Inizia individuando l’avviso relativo alla propagazione dei blocchi e tracciando il messaggio fallito e la gestione del timeout; il lavoro è concluso quando la causa è stata identificata e gli errori ripetuti sono stati risolti o gestiti in modo appropriato.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
This phenomenon was found on 2019.12.17 at about 2 P.M.
The monitor sends a codechain death confirmation because the node monitor that was watching had been dead. The log is like the following:
#364967762 2019-12-17 05:37:18.685152917 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:19.224282592 UTC P2P Worker #1 WARN netapi block-propagation cannot message Global 34.85.31.119:3485: "SendError(..)"
#364967762 2019-12-17 05:37:19.355859641 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:19.553804053 UTC P2P Worker #1 WARN netapi block-propagation cannot message Global 35.230.2.230:3485: "SendError(..)"
#364967762 2019-12-17 05:37:19.590484103 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:19.638622014 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 35.233.0.162:3485: "SendError(..)"
#364967762 2019-12-17 05:37:19.642450809 UTC P2P Worker #0 WARN netapi block-propagation cannot message Global 34.85.92.6:3485: "SendError(..)"
#364967762 2019-12-17 05:37:19.685322323 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:20.593226243 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:20.685409734 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:21.548407383 UTC P2P Worker #3 WARN netapi block-propagation cannot message Global 35.230.2.230:3485: "SendError(..)"
#364967762 2019-12-17 05:37:21.595849899 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:21.614647820 UTC P2P Worker #0 WARN netapi block-propagation cannot message Global 35.233.0.162:3485: "SendError(..)"
#364967762 2019-12-17 05:37:21.641915189 UTC P2P Worker #3 WARN netapi block-propagation cannot message Global 34.85.31.119:3485: "SendError(..)"
#364967762 2019-12-17 05:37:21.685501929 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:22.059731325 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 34.85.92.6:3485: "SendError(..)"
#364967762 2019-12-17 05:37:22.357984173 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:22.598637390 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:22.685612250 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:23.086173404 UTC P2P Worker #1 WARN netapi block-propagation cannot message Global 34.85.31.119:3485: "SendError(..)"
#364967762 2019-12-17 05:37:23.211959453 UTC P2P Worker #3 WARN netapi block-propagation cannot message Global 35.230.2.230:3485: "SendError(..)"
#364967762 2019-12-17 05:37:23.420002722 UTC P2P Worker #1 WARN netapi block-propagation cannot message Global 34.85.92.6:3485: "SendError(..)"
#364967762 2019-12-17 05:37:23.601295048 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:23.641766807 UTC P2P Worker #3 WARN netapi block-propagation cannot message Global 35.233.0.162:3485: "SendError(..)"
#364967762 2019-12-17 05:37:23.685702369 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:24.604211465 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:24.685837824 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:25.183168256 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 35.230.2.230:3485: "SendError(..)"
#364967762 2019-12-17 05:37:25.344193384 UTC P2P Worker #1 WARN netapi block-propagation cannot message Global 34.85.31.119:3485: "SendError(..)"
#364967762 2019-12-17 05:37:25.359482897 UTC P2P Worker #0 WARN netapi block-propagation cannot message Global 35.233.0.162:3485: "SendError(..)"
#364967762 2019-12-17 05:37:25.361471308 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:25.391840906 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 34.85.92.6:3485: "SendError(..)"
#364967762 2019-12-17 05:37:25.606731117 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:25.685960279 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:26.609702715 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:26.686112553 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:26.860126470 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 34.85.92.6:3485: "SendError(..)"
#364967762 2019-12-17 05:37:26.861161222 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 34.85.31.119:3485: "SendError(..)"
#364967762 2019-12-17 05:37:26.929697545 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 35.230.2.230:3485: "SendError(..)"
#364967762 2019-12-17 05:37:26.937245993 UTC P2P Worker #2 WARN netapi block-propagation cannot message Global 35.233.0.162:3485: "SendError(..)"
#364967762 2019-12-17 05:37:27.612464839 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:27.686310331 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
#364967762 2019-12-17 05:37:28.364441429 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:28.615200476 UTC http.worker0 INFO rpc RPC call(chain_getBestBlockNumber([]))
#364967762 2019-12-17 05:37:28.658031061 UTC P2P Worker #0 WARN netapi block-propagation cannot message Global 34.85.31.119:3485: "SendError(..)"
#364967762 2019-12-17 05:37:28.686393587 UTC timer.worker.1 WARN netapi block-propagation cannot timeout 0: "SendError(..)"
- Lingua principale
- Rust
- Stelle
- 256
- Fork
- 50
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di CodeChain-io/codechain
-
is this project still alive? Aperta
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
CodeChain-io/codechain#2002 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
CodeChain-io/codechain#1993 · 2 commenti ·
-
Terminate gracefully Aperta
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
CodeChain-io/codechain#1987 · 1 commento ·
-
performance rpc
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
CodeChain-io/codechain#1973 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
CodeChain-io/codechain#1971 ·
Tutte le issue di CodeChain-io/codechain
Issue simili
-
Browser (wasm) relay client cannot connect to relays whose URL has a trailing-dot FQDN hostname Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
n0-computer/iroh#4550 ·
-
impl detach for native Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
paritytech/zombienet-sdk#591 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
farion1231/cc-switch#7638 · 1 commento ·
-
onnx-ir re-exports ModelProto and GraphProto but not NodeProto, AttributeProto and AttributeType Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100