hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
313 stars 138 forks source link

JTR failure: FCM-Migration-NewNodesFromSavedState-2.5k-10m #16744

Open imalygin opened 5 hours ago

imalygin commented 5 hours ago

Description

FCM-Migration-NewNodesFromSavedState-2.5k-10m fails with the following error:

Caused by: com.swirlds.common.merkle.exceptions.IllegalChildIndexException: Child Index range supported: [0, 2]. Requested: 3
    at com.swirlds.common.merkle.impl.PartialNaryMerkleInternal.checkChildIndexIsValid(PartialNaryMerkleInternal.java:150) ~[swirlds-common-0.57.0.jar:?]
    at com.swirlds.common.merkle.impl.internal.AbstractMerkleInternal.setChild(AbstractMerkleInternal.java:98) ~[swirlds-common-0.57.0.jar:?]
    at com.swirlds.common.merkle.interfaces.MerkleParent.setChild(MerkleParent.java:108) ~[swirlds-common-0.57.0.jar:?]
    at com.swirlds.platform.state.MerkleStateRoot.putServiceStateIfAbsent(MerkleStateRoot.java:491) ~[swirlds-platform-core-0.57.0.jar:?]
    at com.swirlds.platform.state.MerkleStateRoot.putServiceStateIfAbsent(MerkleStateRoot.java:415) ~[swirlds-platform-core-0.57.0.jar:?]
    at com.swirlds.platform.test.fixtures.state.FakeMerkleStateLifecycles.lambda$initPlatformState$4(FakeMerkleStateLifecycles.java:84) 

Steps to reproduce

Run FCM-Migration-NewNodesFromSavedState-2.5k-10m

Additional context

Caused by https://github.com/hashgraph/hedera-services/pull/16352

Hedera network

No response

Version

v0.57

Operating system

None