오류 : "일관되지 않은 해시". 작업자가 충돌하고 노드가 다른 사람과 연결할 수 없습니다
1 대답
- 투표
-
- 2019-03-17
내가 직접 문제를 해결할 수있었습니다.내 노드가 겉보기에 유효한 블록을 거부했습니다.노드의 거부 된 블록을 나열하여이를 발견했습니다.
tezos-admin-client list rejected blocks Output: Hash: BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD Level: 356181 Error: Inconsistent hash: local: CoWYi7Nmm91pS8ZNXscNTt6uBpNdaWtpantEc3HcV3XASYEVriNS block_header: CoVHuYH6TpDbJjXFqRsZXichbxdnvqWrDSaGpjVAsJRknAMk8Lkq
블록 표시를 해제하여이 문제를 해결했습니다.
tezos-admin-client unmark invalid BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD Output: Block BLqhrPaH6WQtVYZssbonME7DPiQLTvZyidkYa8dvAxxoeTsnVKD no longer marked invalid.
왜 이런 일이 발생했는지 아직 모르겠습니다.
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.
-
findint에 대해 잘하셨습니다. 알려 주셔서 감사합니다!* 이유 *에 대한 추가 지원을 위해tezosgitlab에 티켓을 제출할 수 있습니다. https://gitlab.com/tezos/tezos/issues 언제든지이 질문을 다시 지적 할 수 있습니다.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... I tried this but I got zero invalid blocks.
- 0
- 2019-11-14
- Luis
-
그렇다면 위에서 설명한 것과 같은 문제가 아닙니다.Then it's not the same issue as described above.
- 0
- 2019-11-15
- cryptodad
아래 오류가 지속적으로 발생합니다. 눈에 띄는 것은 "일관되지 않은 해시"오류로,작업자가 충돌하는 것처럼 보입니다. 블록 헤더의 해시와 로컬 해시의 해시가 다른 것 같습니다. 나는 이것이 무엇을 의미하는지 전혀 모른다. 누구든지이 문제를 해결하는 방법을 알고 있습니까?