Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tree): enter tracing span for each storage trie in state root task #14363

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Feb 10, 2025

Before

2025-02-10T12:16:07.520526Z TRACE trie::sparse: Added node to rlp node stack starting_path=Some(Nibbles(0x)) level=1 path=Nibbles(0x0f) node=Hash(0xce2b756377b5f4e8330f5b61018845106a1afc05528b8162bdfcae501487072a) node_type=Hash is_in_prefix_set=None

After

2025-02-10T12:16:07.520526Z TRACE Storage trie{address=0x526f8bf91558307e88903ba81376c191bd02a2c23d7f4554a83c7d8875cb9cdc}: trie::sparse: Added node to rlp node stack starting_path=Some(Nibbles(0x)) level=1 path=Nibbles(0x0f) node=Hash(0xce2b756377b5f4e8330f5b61018845106a1afc05528b8162bdfcae501487072a) node_type=Hash is_in_prefix_set=None

@shekhirin shekhirin added C-enhancement New feature or request A-observability Related to tracing, metrics, logs and other observability tools A-engine Related to the engine implementation labels Feb 10, 2025
@shekhirin shekhirin force-pushed the alexey/state-root-task-storage-trie-span branch 4 times, most recently from cbeafaa to e1ea5b3 Compare February 10, 2025 12:13
@shekhirin shekhirin force-pushed the alexey/state-root-task-storage-trie-span branch from e1ea5b3 to a1cead6 Compare February 10, 2025 12:15
@shekhirin shekhirin marked this pull request as ready for review February 10, 2025 12:23
@shekhirin shekhirin added this pull request to the merge queue Feb 10, 2025
Merged via the queue into main with commit a7f895e Feb 10, 2025
44 checks passed
@shekhirin shekhirin deleted the alexey/state-root-task-storage-trie-span branch February 10, 2025 12:57
18aaddy pushed a commit to 18aaddy/reth that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-engine Related to the engine implementation A-observability Related to tracing, metrics, logs and other observability tools C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants