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

Log ledger data path on startup #4852

Merged
merged 4 commits into from
Feb 26, 2025

Conversation

pwojcikdev
Copy link
Contributor

This modifies startup log, so that there is an indication before a potentially long-running ledger store initialization takes place. For ease of debugging, a full data path is also logged.

[2025-02-23 22:59:56.572] [daemon] [info] Daemon started
[2025-02-23 22:59:56.574] [daemon] [info] Starting up Nano node...
[2025-02-23 22:59:56.574] [daemon] [info] Hardware concurrency: 20 ( configured: 20 )
[2025-02-23 22:59:56.574] [daemon] [info] File descriptors limit: 16384
[2025-02-23 22:59:56.574] [init] [info] Using data directory: /Users/xxx/Library/Nano
[2025-02-23 22:59:56.575] [init] [info] Loaded local node ID: node_xxxxxxxxxx
[2025-02-23 22:59:56.576] [lmdb] [info] Loading ledger from: /Users/xxx/Library/Nano/data.ldb, this might take a while...

@gr0vity-dev-bot
Copy link

gr0vity-dev-bot commented Feb 23, 2025

Test Results for Commit 8e8509d

Pull Request 4852: Results
Overall Status:

Test Case Results

  • 5n4pr_conf_10k_bintree: PASS (Duration: 108s)
  • 5n4pr_conf_10k_change: PASS (Duration: 159s)
  • 5n4pr_conf_change_dependant: PASS (Duration: 122s)
  • 5n4pr_conf_change_independant: PASS (Duration: 132s)
  • 5n4pr_conf_send_dependant: PASS (Duration: 136s)
  • 5n4pr_conf_send_independant: PASS (Duration: 123s)
  • 5n4pr_rocks_10k_bintree: PASS (Duration: 109s)
  • 5n4pr_rocks_10k_change: PASS (Duration: 133s)

Last updated: 2025-02-25 18:51:18 UTC

clemahieu
clemahieu previously approved these changes Feb 24, 2025
@qwahzi qwahzi added this to the V28 milestone Feb 24, 2025
@pwojcikdev pwojcikdev force-pushed the log-ledger-path branch 2 times, most recently from 373896e to f1448a6 Compare February 25, 2025 16:35
@pwojcikdev pwojcikdev merged commit 2caa989 into nanocurrency:develop Feb 26, 2025
24 of 26 checks passed
@pwojcikdev pwojcikdev deleted the log-ledger-path branch February 26, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged / V28.0
Development

Successfully merging this pull request may close these issues.

4 participants