Skip to content

Conversation

@sergiupopescu199
Copy link
Contributor

Description of change

This PR fixes an edge case where the multi_fetch entered in deadlock if the input was an empty vector.

Links to any relevant issues

fixes #9508

How the change has been tested

Providing an empty vector as input no longer halts the whole execution.

  • Basic tests (linting, compilation, formatting, unit/integration tests)
  • Patch-specific tests (correctness, functionality coverage)

Infrastructure QA (only required for crates that are maintained by @iotaledger/infrastructure)

  • Synchronization of the indexer from genesis for a network including migration objects.
  • Restart of indexer synchronization locally without resetting the database.
  • Restart of indexer synchronization on a production-like database.
  • Deployment of services using Docker.
  • Verification of API backward compatibility.

Note

This patch does not affect the normal operation of the indexer, thus no other test were conducted.

@sergiupopescu199 sergiupopescu199 requested a review from a team as a code owner December 4, 2025 09:02
@vercel
Copy link

vercel bot commented Dec 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

6 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
apps-backend Ignored Ignored Dec 4, 2025 9:02am
apps-ui-kit Ignored Ignored Dec 4, 2025 9:02am
iota-evm-bridge Ignored Ignored Dec 4, 2025 9:02am
iota-multisig-toolkit Ignored Ignored Dec 4, 2025 9:02am
rebased-explorer Ignored Ignored Dec 4, 2025 9:02am
wallet-dashboard Ignored Ignored Dec 4, 2025 9:02am

@iota-ci iota-ci added infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group. labels Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(iota-indexer): deadlock when fetching from HttpRestKvClient in some scenarios

5 participants