Skip to content

Conversation

@shekhirin
Copy link
Collaborator

2025-11-24T09:59:31.281131Z  INFO Storage settings legacy=StorageSettings { receipts_in_static_files: false, transaction_senders_in_static_files: false } stored=Some(StorageSettings { receipts_in_static_files: false, transaction_senders_in_static_files: false }) current=StorageSettings { receipts_in_static_files: false, transaction_senders_in_static_files: false }

@shekhirin shekhirin added C-enhancement New feature or request A-db Related to the database A-observability Related to tracing, metrics, logs and other observability tools labels Nov 24, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Reth Tracker Nov 24, 2025
@shekhirin shekhirin requested a review from mattsse November 24, 2025 10:03
@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker Nov 24, 2025
@shekhirin shekhirin enabled auto-merge November 24, 2025 10:15
@shekhirin shekhirin added this pull request to the merge queue Nov 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 24, 2025
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

what if we log this here instead?

// Create the provider factory
.with_provider_factory::<_, <CB::Components as NodeComponents<T>>::Evm>().await?
.inspect(|_| {
info!(target: "reth::cli", "Database opened");

.storage_settings()?
.unwrap_or(legacy_settings);
.storage_settings()?;
let storage_settings = Arc::new(RwLock::new(stored_settings.unwrap_or(legacy_settings)));
Copy link
Collaborator

Choose a reason for hiding this comment

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

this change is a bit weird, why move the arc rwlock to here?

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

Labels

A-db Related to the database A-observability Related to tracing, metrics, logs and other observability tools C-enhancement New feature or request

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

4 participants