You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During relayer debugging, we have seen a few instances of the nullifier XXX already spent in YYY error, indicating that the planner is trying to spend the same notes in different transactions. This seems to be an issue where build_penumbra_tx is called more than once, which has usually not been the case, as the observed volume has been able to process within a single transaction. This indicates that there may be an issue at scale and this should be ruled out - appropriate usage of wait_for_commit should be audited and confirmed.
The text was updated successfully, but these errors were encountered:
During relayer debugging, we have seen a few instances of the
nullifier XXX already spent in YYY
error, indicating that the planner is trying to spend the same notes in different transactions. This seems to be an issue wherebuild_penumbra_tx
is called more than once, which has usually not been the case, as the observed volume has been able to process within a single transaction. This indicates that there may be an issue at scale and this should be ruled out - appropriate usage ofwait_for_commit
should be audited and confirmed.The text was updated successfully, but these errors were encountered: