# Bad effects digest panicking node

**URL:** https://forums.sui.io/t/bad-effects-digest-panicking-node/36843
**Category:** Technical Support
**Tags:** testnet
**Created:** [April 8, 2023, 9:59am UTC](https://forums.sui.io/t/bad-effects-digest-panicking-node/36843 "2023-04-08T09:59:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Zohan](https://avatars.discourse-cdn.com/v4/letter/z/b5e925/32.png) [@Zohan](https://forums.sui.io/u/Zohan)
#### Post date: [April 8, 2023, 9:59am UTC](https://forums.sui.io/t/bad-effects-digest-panicking-node/36843/1 "2023-04-08T09:59:19Z")

</div>

Hey, new aspiring node operator here. Trying to run a testnet node, but failing with the following:

` ERROR execute_checkpoint{seq=498601 epoch=5}: telemetry_subscribers: panicked at 'When executing checkpoint 498601, transaction DtEKRBjMQbVKYN3tX1qv5aFuNVAWP1nRnMNGT2Qw9rup is expected to have effects digest HZVboVjB63G5QqvtYzvU2jw2aKnMjU1KKap3yzop3HnT, but got 97tAnx246cUjrBW9TNJcp1ReGMestyJBfac2Svaq8PrN!', crates/sui-core/src/checkpoints/checkpoint_executor/mod.rs:518:9 panic.file="crates/sui-core/src/checkpoints/checkpoint_executor/mod.rs" panic.line=518 panic.column=9`

Looks like this question:

> <https://github.com/MystenLabs/sui/issues/4657>
>
> This has been observed on the fullnode when syncing up to devnet.
> Example:
> \`\`\`…
> 2022-09-12T17:20:07.061905Z INFO sui\_core::safe\_client: Client error error=GenericAuthorityError { error: "Checkpoint contents digest mismatch: summary=CheckpointSummary { epoch: 0, sequence\_number: 3136, content\_digest: \[74, 9, 78, 110, 236, 144, 96, 218, 59, 69, 172, 90, 33, 247, 232, 78, 57, 65, 139, 76, 77, 48, 164, 41, 162, 33, 222, 238, 201, 157, 182, 53\], previous\_digest: Some(\[218, 178, 140, 21, 67, 67, 46, 98, 45, 148, 197, 119, 210, 173, 81, 49, 78, 234, 146, 147, 129, 113, 87, 230, 72, 30, 138, 10, 214, 75, 67, 0\]) }, content digest = \[11, 43, 64, 130, 30, 169, 178, 219, 176, 225, 36, 106, 6, 225, 125, 86, 5, 110, 52, 68, 65, 155, 27, 136, 135, 202, 165, 222, 230, 46, 90, 192\], transactions 26" } authority=k#89cafd721eeb1b13483d5fb0968500e78103e8146b45edb30d93781d946d0aeb
> \`\`\`

I should have latest stable release though, see my docker.compose.yaml:

```auto
version: "3.9"
services:
  fullnode:
    image: mysten/sui-node:stable
    ports:
    - "8084:8084/udp"
    - "9000:9000"
    - "9184:9184"
    volumes:
    - ./fullnode-template.yaml:/sui/fullnode.yaml:ro
    - ./genesis.blob:/sui/genesis.blob:ro
    - suidb:/sui/suidb:rw
    command: ["/usr/local/bin/sui-node", "--config-path", "fullnode.yaml"]
volumes:
  suidb:

```

Any pointers would be useful! Thanks!

---

<div class="post-metadata">

### Author: ![Zohan](https://avatars.discourse-cdn.com/v4/letter/z/b5e925/32.png) [@Zohan](https://forums.sui.io/u/Zohan)
#### Post date: [April 8, 2023, 9:59am UTC](https://forums.sui.io/t/bad-effects-digest-panicking-node/36843/2 "2023-04-08T09:59:52Z")

</div>

Happens the same way on Devnet, but much later into sync, about two hours on my machine.

---

<div class="post-metadata">

### Author: ![ytmonu\_H2E](https://dub1.discourse-cdn.com/sui/user_avatar/forums.sui.io/ytmonu_h2e/32/24774_2.png) [@ytmonu\_H2E](https://forums.sui.io/u/ytmonu_H2E)
#### Post date: [April 8, 2023, 10:56am UTC](https://forums.sui.io/t/bad-effects-digest-panicking-node/36843/5 "2023-04-08T10:56:56Z")

</div>

I don’t understand that much 😕

---

<div class="post-metadata">

### Author: ![hybridxo7](https://dub1.discourse-cdn.com/sui/user_avatar/forums.sui.io/hybridxo7/32/24702_2.png) [@hybridxo7](https://forums.sui.io/u/hybridxo7)
#### Post date: [April 8, 2023, 10:58am UTC](https://forums.sui.io/t/bad-effects-digest-panicking-node/36843/6 "2023-04-08T10:58:16Z")

</div>

looks little complex, but nice, keep it up … 😊
