[NET-514] [Alert VgSGZS] uniblock_hyperliquid-mainnet_Hotblocks_Critical_Lag#477
Open
elina-chertova wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated fix proposal for alert
VgSGZS.open-beta/root/alert/incident-agent/agent-system/data/investigations/VgSGZS/root/alert/incident-agent/agent-system/data/investigations/VgSGZS/report.htmlReviewer quick view
Scope: 1 file(s) in evm
Root cause (agent): not explicitly captured
Summary: Summary
Root cause confirmed. Plan's stop condition is met — no further data
collection needed.
What's happening: The evm-uniblock-hyperliquid-mainnet-hotblocks-service pod
crashes in-process (0 pod restarts) on every block where a receipt log
references a Hyperliquid hidden system tx that isn't in block.transactions.
assertNotNull(txByHash.get(log.transactionHash)) throws at
chain-utils.js:80. The service restarts the ingestion loop and immediately
re-hits the same block → persistent ~130–156 s blockAge lag.
This is incident 8LVGbY repeating — the SDK fix was never merged into image
9a7fea7.
Two deliverables ready in fixes/proposed/:
assertNotNull(txByHash.get(...)) with a null-safe skip in the Hyperliquid
calculateLogsBloom branch.
unblocks the service immediately; must be reverted after SDK fix ships.
Fix metadata
(Generated by the terminal-debate agent — values reflect the agent's self-assessment, not a verified verdict. Use them as a starting point for review.)
Summary
Summary
Root cause confirmed. Plan's stop condition is met — no further data
collection needed.
What's happening: The evm-uniblock-hyperliquid-mainnet-hotblocks-service pod
crashes in-process (0 pod restarts) on every block where a receipt log
references a Hyperliquid hidden system tx that isn't in block.transactions.
assertNotNull(txByHash.get(log.transactionHash)) throws at
chain-utils.js:80. The service restarts the ingestion loop and immediately
re-hits the same block → persistent ~130–156 s blockAge lag.
This is incident 8LVGbY repeating — the SDK fix was never merged into image
9a7fea7.
Two deliverables ready in fixes/proposed/:
assertNotNull(txByHash.get(...)) with a null-safe skip in the Hyperliquid
calculateLogsBloom branch.
unblocks the service immediately; must be reverted after SDK fix ships.
Risk & rollout
Reproduction status
Incident behavior was reproduced or corroborated strongly enough for a non-hypothesis fix proposal.
Validation checklist
Changed files
evm/evm-rpc/src/chain-utils.tsNotify
cc @tmcgroul (automation opened this PR.)