Error: "hash inconsistente". Los trabajadores se bloquean y el nodo no puede conectarse con otros
1 respuesta
- votos
-
- 2019-03-17
Pude resolverelproblema yomismo.Minodo había rechazado unbloqueo aparentemente válido.Descubríestoenumerando losbloques rechazados delnodo:
tezos-admin-client list rejected blocks Output: Hash: BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD Level: 356181 Error: Inconsistent hash: local: CoWYi7Nmm91pS8ZNXscNTt6uBpNdaWtpantEc3HcV3XASYEVriNS block_header: CoVHuYH6TpDbJjXFqRsZXichbxdnvqWrDSaGpjVAsJRknAMk8Lkq
Entonces,elnodo rechazóelbloque debido a los diferentes valores hash de losencabezados ynopudoponerse al día,porqueprobablemente rechazó unbloque válido.
Resolvíesteproblema desmarcandoelbloque:
tezos-admin-client unmark invalid BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD Output: Block BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD no longer marked invalid.
Todavíanotengoidea depor qué sucedióesto.
I was able to solve the issue myself. My node had rejected a seemingly valid block. I found this out by listing the rejected blocks of the node:
tezos-admin-client list rejected blocks Output: Hash: BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD Level: 356181 Error: Inconsistent hash: local: CoWYi7Nmm91pS8ZNXscNTt6uBpNdaWtpantEc3HcV3XASYEVriNS block_header: CoVHuYH6TpDbJjXFqRsZXichbxdnvqWrDSaGpjVAsJRknAMk8Lkq
So the node rejected the block due to the different hashes of the headers and was not able to catch up, because it likely rejected a valid block.
I solved this issue by unmarking the block:
tezos-admin-client unmark invalid BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD Output: Block BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD no longer marked invalid.
I still have no idea why this happened.
-
¡Enhorabuena al descubriresto ygraciaspor hacérnoslo saber!Esposible que deseepresentar unticketen tezosgitlabpara obtenermás ayuda sobre *por qué * sucedióesto: https://gitlab.com/tezos/tezos/issues,siemprepuede señalarestapregunta.Well done on findint this out and thanks for letting us know! You may want to file a ticket on tezos gitlab for further help on *why* this happened: https://gitlab.com/tezos/tezos/issues you can always point back to this question.
- 1
- 2019-03-17
- Ezy
-
Hmmm ... Intentéestoperono obtuveningúnbloqueinválido.Hmmm... I tried this but I got zero invalid blocks.
- 0
- 2019-11-14
- Luis
-
Entoncesnoeselmismoproblema que se describe anteriormente.Then it's not the same issue as described above.
- 0
- 2019-11-15
- cryptodad
Constantemente recibo los siguienteserrores. Lo que se destacaeselerror de "hashinconsistente",que aparentemente hace que lostrabajadores sebloqueen. El hash delencabezado delbloque yel del hash localparecen diferir. Sinembargo,notengoidea de lo queesto significa. ¿Alguien sabe cómo solucionaresteproblema?