Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Fix merge issues: Arc::clone and ConnectionCache construction#31825

Merged
apfitzge merged 1 commit into
solana-labs:masterfrom
apfitzge:fix/30970_merge_issues
May 25, 2023
Merged

Fix merge issues: Arc::clone and ConnectionCache construction#31825
apfitzge merged 1 commit into
solana-labs:masterfrom
apfitzge:fix/30970_merge_issues

Conversation

@apfitzge
Copy link
Copy Markdown
Contributor

Problem

#30970 broke builds due to changes from #31803 and #31717

Summary of Changes

Fixes #

@apfitzge apfitzge requested review from HaoranYi and behzadnouri May 25, 2023 18:22
Copy link
Copy Markdown
Contributor

@HaoranYi HaoranYi left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Copy Markdown
Contributor

@HaoranYi HaoranYi left a comment

Choose a reason for hiding this comment

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

lgtm

@apfitzge apfitzge merged commit 5fde26f into solana-labs:master May 25, 2023
@apfitzge apfitzge deleted the fix/30970_merge_issues branch May 25, 2023 18:30
bank_forks,
cluster_info,
Arc::default(),
Arc::new(ConnectionCache::new("test")),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should have been connection_cache_test as in other cases in #31803

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants