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

[Execution] Remove duplicated observer collection indexer #5521

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

zhangchiqing
Copy link
Member

@zhangchiqing zhangchiqing commented Mar 7, 2024

Fixing a merge issue

@zhangchiqing zhangchiqing force-pushed the leo/remove-dup-observer-collection-indexer branch from 9b18a0a to f7a374a Compare March 7, 2024 00:40
@@ -220,7 +220,6 @@ func (builder *ExecutionNodeBuilder) LoadComponentsAndModules() {
// TODO: will re-visit this once storehouse has implemented new WAL for checkpoint file of
// payloadless trie.
// Component("execution data pruner", exeNode.LoadExecutionDataPruner).
Component("observer collection indexer", exeNode.LoadObserverCollectionIndexer).
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same component is initialized in L239, this is to remove a duplicated component.

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.85%. Comparing base (64ab8d2) to head (c3dd203).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5521      +/-   ##
==========================================
+ Coverage   55.74%   55.85%   +0.11%     
==========================================
  Files         978     1030      +52     
  Lines       96397   100843    +4446     
==========================================
+ Hits        53737    56330    +2593     
- Misses      38450    40179    +1729     
- Partials     4210     4334     +124     
Flag Coverage Δ
unittests 55.85% <ø> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zhangchiqing zhangchiqing marked this pull request as ready for review March 7, 2024 00:46
@zhangchiqing zhangchiqing added this pull request to the merge queue Mar 8, 2024
Merged via the queue into master with commit 1656e98 Mar 8, 2024
55 checks passed
@zhangchiqing zhangchiqing deleted the leo/remove-dup-observer-collection-indexer branch March 8, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants